diagram | |||||||||||||||||||||||||||||||
namespace | http://www.landxml.org/schema/LandXML-1.2 | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | Feature | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:element name="ZoneHinge"> <xs:complexType> <xs:choice> <xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded"/> </xs:choice> <xs:attribute name="staStart" type="station" use="required"/> <xs:attribute name="staEnd" type="station" use="required"/> <xs:attribute name="hingeType" type="zoneHingeType" use="required"/> <xs:attribute name="zonePriorityRef" type="xs:int" use="required"/> </xs:complexType> <!-- This element describes the non-center hinge point for superelevated roadways The zonePriorityRef should contain the zone priority number (zone identifier) where the hinge point is located. The hingeType attribute identifies the left or right side of the zone to use as the hinge point. --> </xs:element> |
type | station | ||||
properties |
|
||||
source | <xs:attribute name="staStart" type="station" use="required"/> |
type | station | ||||
properties |
|
||||
source | <xs:attribute name="staEnd" type="station" use="required"/> |
type | zoneHingeType | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="hingeType" type="zoneHingeType" use="required"/> |
type | xs:int | ||||
properties |
|
||||
source | <xs:attribute name="zonePriorityRef" type="xs:int" use="required"/> |