element Title
diagram LandXML-1.2Doc_p189.png
namespace http://www.landxml.org/schema/LandXML-1.2
properties
content complex
mixed true
used by
element Parcel
attributes
Name  Type  Use  Default  Fixed  annotation
namexs:stringrequired      
titleTypexs:anySimpleType      
annotation
documentation
This may be expanded, but the LandXML schema is not really aimed at providing title information so I think name is sufficient
source <xs:element name="Title">
 
<xs:annotation>
   
<xs:documentation>This may be expanded, but the LandXML schema is not really aimed at providing title information so I think name is sufficient</xs:documentation>
 
</xs:annotation>
 
<xs:complexType mixed="true">
   
<xs:attribute name="name" type="xs:string" use="required"/>
   
<xs:attribute name="titleType" type="xs:anySimpleType"/>
 
</xs:complexType>
</xs:element>

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

attribute Title/@titleType
type xs:anySimpleType
properties
isRef 0
source <xs:attribute name="titleType" type="xs:anySimpleType"/>


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