veloconnect 1.1

urn:oasis:names:specification:ubl:schema:xsd:CoreComponentTypes-1.0
complexType BinaryObjectType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:oasis:names:specification:ubl:schema:xsd:CoreComponentTypes-1.0}BinaryObjectType (restriction)

Documentation
CCT Binary Object. Type A set of finite-length sequences of binary octets. Binary Object Type
Properties
This component is not nillable.

Model
<...
  characterSetCode = xsd:normalizedString
  encodingCode = xsd:normalizedString
  filename = xsd:string
  format = xsd:string
  mimeCode = xsd:normalizedString
  URI = xsd:anyURI>
base64Binary
</...>


Attribute Summary
 xsd:normalizedStringcharacterSetCode
          
 xsd:normalizedStringencodingCode
          
 xsd:stringfilename
          
 xsd:stringformat
          
 xsd:normalizedStringmimeCode
          
 xsd:anyURIURI
          

Attribute Detail

characterSetCode

Type:
xsd:normalizedString
Use:
optional
Form:
unqualified

encodingCode

Type:
xsd:normalizedString
Use:
optional
Form:
unqualified

filename

Type:
xsd:string
Use:
optional
Form:
unqualified

format

Type:
xsd:string
Use:
optional
Form:
unqualified

mimeCode

Type:
xsd:normalizedString
Use:
optional
Form:
unqualified

URI

Type:
xsd:anyURI
Use:
optional
Form:
unqualified

Source
<xsd:complexType name="BinaryObjectType">
<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>

veloconnect 1.1

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.