urn:oasis:names:tc:unitsml:schema:xsd:UnitsMLSchema-1.0
element ExternalRootUnit

Documentation
Element for those special cases where the root unit needed is not included in the enumerated list in the above element.
Properties
This component is not nillable.

Model
<ExternalRootUnit
  annotation = xsd:string
  lang =
  powerDenominator = xsd:byte : 1
  powerNumerator = xsd:byte : 1
  prefix = xsd:token
  sourceURL = xsd:anyURI
  unit = xsd:anyURI>

</ExternalRootUnit>


Attribute Summary
 xsd:stringannotation
          Optional unit annotation; e.g., a unit name if the unit identifier above is an uncommon 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:bytepowerDenominator
          An integer value divided into the powerNumerator to create a non integer exponent of a unit. 
 xsd:bytepowerNumerator
          An integer exponent of the unit. 
 xsd:tokenprefix
          Prefix identifier; e.g., m, k, M, G. 
 xsd:anyURIsourceURL
          Relevant URL for available information. 
 xsd:anyURIunit
          URI to identify the unit. 

Attribute Detail

annotation

Optional unit annotation; e.g., a unit name if the unit identifier above is an uncommon code.

Type:
xsd:string
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

powerDenominator

An integer value divided into the powerNumerator to create a non integer exponent of a unit. For example 1/2.

Type:
xsd:byte
Default:
1
Use:
optional
Form:
unqualified

powerNumerator

An integer exponent of the unit.

Type:
xsd:byte
Default:
1
Use:
optional
Form:
unqualified

prefix

Prefix identifier; e.g., m, k, M, G. [Enumeration order is by prefix magnitude (Y to y) followed by binary prefixes.]

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

sourceURL

Relevant URL for available information.

Type:
xsd:anyURI
Use:
optional
Form:
unqualified

unit

URI to identify the unit.

Type:
xsd:anyURI
Use:
required
Form:
unqualified

Source
<xsd:element name="ExternalRootUnit" type="ExternalRootUnitType">
</xsd:element>


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