Schema Central > NIEM 2.0 > LandXML-1.1.xsd > land:Struct
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

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

Type: Anonymous

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
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

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>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com