AlmaTest/ValueTypes
complexType VelocityT

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

Properties
This component is not nillable.

Model
<...
  referenceSystem = xsd:string>
CenterVelocity
</...>


Nested Element Summary
tval:SpeedTCenterVelocity
          

Attribute Summary
 xsd:stringreferenceSystem
          

Attribute Detail

referenceSystem

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

Source
<xsd:complexType name="VelocityT">
<xsd:sequence>
<xsd:element name="CenterVelocity" type="tval:SpeedT"/>
</xsd:sequence>
<xsd:attribute name="referenceSystem">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="lsr"/>
<xsd:enumeration value="hel"/>
<xsd:enumeration value="bar"/>
<xsd:enumeration value="obs"/>
<xsd:enumeration value="ear"/>
<xsd:enumeration value="topo"/>
<xsd:enumeration value="lsrk"/>
<xsd:enumeration value="lsrd"/>
<xsd:enumeration value="gal"/>
<xsd:enumeration value="cmb"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:complexType>


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