diagram | ![]() |
||||||||||||||||||||||
type | extension of rootType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:complexType name="EntityMarkingType" abstract="false"> <xs:annotation> <xs:appinfo>Specifies the character set used in the first byte, followed by 11 characters of text data. Section 6.29 </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:attribute name="characterSet" type="xs:string"> <xs:annotation> <xs:appinfo>The character set (SISO enumeration EntityMarkingCharacterSet uid 45)</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="characters"> <xs:annotation> <xs:appinfo>The characters</xs:appinfo> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> <!--abstract='false' base='rootType'--> </xs:complexType> |
type | xs:string | ||
annotation |
|
||
source | <xs:attribute name="characterSet" type="xs:string"> <xs:annotation> <xs:appinfo>The character set (SISO enumeration EntityMarkingCharacterSet uid 45)</xs:appinfo> </xs:annotation> </xs:attribute> |
annotation |
|
||
source | <xs:attribute name="characters"> <xs:annotation> <xs:appinfo>The characters</xs:appinfo> </xs:annotation> </xs:attribute> |