complexType "LocationValueType"
Namespace:
Content:
complex, 5 attributes, 12 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 6 elements
Used:
XML Representation Summary
<...
   
 = 
("Canonical" | "Deprecated")
 = 
("Add" | "Update" | "Delete")
 = 
xs:anyURI
 = 
("Agency" | "Maintainable") : "Agency"
 = 
"true"
    >
   
Content: 
(URN | (Agency, ID, Version))[1..2], UserID*, MaintainableObject?, LocationValueName*, GeographicLocationIdentifier*, DefiningCharacteristic*, GeographicTime?, BoundingPolygon*, ExcludingPolygon*
</...>
Content Model Elements (12):
Agency, BoundingPolygon, DefiningCharacteristic, ExcludingPolygon, GeographicLocationIdentifier, GeographicTime, ID, LocationValueName, MaintainableObject, URN, UserID, Version
All Direct / Indirect Based Elements (1):
LocationValue
Known Usage Locations
Annotation
A location of the specified geographic level providing information on its name, identification codes, temporal and spatial coverage as expressed by bounding and excluding polygon descriptions or references.
Type Definition Detail
Type Derivation Tree
AbstractIdentifiableType (extension)
  IdentifiableType (extension)
      LocationValueType
XML Source (w/o annotations (7); see within schema source)
<xs:complexType name="LocationValueType">
<xs:complexContent>
<xs:extension base="IdentifiableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="LocationValueName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="GeographicLocationIdentifier"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DefiningCharacteristic"/>
<xs:element minOccurs="0" ref="GeographicTime"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="BoundingPolygon"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ExcludingPolygon"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 6/12)
BoundingPolygon
Type:
PolygonType, complex content
A description of the boundaries of the polygon either in-line or by a reference to an external file containing the boundaries. Repeatable to describe non-contiguous areas such as islands or Native American Reservations in some parts of the United States.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="BoundingPolygon"/>

DefiningCharacteristic
Type:
Use to attach one or more characteristics which define the area. These are often usefull in terms of selction. For example a U.S. Block may be classified as Urban, Rural, or Mixed. The defining characteristic supports the use of a controlled vocabulary and may provide a time period for which the characteristic is valid.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DefiningCharacteristic"/>

ExcludingPolygon
Type:
PolygonType, complex content
A description of a the boundaries of a polygon internal to the bounding polygon which should be excluded. For example, for the bounding polygon describing the State of Brandenburg in Germany, the Excluding Polygon would describe the boundary of Berlin, creating hole within Brandenburg which is occupied by Berlin.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ExcludingPolygon"/>

GeographicLocationIdentifier
Type:
A unique identifier for the geographic location. Repeat for multiple identifiers from other authorized sources.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="GeographicLocationIdentifier"/>

GeographicTime
Type:
DateType, complex content
The time period for which the description (names and codes) are valid. Use a date range when start and end periods are known (or the location description is still valid). If the range is unknown indicate a single date for which you know the description is valid. This will allow others to relate it to a fuller date range if external information become available.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="GeographicTime"/>

LocationValueName
Type:
NameType, complex content
A name for the Location. May be expressed in multiple languages. Repeat the element to express names with different content, for example different names for different systems.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="LocationValueName"/>

XML schema documentation generated with DocFlex/XML 1.8.7 using DocFlex/XML XSDDoc 2.7.0 template set