Definition Type Complex Type
Name BinaryObjectType
Namespace urn:oasis:names:specification:ubl:schema:xsd:CoreComponentTypes-1.0
Type base64Binary
Abstract False
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 Schema ..\common\UBL-CoreComponentTypes-1.0.xsd
XSD Schema Diagram
XSD Schema Code
<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema" 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>
Child Attributes
Name Type Default Value Use
Derivation Tree
[No Sub Types]
BinaryObjectType
    udt:BinaryObjectType
    udt:GraphicType
    udt:PictureType
    udt:SoundType
    udt:VideoType
References
udt:BinaryObjectType , udt:GraphicType , udt:PictureType , udt:SoundType , udt:VideoType
Generated using Liquid XML Studio by Liquid Technologies Ltd