Definition Type: Element
Name: Author
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Documentation:
Optional element to identify the source of the file.
Collapse XSD Schema Diagram:
Drilldown into timeStamp in schema landxml-1_1_xsd Drilldown into companyURL in schema landxml-1_1_xsd Drilldown into company in schema landxml-1_1_xsd Drilldown into createdByEmail in schema landxml-1_1_xsd Drilldown into createdBy in schema landxml-1_1_xsdXSD Diagram of Author in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="Author">
    <xs:annotation>
        <xs:documentation>Optional element to identify the source of the file.</xs:documentation>
    </xs:annotation>
    <xs:complexType mixed="true">
        <xs:sequence>
            <xs:any namespace="##other" processContents="skip" minOccurs="0" />
        </xs:sequence>
        <xs:attribute name="createdBy" type="xs:string" />
        <xs:attribute name="createdByEmail" type="xs:string" />
        <xs:attribute name="company" type="xs:string" />
        <xs:attribute name="companyURL" type="xs:string" />
        <xs:attribute name="timeStamp" type="xs:dateTime" use="optional" />
        <xs:anyAttribute />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
<xs:any> Allowed namespace: '##other' 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
createdBy land:createdBy (Optional)
createdByEmail land:createdByEmail (Optional)
company land:company (Optional)
companyURL land:companyURL (Optional)
timeStamp land:timeStamp Optional
<anyAttribute>