Definition Type Complex Type
Name BinaryObjectType
Namespace urn:oasis:names:specification:ubl:schema:xsd:UnspecializedDatatypes-1.0
Type cct:BinaryObjectType
Abstract False
Documentation <ccts:Component xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0"><ccts:ComponentType>DT</ccts:ComponentType><ccts:DictionaryEntryName>Binary Object. Type</ccts:DictionaryEntryName><ccts:Definition>A set of finite-length sequences of binary octets.</ccts:Definition><ccts:RepresentationTerm>Binary Object</ccts:RepresentationTerm></ccts:Component>
XSD Schema ..\common\UBL-UnspecializedDatatypes-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>DT</ccts:ComponentType>
        <ccts:DictionaryEntryName>Binary Object. Type</ccts:DictionaryEntryName>
        <ccts:Definition>A set of finite-length sequences of binary octets.</ccts:Definition>
        <ccts:RepresentationTerm>Binary Object</ccts:RepresentationTerm>
      </ccts:Component>

    </xsd:documentation>

  </xsd:annotation>

  <xsd:simpleContent>
    <xsd:restriction base="cct:BinaryObjectType">
      <xsd:attribute name="characterSetCode" type="xsd:normalizedString" use="optional"/>
    </xsd:restriction>

  </xsd:simpleContent>

</xsd:complexType>
Child Attributes
Name Type Default Value Use
Derivation Tree
cct:BinaryObjectType
    BinaryObjectType
        [No Super Types]
Generated using Liquid XML Studio by Liquid Technologies Ltd