complexType TailSet
diagram
namespace http://www.IM-Draft-03-00-44a
children set
used by
elements AssetDescription/dataSets VehicleSummary/dataSets DeviceCapabilitiesReply/futherDetails/futherDetail DeviceCapabilities/futherDetails/futherDetail
source <xs:complexType name="TailSet">
 
<xs:sequence>
   
<xs:element name="set">
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="name">
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:minLength value="1"/>
               
<xs:maxLength value="32"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
         
<xs:element name="value">
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:minLength value="1"/>
               
<xs:maxLength value="1000"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
         
<!-- any internal structure of the value string is the
                  responsibility of the data creator to manage. If the
                  content is binary,  convert to bin hex strings. --
>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<!-- the order of the sets shall not be changed -->
 
</xs:sequence>
</xs:complexType>

element TailSet/set
diagram
properties
isRef 0
content complex
children name value
source <xs:element name="set">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="name">
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:minLength value="1"/>
           
<xs:maxLength value="32"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="value">
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:minLength value="1"/>
           
<xs:maxLength value="1000"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<!-- any internal structure of the value string is the
                  responsibility of the data creator to manage. If the
                  content is binary,  convert to bin hex strings. --
>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element TailSet/set/name
diagram
type restriction of xs:string
properties
isRef 0
content simple
facets
minLength 1
maxLength 32
source <xs:element name="name">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="1"/>
     
<xs:maxLength value="32"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element TailSet/set/value
diagram
type restriction of xs:string
properties
isRef 0
content simple
facets
minLength 1
maxLength 1000
source <xs:element name="value">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="1"/>
     
<xs:maxLength value="1000"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>


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