diagram | |||||||||||||||||||||||||||||||||||||
namespace | http://www.landxml.org/schema/LandXML-1.2 | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||
source | <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> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="createdBy" type="xs:string"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="createdByEmail" type="xs:string"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="company" type="xs:string"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="companyURL" type="xs:string"/> |
type | xs:dateTime | ||||
properties |
|
||||
source | <xs:attribute name="timeStamp" type="xs:dateTime" use="optional"/> |