BinaryObjectType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
characterSetCode xsd:normalizedString optional
encodingCode xsd:normalizedString optional
filename xsd:string optional
format xsd:string optional
mimeCode xsd:normalizedString optional
uri xsd:anyURI optional

Source

<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>