Definition Type: Element
Name: EggPipe
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 thickness in schema landxml-1_1_xsd Drilldown into material in schema landxml-1_1_xsd Drilldown into mannings in schema landxml-1_1_xsd Drilldown into hazenWilliams in schema landxml-1_1_xsd Drilldown into desc in schema landxml-1_1_xsd Drilldown into span in schema landxml-1_1_xsd Drilldown into height in schema landxml-1_1_xsdXSD Diagram of EggPipe in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="EggPipe">
    <xs:annotation>
        <xs:documentation />
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:attribute name="height" type="xs:double" use="required" />
        <xs:attribute name="span" type="xs:double" use="required" />
        <xs:attribute name="desc" type="xs:string" />
        <xs:attribute name="hazenWilliams" type="xs:double" />
        <xs:attribute name="mannings" type="xs:double" />
        <xs:attribute name="material" />
        <xs:attribute name="thickness" 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
height land:height Required
span land:span Required
desc land:desc (Optional)
hazenWilliams land:hazenWilliams (Optional)
mannings land:mannings (Optional)
material land:material (Optional)
thickness land:thickness (Optional)