diagram |
|
namespace |
http://www.landxml.org/schema/LandXML-1.2 |
properties |
|
children |
ZoneWidth ZoneSlope ZoneCutFill ZoneMaterial ZoneCrossSectStructure Feature |
used by |
|
attributes |
|
source |
<xs:element name="Zone">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="ZoneWidth" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ZoneSlope" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ZoneCutFill" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ZoneMaterial" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ZoneCrossSectStructure" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded"/>
</xs:choice>
<xs:attribute name="desc" type="xs:string"/>
<xs:attribute name="name" type="xs:string"/>
<xs:attribute name="state" type="stateType"/>
<xs:attribute name="priority" type="xs:int" use="required"/>
<xs:attribute name="category" type="zoneCategoryType" use="required"/>
<xs:attribute name="staStart" type="station" use="required"/>
<xs:attribute name="staEnd" type="station"/>
<xs:attribute name="startWidth" type="xs:double" use="required"/>
<xs:attribute name="startVertValue" type="xs:double" use="required"/>
<xs:attribute name="startVertType" type="zoneVertType" use="required"/>
<xs:attribute name="endWidth" type="xs:double"/>
<xs:attribute name="endVertValue" type="xs:double"/>
<xs:attribute name="endVertType" type="zoneVertType"/>
</xs:complexType>
</xs:element> |