Definition Type: Element
Name: DocFileRef
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Documentation:
A reference to any external document file containing related information for the associated element.
Collapse XSD Schema Diagram:
Drilldown into fileFormat in schema landxml-1_1_xsd Drilldown into fileType in schema landxml-1_1_xsd Drilldown into location in schema landxml-1_1_xsd Drilldown into name in schema landxml-1_1_xsdXSD Diagram of DocFileRef in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="DocFileRef">
    <xs:annotation>
        <xs:documentation>A reference to any external document file containing related information for the associated element.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attribute name="name" use="required" />
        <xs:attribute name="location" type="xs:anyURI" use="required" />
        <xs:attribute name="fileType" type="xs:string" />
        <xs:attribute name="fileFormat" type="xs:string" />
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
name land:name Required
location land:location Required
fileType land:fileType (Optional)
fileFormat land:fileFormat (Optional)