land:Struct
Each Struct within a Structs collection element must have a unique "name" attribute.
The structure type is determined by the existance of one of the following elements: CircStruct or RectStruct.
The Center element will contain the "north east" coordinate text value or a CgPoint "refPnt" attribute.
Each Invert element contains a "refPipe" attribute to reference a Pipe element "name"
Element information
Namespace: http://www.landxml.org/schema/LandXML-1.1
Schema document: external/landxml/1.1/LandXML-1.1.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- land:Center [1..1] Represents a 2D or 3D Center PointDefined by either a coordinate text value ("north east" or "north east elev") or a CgPoint number reference "pntRef" attribute.
- Choice [1..1]
- land:Invert [1..*]
- land:StructFlow [0..1]
- land:Feature [0..*] Used to include additional information that is not explicitly defined by the LandXML schema, Feature may contain one or more Property, DocFileRef or nested Feature elements. NOTE: to allow any valid content, the explicit definitions for Property, DocFileRef and Feature have been commented out, but are still expected in common use.Each Property element defines one piece of data.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
name | [1..1] | xsd:string | ||
desc | [0..1] | xsd:string | ||
elevRim | [0..1] | xsd:double | ||
elevSump | [0..1] | xsd:double | ||
oID | [0..1] | xsd:string | ||
state | [0..1] | land:stateType |
Used in
- Anonymous type of element land:Structs
Sample instance
<land:Struct name="string"> <land:Center>Any text, intermingled with:1.0 1.0</land:Center> <land:CircStruct diameter="1.0"> <land:Feature> <!--any element--> </land:Feature> </land:CircStruct> <land:Invert elev="1.0" flowDir="in" refPipe="string"/> <land:StructFlow lossIn="1.0" lossOut="1.0"> <land:Feature> <!--any element--> </land:Feature> </land:StructFlow> <land:Feature> <!--any element--> </land:Feature> </land:Struct>