<xs:element name="UserDataXML" type="UserDataXMLType"><xs:annotation><xs:documentation>The UserDataXML element is the user-defined data represented as an XML structure.</xs:documentation></xs:annotation></xs:element>
The required count attribute is the number of bytes in the binary block.
Source
<xs:element name="UserDataBinary" type="BinaryDataType"><xs:annotation><xs:documentation>The UserDataBinary element is a binary block of user data.</xs:documentation></xs:annotation></xs:element>
The required nameUserAttribute attribute is the name of user-defined attribute type. The structure of the user-defined attribute can be identified by this name.
Source
<xs:complexType name="AttributeUserType"><xs:annotation><xs:documentation>The AttributeUserType defines a user-defined entity attribute which contains a binary array or any user-defined structured XML data.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="AttributeBaseType"><xs:sequence><xs:choice><xs:annotation><xs:documentation>This compositor selects the representation method for data of the user-defined entity attribute.</xs:documentation></xs:annotation><xs:element name="UserDataXML" type="UserDataXMLType"><xs:annotation><xs:documentation>The UserDataXML element is the user-defined data represented as an XML structure.</xs:documentation></xs:annotation></xs:element><xs:element name="UserDataBinary" type="BinaryDataType"><xs:annotation><xs:documentation>The UserDataBinary element is a binary block of user data.</xs:documentation></xs:annotation></xs:element></xs:choice></xs:sequence><xs:attribute name="nameUserAttribute" type="xs:string" use="required"><xs:annotation><xs:documentation>The required nameUserAttribute attribute is the name of user-defined attribute type. The structure of the user-defined attribute can be identified by this name.</xs:documentation></xs:annotation></xs:attribute></xs:extension></xs:complexContent></xs:complexType>
The required nameUserAttribute attribute is the name of user-defined attribute type. The structure of the user-defined attribute can be identified by this name.
<xs:attribute name="nameUserAttribute" type="xs:string" use="required"><xs:annotation><xs:documentation>The required nameUserAttribute attribute is the name of user-defined attribute type. The structure of the user-defined attribute can be identified by this name.</xs:documentation></xs:annotation></xs:attribute>