simpleType DestinationCode
type restriction of xs:string
used by
attribute Destination/@DestinationCode
facets
Kind Value annotation 
minLength 
maxLength 15 
annotation
documentation
Código de destino estandarizados para PS
source <xs:simpleType name="DestinationCode">
 
<xs:annotation>
   
<xs:documentation>Código de destino estandarizados para PS</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="15"/>
 
</xs:restriction>
</xs:simpleType>


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