<xsd:complexType name="NameType">
<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>Name. Type</ccts:DictionaryEntryName>
<ccts:RepresentationTerm>Name</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:restriction base="cct:TextType">
<xsd:attribute name="languageID" type="xsd:language" use="optional" />
</xsd:restriction>
</xsd:simpleContent>
</xsd:complexType>
|