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

Documentation
Element containing information about a prefix.
Properties
This component is not nillable.

Model
<Prefix
  id = xs:ID
  prefixBase = xsd:byte : 10
  prefixPower = xsd:byte>
(PrefixName+, PrefixSymbol* )
</Prefix>


Nested Element Summary
 PrefixName
          
 PrefixSymbol
          

Attribute Summary
 xs:IDid
          

id (as an attribute name)

denotes an attribute whose value should be interpreted as if declared to be of type ID.

 
 xsd:byteprefixBase
          The base of the prefix system, i.e., 10 (SI) or 2 (binary). 
 xsd:byteprefixPower
          The exponential power of the prefix with relation to the base. 

Attribute Detail

id

id (as an attribute name) denotes an attribute whose value should be interpreted as if declared to be of type ID. This name is reserved by virtue of its definition in the xml:id specification. See http://www.w3.org/TR/xml-id/ for information about this attribute.

Type:
xs:ID
Use:
optional
Form:
unqualified

prefixBase

The base of the prefix system, i.e., 10 (SI) or 2 (binary).

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

prefixPower

The exponential power of the prefix with relation to the base.

Type:
xsd:byte
Use:
optional
Form:
unqualified

Source
<xsd:element name="Prefix" type="PrefixType">
</xsd:element>


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