simpleType tcip:CPT-ChannelAttribute
namespace http://www.TCIP-Adopted-03-00-01
type union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:unsignedInt, CPT-ChannelAttribute)
used by
element tcip:CPTChannel/attributes/attribute
annotation
appinfo

            trunk (1)
            conventional (2)
            full (3)
            half (4)
            quarter (5)
            digital (6)
            analog (7)
            voice (8)
            data (9) -- 10-127 reserved
             -- 128-255 local use
        
source <xs:simpleType name="CPT-ChannelAttribute">
 
<xs:annotation>
   
<xs:appinfo>
            trunk (1)
            conventional (2)
            full (3)
            half (4)
            quarter (5)
            digital (6)
            analog (7)
            voice (8)
            data (9) -- 10-127 reserved
             -- 128-255 local use
        
</xs:appinfo>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="1"/>
       
<xs:maxInclusive value="9"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="trunk"/>
       
<xs:enumeration value="conventional"/>
       
<xs:enumeration value="full"/>
       
<xs:enumeration value="half"/>
       
<xs:enumeration value="quarter"/>
       
<xs:enumeration value="digital"/>
       
<xs:enumeration value="analog"/>
       
<xs:enumeration value="voice"/>
       
<xs:enumeration value="data"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="128"/>
       
<xs:maxInclusive value="255"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="local:CPT-ChannelAttribute"/>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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