<xsd:complexType name="TextType">
<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>Quantity. Type</ccts:DictionaryEntryName>
<ccts:Definition>A character string (i.e. a finite set of characters) generally in the form of words of a language.</ccts:Definition>
<ccts:ObjectClass>Text</ccts:ObjectClass>
<ccts:PropertyTerm>Type</ccts:PropertyTerm>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="languageID" type="xsd:language" use="optional" />
<xsd:attribute name="languageLocaleID" type="xsd:normalizedString" use="optional" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|