AlmaTest/ValueTypes
complexType LengthT

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

Properties
This component is not nillable.

Model
<...>

</...>

Source
<xsd:complexType name="LengthT">
<xsd:simpleContent>
<xsd:restriction base="tval:DoubleWithUnitT">
<xsd:attribute name="unit" use="required">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="mm"/>
<xsd:enumeration value="cm"/>
<xsd:enumeration value="m"/>
<xsd:enumeration value="km"/>
<xsd:enumeration value="pc"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:restriction>
</xsd:simpleContent>
</xsd:complexType>


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