simpleType tcip:PI-CustomerSubscriptionType
namespace http://www.TCIP-Adopted-03-00-01
type union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:unsignedInt, PI-CustomerSubscriptionType)
used by
element tcip:PICustSubscription/subscription-type
annotation
appinfo

            newsletter (1)
            service bulletin (2)
            service changes (3) -- values 4-100 reserved ,
             -- values 101-200 reserved for local use ,
             -- values 201-255 reserved ,
        
source <xs:simpleType name="PI-CustomerSubscriptionType">
 
<xs:annotation>
   
<xs:appinfo>
            newsletter (1)
            service bulletin (2)
            service changes (3) -- values 4-100 reserved ,
             -- values 101-200 reserved for local use ,
             -- values 201-255 reserved ,
        
</xs:appinfo>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="1"/>
       
<xs:maxInclusive value="3"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="newsletter"/>
       
<xs:enumeration value="service bulletin"/>
       
<xs:enumeration value="service changes"/>
     
</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:PI-CustomerSubscriptionType"/>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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