AgeType
OFX / Types / AgeType
Minimum length: 1
Maximum length: 3
Pattern: [0-9]+
Usages:
- Tax1095C_V100 EMPLOYEEAGE
XSD
<xsd:simpleType name="AgeType"> <xsd:annotation> <xsd:documentation>Modeled from OFX_Common "DayspanType". New TY20</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:minLength value="1"/> <xsd:maxLength value="3"/> <xsd:whiteSpace value="collapse"/> <xsd:pattern value="[0-9]+"/> </xsd:restriction> </xsd:simpleType>