<xs:simpleType name="AgencyIdentificationCodeContentType"> <xs:restriction base="xs:string"> <xs:maxLength value="3"/> <xs:pattern value=".{1,3}"/> </xs:restriction> </xs:simpleType>