element Surfaces
diagram LandXML-1.2Doc_p177.png
namespace http://www.landxml.org/schema/LandXML-1.2
properties
content complex
children Surface SurfVolumes Feature
used by
element LandXML
attributes
Name  Type  Use  Default  Fixed  annotation
descxs:string      
namexs:string      
statestateType      
identity constraints
  Name  Refer  Selector  Field(s)  
unique  uSrfName    Surface  @name  
annotation
documentation
A collection of surface models.
source <xs:element name="Surfaces">
 
<xs:annotation>
   
<xs:documentation>A collection of surface models.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="Surface" maxOccurs="unbounded"/>
     
<xs:element ref="SurfVolumes" minOccurs="0" maxOccurs="unbounded"/>
     
<xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded"/>
   
</xs:sequence>
   
<xs:attribute name="desc" type="xs:string"/>
   
<xs:attribute name="name" type="xs:string"/>
   
<xs:attribute name="state" type="stateType"/>
 
</xs:complexType>
 
<xs:unique name="uSrfName">
   
<xs:selector xpath="Surface"/>
   
<xs:field xpath="@name"/>
 
</xs:unique>
</xs:element>

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

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

attribute Surfaces/@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