simpleType CarrierID
type restriction of xs:string
used by
attribute Carrier/@Code
facets
Kind Value annotation 
minLength 
maxLength 
pattern [A-Z0-9]{2}([A-Z0-9])* 
annotation
documentation
Tipo de dato estandar para PS
source <xs:simpleType name="CarrierID">
 
<xs:annotation>
   
<xs:documentation>Tipo de dato estandar para PS</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="2"/>
   
<xs:maxLength value="3"/>
   
<xs:pattern value="[A-Z0-9]{2}([A-Z0-9])*"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy