simpleType lrms:NodeOrigin
namespace http://www.LRMS-Adopted-02-00-00
type union of (restriction of xs:unsignedInt, restriction of xs:string)
used by
element lrms:NodeAttribute/nodeOrigin
annotation
appinfo

            NationalDataset (0)
            Regional/LocalDataset (1)
            ProprietaryDataset (2)
        
source <xs:simpleType name="NodeOrigin">
 
<xs:annotation>
   
<xs:appinfo>
            NationalDataset (0)
            Regional/LocalDataset (1)
            ProprietaryDataset (2)
        
</xs:appinfo>
 
</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="NationalDataset"/>
       
<xs:enumeration value="Regional/LocalDataset"/>
       
<xs:enumeration value="ProprietaryDataset"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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