simpleType ntcip:DmsMessageMultiString
namespace http://www.ntcip.org/c2f-objects
type restriction of xs:string
used by
elements DMSDeviceStatus/dms-current-message DMSMessageAppearanceRequest/dms-message DMSControlRequest/dms-message DMSPriorityQueue/dms-message
facets
minLength 1
maxLength 256
annotation
documentation
      
            Definition: Contains the message written in MULTI-language.  The value of the MULTI string is not allowed to have any null character.
            Any set of ASCII characters up to 256
source <xs:simpleType name="DmsMessageMultiString">
 
<xs:annotation>
   
<xs:documentation>      
            Definition: Contains the message written in MULTI-language.  The value of the MULTI string is not allowed to have any null character.
            Any set of ASCII characters up to 256
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="256"/>
 
</xs:restriction>
</xs:simpleType>


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