veloconnect 1.1

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

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

Documentation
CCT Code. Type A character string (letters, figures, or symbols) that for brevity and/or languange independence may be used to represent or replace a definitive value or text of an attribute together with relevant supplementary information. Code Type
Properties
This component is not nillable.

Model
<...
  codeListAgencyID = xsd:normalizedString
  codeListAgencyName = xsd:string
  codeListID = xsd:normalizedString
  codeListName = xsd:string
  codeListSchemeURI = xsd:anyURI
  codeListURI = xsd:anyURI
  codeListVersionID = xsd:normalizedString
  languageID = xsd:language
  name = xsd:string>
normalizedString
</...>


Attribute Summary
 xsd:normalizedStringcodeListAgencyID
          
 xsd:stringcodeListAgencyName
          
 xsd:normalizedStringcodeListID
          
 xsd:stringcodeListName
          
 xsd:anyURIcodeListSchemeURI
          
 xsd:anyURIcodeListURI
          
 xsd:normalizedStringcodeListVersionID
          
 xsd:languagelanguageID
          
 xsd:stringname
          

Attribute Detail

codeListAgencyID

Type:
xsd:normalizedString
Use:
optional
Form:
unqualified

codeListAgencyName

Type:
xsd:string
Use:
optional
Form:
unqualified

codeListID

Type:
xsd:normalizedString
Use:
optional
Form:
unqualified

codeListName

Type:
xsd:string
Use:
optional
Form:
unqualified

codeListSchemeURI

Type:
xsd:anyURI
Use:
optional
Form:
unqualified

codeListURI

Type:
xsd:anyURI
Use:
optional
Form:
unqualified

codeListVersionID

Type:
xsd:normalizedString
Use:
optional
Form:
unqualified

languageID

Type:
xsd:language
Use:
optional
Form:
unqualified

name

Type:
xsd:string
Use:
optional
Form:
unqualified

Source
<xsd:complexType name="CodeType">
<xsd:simpleContent>
<xsd:extension base="xsd:normalizedString">
<xsd:attribute name="codeListID" type="xsd:normalizedString" use="optional"/>
<xsd:attribute name="codeListAgencyID" type="xsd:normalizedString" use="optional"/>
<xsd:attribute name="codeListAgencyName" type="xsd:string" use="optional"/>
<xsd:attribute name="codeListName" type="xsd:string" use="optional"/>
<xsd:attribute name="codeListVersionID" type="xsd:normalizedString" use="optional"/>
<xsd:attribute name="name" type="xsd:string" use="optional"/>
<xsd:attribute name="languageID" type="xsd:language" use="optional"/>
<xsd:attribute name="codeListURI" type="xsd:anyURI" use="optional"/>
<xsd:attribute name="codeListSchemeURI" 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.