Definition Type: Element
Name: ZoneHinge
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Feature in schema landxml-1_1_xsd Drilldown into zonePriorityRef in schema landxml-1_1_xsd Drilldown into hingeType in schema landxml-1_1_xsd Drilldown into staEnd in schema landxml-1_1_xsd Drilldown into staStart in schema landxml-1_1_xsdXSD Diagram of ZoneHinge in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Feature land:Feature 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
staStart land:staStart Required
staEnd land:staEnd Required
hingeType land:hingeType Required
zonePriorityRef land:zonePriorityRef Required