Definition Type: ComplexType
Name: BinaryObjectType
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CoreComponentTypes-1.0
Type: base64Binary:http://www.w3.org/2001/XMLSchema
Containing Schema: UBL-CoreComponentTypes-1.0.xsd
Abstract
Documentation:
CCT Binary Object. Type A set of finite-length sequences of binary octets. Binary Object Type
Collapse XSD Schema Diagram:
Drilldown into URI in schema ubl-corecomponenttypes-1_0_xsd Drilldown into mimeCode in schema ubl-corecomponenttypes-1_0_xsd Drilldown into characterSetCode in schema ubl-corecomponenttypes-1_0_xsd Drilldown into encodingCode in schema ubl-corecomponenttypes-1_0_xsd Drilldown into filename in schema ubl-corecomponenttypes-1_0_xsd Drilldown into format in schema ubl-corecomponenttypes-1_0_xsdXSD Diagram of BinaryObjectType in schema ubl-corecomponenttypes-1_0_xsd (OASIS Universal Business Language (UBL) TC)
Collapse XSD Schema Code:
<xsd:complexType name="BinaryObjectType">
    <xsd:annotation>
        <xsd:documentation>
            <ccts:Component xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0">
                <ccts:ComponentType>CCT</ccts:ComponentType>
                <ccts:DictionaryEntryName>Binary Object. Type</ccts:DictionaryEntryName>
                <ccts:Definition>A set of finite-length sequences of binary octets.</ccts:Definition>
                <ccts:ObjectClass>Binary Object</ccts:ObjectClass>
                <ccts:PropertyTerm>Type</ccts:PropertyTerm>
            </ccts:Component>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="xsd:base64Binary">
            <xsd:attribute name="format" type="xsd:string" use="optional" />
            <xsd:attribute name="filename" type="xsd:string" use="optional" />
            <xsd:attribute name="encodingCode" type="xsd:normalizedString" use="optional" />
            <xsd:attribute name="characterSetCode" type="xsd:normalizedString" use="optional" />
            <xsd:attribute name="mimeCode" type="xsd:normalizedString" use="optional" />
            <xsd:attribute name="URI" type="xsd:anyURI" use="optional" />
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
format cct:format Optional
filename cct:filename Optional
encodingCode cct:encodingCode Optional
characterSetCode cct:characterSetCode Optional
mimeCode cct:mimeCode Optional
URI cct:URI Optional
Collapse Derivation Tree:
Collapse References:
udt:BinaryObjectType, udt:GraphicType, udt:PictureType, udt:SoundType, udt:VideoType