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

            none (0)
            unknown (1)
        
source <xs:simpleType name="OtherRoles">
 
<xs:annotation>
   
<xs:appinfo>
            none (0)
            unknown (1)
        
</xs:appinfo>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="0"/>
       
<xs:maxInclusive value="1"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="none"/>
       
<xs:enumeration value="unknown"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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