diagram | |||||||||||||||||||||||||
namespace | http://www.landxml.org/schema/LandXML-1.2 | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | Monument Feature | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||
source | <xs:element name="Monuments"> <xs:annotation> <xs:documentation>This list of monuments allows them to be grouped at a file level like parcels and points etc</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element ref="Monument" maxOccurs="unbounded"/> <xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="desc" type="xs:string"/> <xs:attribute name="name" type="xs:string"/> <xs:attribute name="state" type="stateType"/> </xs:complexType> <xs:unique name="uMntName"> <xs:selector xpath="Monument"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="desc" type="xs:string"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="name" type="xs:string"/> |
type | stateType | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xs:attribute name="state" type="stateType"/> |