Definition Type: Element
Name: Title
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Documentation:
This may be expanded, but the LandXML schema is not really aimed at providing title information so I think name is sufficient
Collapse XSD Schema Diagram:
Drilldown into titleType in schema landxml-1_1_xsd Drilldown into name in schema landxml-1_1_xsdXSD Diagram of Title in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
name land:name Required
titleType land:titleType (Optional)