element Struct
diagram LandXML-1.2Doc_p172.png
namespace http://www.landxml.org/schema/LandXML-1.2
properties
content complex
children Center CircStruct RectStruct InletStruct OutletStruct Connection Invert StructFlow Feature
used by
element Structs
attributes
Name  Type  Use  Default  Fixed  annotation
namexs:stringrequired      
descxs:string      
elevRimxs:double      
elevSumpxs:double      
oIDxs:string      
statestateType      
annotation
documentation
Each Struct within a Structs collection element must have a unique  "name" attribute.
documentation
The structure type is determined by the existance of one of the following elements: CircStruct or RectStruct.
documentation
The Center element will contain the "north east" coordinate text value or a CgPoint "refPnt" attribute.
documentation
Each Invert element contains a "refPipe" attribute to reference a Pipe element  "name"
source <xs:element name="Struct">
 
<xs:annotation>
   
<xs:documentation>Each Struct within a Structs collection element must have a unique  "name" attribute.</xs:documentation>
   
<xs:documentation>The structure type is determined by the existance of one of the following elements: CircStruct or RectStruct.</xs:documentation>
   
<xs:documentation>The Center element will contain the "north east" coordinate text value or a CgPoint "refPnt" attribute.</xs:documentation>
   
<xs:documentation>Each Invert element contains a "refPipe" attribute to reference a Pipe element  "name"</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="Center"/>
     
<xs:choice>
       
<xs:element ref="CircStruct"/>
       
<xs:element ref="RectStruct"/>
       
<xs:element ref="InletStruct"/>
       
<xs:element ref="OutletStruct"/>
       
<xs:element ref="Connection"/>
     
</xs:choice>
     
<xs:element ref="Invert" maxOccurs="unbounded"/>
     
<xs:element ref="StructFlow" minOccurs="0"/>
     
<xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded"/>
   
</xs:sequence>
   
<xs:attribute name="name" type="xs:string" use="required"/>
   
<xs:attribute name="desc" type="xs:string"/>
   
<xs:attribute name="elevRim" type="xs:double"/>
   
<xs:attribute name="elevSump" type="xs:double"/>
   
<xs:attribute name="oID" type="xs:string"/>
   
<xs:attribute name="state" type="stateType"/>
 
</xs:complexType>
</xs:element>

attribute Struct/@name
type xs:string
properties
isRef 0
use required
source <xs:attribute name="name" type="xs:string" use="required"/>

attribute Struct/@desc
type xs:string
properties
isRef 0
source <xs:attribute name="desc" type="xs:string"/>

attribute Struct/@elevRim
type xs:double
properties
isRef 0
source <xs:attribute name="elevRim" type="xs:double"/>

attribute Struct/@elevSump
type xs:double
properties
isRef 0
source <xs:attribute name="elevSump" type="xs:double"/>

attribute Struct/@oID
type xs:string
properties
isRef 0
source <xs:attribute name="oID" type="xs:string"/>

attribute Struct/@state
type stateType
properties
isRef 0
facets
enumeration abandoned
enumeration destroyed
enumeration existing
enumeration proposed
source <xs:attribute name="state" type="stateType"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy