Definition Type: Element
Name: PointFile
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Documentation:
A reference to an external file containing point information. The format of the information is defined by the order and delimeter attributes.
Collapse XSD Schema Diagram:
Drilldown into fileFormat in schema landxml-1_1_xsd Drilldown into fileType in schema landxml-1_1_xsd Drilldown into fileName in schema landxml-1_1_xsdXSD Diagram of PointFile in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="PointFile">
    <xs:annotation>
        <xs:documentation>A reference to an external file containing point information.</xs:documentation>
        <xs:documentation>The format of the information is defined by the order and delimeter attributes.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attribute name="fileName" use="required" />
        <xs:attribute name="fileType" use="required" />
        <xs:attribute name="fileFormat" use="required" />
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
fileName land:fileName Required
fileType land:fileType Required
fileFormat land:fileFormat Required