simpleType ReferenceSource
namespace http://www.IM-Draft-03-00-44a
type union of (restriction of xs:unsignedInt, restriction of xs:string)
used by
element MaterialID/type
annotation
appinfo

            unknown (0)
            na (1) -- "NA" number system ,
            un (2) -- "UN" or "ISO" number system
        
documentation
      
            values to 127 reserved for std use
            values 128 to 255 reserved for local use
        
source <xs:simpleType name="ReferenceSource">
 
<xs:annotation>
   
<xs:appinfo>
            unknown (0)
            na (1) -- &quot;NA&quot; number system ,
            un (2) -- &quot;UN&quot; or &quot;ISO&quot; number system
        
</xs:appinfo>
   
<xs:documentation>      
            values to 127 reserved for std use
            values 128 to 255 reserved for local use
        
</xs:documentation>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="0"/>
       
<xs:maxInclusive value="2"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="unknown"/>
       
<xs:enumeration value="na"/>
       
<xs:enumeration value="un"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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