| diagram | |||
| namespace | http://www.IM-Draft-03-00-44a | ||
| children | set | ||
| used by | 
  | 
			||
| 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>  | 
			
| diagram | ![]()  | 
			||||
| properties | 
  | 
			||||
| 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>  | 
			
| diagram | |||||
| type | restriction of xs:string | ||||
| properties | 
  | 
			||||
| facets | 
  | 
			||||
| 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>  | 
			
| diagram | |||||
| type | restriction of xs:string | ||||
| properties | 
  | 
			||||
| facets | 
  | 
			||||
| 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>  |