simpleType Cctv-image-supported
namespace http://www.ite.org/tmdd
type union of (restriction of xs:unsignedInt, restriction of xs:string)
used by
elements CCTVInventory/cctv-image CCTVDeviceStatus/cctv-image
annotation
documentation
<objectClass>CCTV</objectClass>
<definition>The type of images supported by a CCTV.</definition>
source <xs:simpleType name="Cctv-image-supported">
 
<xs:annotation>
   
<xs:documentation>
     
<objectClass>CCTV</objectClass>
     
<definition>The type of images supported by a CCTV.</definition>
   
</xs:documentation>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="1"/>
       
<xs:maxInclusive value="8"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="jpeg"/>
       
<xs:enumeration value="tiff"/>
       
<xs:enumeration value="mpeg"/>
       
<xs:enumeration value="ntsc"/>
       
<xs:enumeration value="pal"/>
       
<xs:enumeration value="secam"/>
       
<xs:enumeration value="hdtv"/>
       
<xs:enumeration value="other"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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