Documentation for CityGML

Complex Type: ExternalObjectReferenceType

[Table of contents]

Super-types: None
Sub-types: None
Name ExternalObjectReferenceType
Used by (from the same schema document) Complex Type ExternalReferenceType
Abstract no
XML Instance Representation
<...>
Start Choice [1]
<name> xs:string </name> [1]
<uri> xs:anyURI </uri> [1]
End Choice
</...>
Diagram
Schema Component Representation
<xs:complexType name="ExternalObjectReferenceType">
<xs:choice>
<xs:element name="name" type=" xs:string "/>
<xs:element name="uri" type=" xs:anyURI "/>
</xs:choice>
</xs:complexType>