Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element diggs:Address
Namespace http://diggsml.org/schema-dev
Annotations
A collection of information used to give the location of a building,
apartment, or other structure or a plot of land, generally using political
boundaries.
Diagram
Diagramgml3_2Profile_diggs_xsd_Attribute_gml_id.tmp#idgml3_2Profile_diggs_xsd_Element_gml_description.tmp#descriptiongml3_2Profile_diggs_xsd_Element_gml_descriptionReference.tmp#descriptionReferencegml3_2Profile_diggs_xsd_Element_gml_identifier.tmp#identifiergml3_2Profile_diggs_xsd_Element_gml_name.tmp#namegml3_2Profile_diggs_xsd_Element_Group_gml_StandardObjectProperties.tmp#StandardObjectPropertiesgml3_2Profile_diggs_xsd_Complex_Type_gml_AbstractGMLType.tmp#AbstractGMLTypegml3_2Profile_diggs_xsd_Attribute_gml_id.tmp#idgml3_2Profile_diggs_xsd_Element_gml_description.tmp#descriptiongml3_2Profile_diggs_xsd_Element_gml_identifier.tmp#identifierKernel_xsd_Complex_Type_diggs_AbstractObjectBaseType.tmp#AbstractObjectBaseTypeKernel_xsd_Complex_Type_diggs_AddressType.tmp#AddressType_numberKernel_xsd_Complex_Type_diggs_AddressType.tmp#AddressType_streetAddressKernel_xsd_Complex_Type_diggs_AddressType.tmp#AddressType_cityKernel_xsd_Complex_Type_diggs_AddressType.tmp#AddressType_stateKernel_xsd_Complex_Type_diggs_AddressType.tmp#AddressType_provinceKernel_xsd_Complex_Type_diggs_AddressType.tmp#AddressType_countyKernel_xsd_Complex_Type_diggs_AddressType.tmp#AddressType_countryKernel_xsd_Complex_Type_diggs_AddressType.tmp#AddressType_postalCodeKernel_xsd_Complex_Type_diggs_AddressType.tmp#AddressTypegml3_2Profile_diggs_xsd_Element_gml_AbstractGML.tmp#AbstractGML
Type diggs:AddressType
Type hierarchy
Properties
content complex
abstract false
Substitution Group Affiliation
Used by
Model
Children diggs:city, diggs:country, diggs:county, diggs:number, diggs:postalCode, diggs:province, diggs:state, diggs:streetAddress, gml:description, gml:identifier
Instance
<diggs:Address gml:id="" xmlns:diggs="http://diggsml.org/schema-dev" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:identifier codeSpace="">{0,1}</gml:identifier>
  <diggs:number xml:lang="">{0,1}</diggs:number>
  <diggs:streetAddress xml:lang="">{0,unbounded}</diggs:streetAddress>
  <diggs:city xml:lang="">{0,1}</diggs:city>
  <diggs:state xml:lang="">{0,1}</diggs:state>
  <diggs:province xml:lang="">{0,1}</diggs:province>
  <diggs:county xml:lang="">{0,1}</diggs:county>
  <diggs:country xml:lang="">{0,1}</diggs:country>
  <diggs:postalCode xml:lang="">{0,1}</diggs:postalCode>
</diggs:Address>
Attributes
QName Type Use Annotation
gml:id ID required
Database handle for the object. It is of XML type ID, so is constrained to be
unique in the XML document within which it occurs. An external identifier for the object in
the form of a URI may be constructed using standard XML and XPointer methods. This is done
by concatenating the URI for the document, a fragment separator, and the value of the id
attribute.
Source
<element name="Address" type="diggs:AddressType" substitutionGroup="gml:AbstractGML" abstract="false">
  <annotation>
    <documentation>A collection of information used to give the location of a building, apartment, or other structure or a plot of land, generally using political boundaries.</documentation>
  </annotation>
</element>