diagram | |||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.landxml.org/schema/LandXML-1.2 | ||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||
children | Author | ||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="Application"> <xs:annotation> <xs:documentation>Optional element to identify the software that was used to create the file.</xs:documentation> </xs:annotation> <xs:complexType mixed="true"> <xs:sequence> <xs:choice> <xs:element ref="Author" minOccurs="0" maxOccurs="unbounded"/> <xs:any namespace="##other" processContents="skip" minOccurs="0"/> </xs:choice> </xs:sequence> <xs:attribute name="name" type="xs:string" use="required"/> <xs:attribute name="desc" type="xs:string"/> <xs:attribute name="manufacturer" type="xs:string"/> <xs:attribute name="version" type="xs:string"/> <xs:attribute name="manufacturerURL" 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="name" type="xs:string" use="required"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="desc" type="xs:string"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="manufacturer" type="xs:string"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="version" type="xs:string"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="manufacturerURL" type="xs:string"/> |
type | xs:dateTime | ||||
properties |
|
||||
source | <xs:attribute name="timeStamp" type="xs:dateTime" use="optional"/> |