<xs:element name="binary" minOccurs="0"> <xs:complexType> <xs:choice> <xs:element name="ref" type="xs:anyURI"/> <xs:element name="hex"> <xs:annotation> <xs:documentation>contains a sequence of hexadecimal encoded binary</xs:documentation> </xs:annotation> <xs:complexType> <xs:simpleContent> <xs:extension base="list_of_hex_binary_type"> <xs:attribute name="format" type="xs:token"> <xs:annotation> <xs:documentation>binary format which may include target device identificatrion</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> </xs:element> |