AlmaTest/ValueTypes
complexType DoubleWithUnitT

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{AlmaTest/ValueTypes}DoubleWithUnitT (restriction)

Properties
This component is not nillable.

Model
<...
  unit = xsd:string>
double
</...>


Attribute Summary
 xsd:stringunit
          

Attribute Detail

unit

Type:
xsd:string
Use:
required
Form:
unqualified

Local Usage
AngleT, AngularVelocityT, FluxT, FrequencyT, IntTimeReferenceT, IntTimeSourceT, LatitudeT, LengthT, LongitudeT, SensitivityT, SmallAngleT, SpeedT, TimeT

Source
<xsd:complexType name="DoubleWithUnitT">
<xsd:simpleContent>
<xsd:extension base="xsd:double">
<xsd:attribute name="unit" type="xsd:string" use="required"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>


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