<xsd:complexType name="PictureType">
<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>Picture. Type</ccts:DictionaryEntryName>
<ccts:RepresentationTerm>Picture</ccts:RepresentationTerm>
<ccts:DataType>Binary Object. Type</ccts:DataType>
</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>
|