Definition Type: Element
Name: Personnel
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into regNumber in schema landxml-1_1_xsd Drilldown into regType in schema landxml-1_1_xsd Drilldown into role in schema landxml-1_1_xsd Drilldown into name in schema landxml-1_1_xsdXSD Diagram of Personnel in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="Personnel">
    <xs:complexType>
        <xs:attribute name="name" type="xs:string" />
        <xs:attribute name="role" type="xs:string" />
        <xs:attribute name="regType" type="xs:string" />
        <xs:attribute name="regNumber" type="xs:string" />
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
name land:name (Optional)
role land:role (Optional)
regType land:regType (Optional)
regNumber land:regNumber (Optional)