simpleType Cctv-titling-text
namespace http://www.ite.org/tmdd
type restriction of xs:string
used by
elements CCTVInventory/cctv-titling-text VSInventory/cctv-titling-text VSDeviceStatus/cctv-titling-text
facets
minLength 1
maxLength 64
annotation
documentation
<objectClass>CCTV</objectClass>
<definition>Any set of ASCII characters up to 64.</definition>
source <xs:simpleType name="Cctv-titling-text">
 
<xs:annotation>
   
<xs:documentation>
     
<objectClass>CCTV</objectClass>
     
<definition>Any set of ASCII characters up to 64.</definition>
   
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="64"/>
 
</xs:restriction>
</xs:simpleType>


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