complexType "GeographicLocationReferenceType"
Namespace:
Content:
complex, 7 attributes, 7 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definition of 1 element
Used:
XML Representation Summary
<...
   
 = 
xs:boolean : "false"
 = 
xs:anyURI
 = 
"true"
 = 
xs:boolean : "false"
 = 
xs:string
 = 
list of xs:language
 = 
xs:anyURI
   
>
   
Content: 
</...>
Content Model Elements (7):
Agency, ExcludedLocationValueReference, ID, MaintainableObject, TypeOfObject, URN, Version
All Direct / Indirect Based Elements (1):
GeographicLocationReference
Known Usage Locations
Annotation
Reference to an existing GeographicLocation using the Reference structure plus the ability to exclude any number of contained location values as specified by reference. TypeOfObject should be set to GeographicLocation.
Type Definition Detail
Type Derivation Tree
ReferenceType (extension)
  GeographicLocationReferenceType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="GeographicLocationReferenceType">
<xs:complexContent>
<xs:extension base="ReferenceType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ExcludedLocationValueReference"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 1/7)
ExcludedLocationValueReference
Type:
ReferenceType, complex content
Reference to a LocationValue within the referenced GeographicLocation which should be excluded. Each excluded location value should be specified by reference.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ExcludedLocationValueReference"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set