Definition Type: Element
Name: Volume
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 percentTrucks in schema landxml-1_1_xsd Drilldown into turnPercent in schema landxml-1_1_xsd Drilldown into legNumber in schema landxml-1_1_xsd Drilldown into station in schema landxml-1_1_xsdXSD Diagram of Volume in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="Volume">
    <xs:complexType>
        <xs:choice minOccurs="0" maxOccurs="unbounded">
            <xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
        </xs:choice>
        <xs:attribute name="station" type="station" />
        <xs:attribute name="legNumber" type="xs:int" />
        <xs:attribute name="turnPercent" type="xs:double" />
        <xs:attribute name="percentTrucks" type="xs:double" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Feature land:Feature 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
station land:station (Optional)
legNumber land:legNumber (Optional)
turnPercent land:turnPercent (Optional)
percentTrucks land:percentTrucks (Optional)