<xsd:complexType name="BinaryObjectType">
<xsd:simpleContent>
<xsd:extension base="xsd:base64Binary">
<xsd:attribute name="format" type="xsd:string" use="optional"/>
<xsd:attribute name="mimeCode" type="xsd:normalizedString" use="optional"/>
<xsd:attribute name="encodingCode" type="xsd:normalizedString" use="optional"/>
<xsd:attribute name="characterSetCode" type="xsd:normalizedString" use="optional"/>
<xsd:attribute name="uri" type="xsd:anyURI" use="optional"/>
<xsd:attribute name="filename" type="xsd:string" use="optional"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType> |