urn:oasis:names:tc:unitsml:schema:xsd:UnitsMLSchema-1.0
complexType CodeListValueType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:oasis:names:tc:unitsml:schema:xsd:UnitsMLSchema-1.0}CodeListValueType (restriction)

Documentation
Type for the element for listing the unit code value from a specific code list.
Properties
This component is not nillable.

Model
<...
  codeListName = xsd:normalizedString
  codeListVersion = xsd:token
  lang =
  locationURL = xsd:anyURI
  organizationName = xsd:normalizedString
  organizationURI = xsd:anyURI
  unitCodeValue = xsd:string>

</...>


Attribute Summary
 xsd:normalizedStringcodeListName
          The name of the code list. 
 xsd:tokencodeListVersion
          The version of the code list containing the unit code. 
 lang
          

lang (as an attribute name)

denotes an attribute whose value is a language code for the natural language of the content of any element; its value is inherited.

 
 xsd:anyURIlocationURL
          Suggested retrieval location for this version of the code list. 
 xsd:normalizedStringorganizationName
          Organization responsible for publication and/or maintenance of the code list. 
 xsd:anyURIorganizationURI
          URI for organization responsible for the code list. 
 xsd:stringunitCodeValue
          The code associated for this unit in a specific code list. 

Attribute Detail

codeListName

The name of the code list.

Type:
xsd:normalizedString
Use:
optional
Form:
unqualified

codeListVersion

The version of the code list containing the unit code.

Type:
xsd:token
Use:
optional
Form:
unqualified

lang

lang (as an attribute name) denotes an attribute whose value is a language code for the natural language of the content of any element; its value is inherited. This name is reserved by virtue of its definition in the XML specification. Notes Attempting to install the relevant ISO 2- and 3-letter codes as the enumerated possible values is probably never going to be a realistic possibility. See BCP 47 at http://www.rfc-editor.org/rfc/bcp/bcp47.txt and the IANA language subtag registry at http://www.iana.org/assignments/language-subtag-registry for further information. The union allows for the 'un-declaration' of xml:lang with the empty string.

Type:
based on
with :
Use:
optional
Form:
unqualified

locationURL

Suggested retrieval location for this version of the code list.

Type:
xsd:anyURI
Use:
optional
Form:
unqualified

organizationName

Organization responsible for publication and/or maintenance of the code list.

Type:
xsd:normalizedString
Use:
optional
Form:
unqualified

organizationURI

URI for organization responsible for the code list.

Type:
xsd:anyURI
Use:
optional
Form:
unqualified

unitCodeValue

The code associated for this unit in a specific code list.

Type:
xsd:string
Use:
required
Form:
unqualified

Source
<xsd:complexType name="CodeListValueType">
<xsd:attribute name="unitCodeValue" type="xsd:string" use="required">
</xsd:attribute>
<xsd:attribute name="codeListName" type="xsd:normalizedString">
</xsd:attribute>
<xsd:attribute name="codeListVersion" type="xsd:token">
</xsd:attribute>
<xsd:attribute name="locationURL" type="xsd:anyURI">
</xsd:attribute>
<xsd:attribute name="organizationName" type="xsd:normalizedString">
</xsd:attribute>
<xsd:attribute name="organizationURI" type="xsd:anyURI">
</xsd:attribute>
<xsd:attribute ref="xml:lang">
</xsd:attribute>
</xsd:complexType>


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