A property that has a collection of solids as its value domain may either be an appropriate geometry element encapsulated in an element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere in the same document). Either the reference or the contained element shall be given, but neither both nor none. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
gml:remoteSchema | anyURI | optional | ||||
nilReason | gml:NilReasonType | optional | ||||
owns | boolean | false | optional | |||
xlink:actuate | xlink:actuateType | optional | ||||
xlink:arcrole | xlink:arcroleType | optional | ||||
xlink:href | xlink:hrefType | optional | ||||
xlink:role | xlink:roleType | optional | ||||
xlink:show | xlink:showType | optional | ||||
xlink:title | xlink:titleAttrType | optional | ||||
xlink:type | xlink:typeType | simple | optional |
Element | gml:multiSolidProperty |
<complexType name="MultiSolidPropertyType"> <annotation> <documentation>A property that has a collection of solids as its value domain may either be an appropriate geometry element encapsulated in an element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere in the same document). Either the reference or the contained element shall be given, but neither both nor none.</documentation> </annotation> <sequence minOccurs="0"> <element ref="gml:MultiSolid"/> </sequence> <attributeGroup ref="gml:AssociationAttributeGroup"/> <attributeGroup ref="gml:OwnershipAttributeGroup"/> </complexType> |