complexType CargoCodeType
diagram taf_cat_complete_sector_p712.png
namespace http://taf-jsg.info/schemes
type extension of FreeText
properties
base FreeText
facets
Kind Value Annotation
minLength 1
maxLength 255
attributes
Name  Type  Use  Default  Fixed  Annotation
CargoCodingType  derived by: xs:token        
annotation
documentation
Identification of the Cargo and the nomiclature used
source <xs:complexType name="CargoCodeType">
 
<xs:annotation>
   
<xs:documentation>Identification of the Cargo and the nomiclature used</xs:documentation>
 
</xs:annotation>
 
<xs:simpleContent>
   
<xs:extension base="FreeText">
     
<xs:attribute name="CargoCodingType">
       
<xs:simpleType>
         
<xs:restriction base="xs:token">
           
<xs:length value="3"/>
           
<xs:enumeration value="NHM"/>
           
<xs:enumeration value="CN"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:attribute>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute CargoCodeType/@CargoCodingType
type restriction of xs:token
facets
Kind Value Annotation
length 3
enumeration NHM
enumeration CN
source <xs:attribute name="CargoCodingType">
 
<xs:simpleType>
   
<xs:restriction base="xs:token">
     
<xs:length value="3"/>
     
<xs:enumeration value="NHM"/>
     
<xs:enumeration value="CN"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>


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