| source |
<xs:simpleType name="AlphaNumeric_Type">
<xs:annotation>
<xs:documentation>Generic alpha-numeric type. Length must be specified in the data element within the structure.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string"/>
</xs:simpleType> |