veloconnect 1.1

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

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

Documentation
CCT Quantity. Type A character string (i.e. a finite set of characters) generally in the form of words of a language. Text Type
Properties
This component is not nillable.

Model
<...
  languageID = xsd:language
  languageLocaleID = xsd:normalizedString>
string
</...>


Attribute Summary
 xsd:languagelanguageID
          
 xsd:normalizedStringlanguageLocaleID
          

Attribute Detail

languageID

Type:
xsd:language
Use:
optional
Form:
unqualified

languageLocaleID

Type:
xsd:normalizedString
Use:
optional
Form:
unqualified

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

veloconnect 1.1

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