<xs:simpleType name="IcIdType">
<xs:annotation>
<xs:documentation>
<p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">Defines the restrictions of an IC-ID.</p>
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:anyURI">
<xs:maxLength value="56"/>
</xs:restriction>
</xs:simpleType> |