Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element diggs:DocumentInformation
Namespace http://diggsml.org/schema-dev
Annotations
An object that contains metadata about the specific xml
instance.
Diagram
Diagramgml3_2Profile_diggs_xsd_Attribute_gml_id.tmp#idKernel_xsd_Complex_Type_diggs_AbstractComponentObjectBaseType.tmp#AbstractComponentObjectBaseTypegml3_2Profile_diggs_xsd_Element_gml_description.tmp#descriptiongml3_2Profile_diggs_xsd_Element_gml_identifier.tmp#identifierKernel_xsd_Complex_Type_diggs_DocumentInformationType.tmp#DocumentInformationType_creationDateKernel_xsd_Complex_Type_diggs_DocumentInformationType.tmp#DocumentInformationType_effectiveDateKernel_xsd_Complex_Type_diggs_DocumentInformationType.tmp#DocumentInformationType_expirationDateKernel_xsd_Complex_Type_diggs_DocumentInformationType.tmp#DocumentInformationType_authorKernel_xsd_Complex_Type_diggs_DocumentInformationType.tmp#DocumentInformationType_disclaimerKernel_xsd_Complex_Type_diggs_DocumentInformationType.tmp#DocumentInformationType_sourceSoftwareKernel_xsd_Complex_Type_diggs_DocumentInformationType.tmp#DocumentInformationType_destinationKernel_xsd_Complex_Type_diggs_DocumentInformationType.tmp#DocumentInformationType_destinationSoftwareKernel_xsd_Complex_Type_diggs_DocumentInformationType.tmp#DocumentInformationType_auditTrailKernel_xsd_Complex_Type_diggs_DocumentInformationType.tmp#DocumentInformationTypeKernel_xsd_Element_diggs_AbstractComponentObjectBase.tmp#AbstractComponentObjectBase
Type diggs:DocumentInformationType
Type hierarchy
Properties
content complex
abstract false
nillable false
Substitution Group Affiliation
Used by
Model
Children diggs:auditTrail, diggs:author, diggs:creationDate, diggs:destination, diggs:destinationSoftware, diggs:disclaimer, diggs:effectiveDate, diggs:expirationDate, diggs:sourceSoftware, gml:description, gml:identifier
Instance
<diggs:DocumentInformation 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:creationDate calendarEraName="" frame="#ISO-8601" indeterminatePosition="">{1,1}</diggs:creationDate>
  <diggs:effectiveDate calendarEraName="" frame="#ISO-8601" indeterminatePosition="">{0,1}</diggs:effectiveDate>
  <diggs:expirationDate calendarEraName="" frame="#ISO-8601" indeterminatePosition="">{0,1}</diggs:expirationDate>
  <diggs:author xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</diggs:author>
  <diggs:disclaimer xml:lang="">{0,1}</diggs:disclaimer>
  <diggs:sourceSoftware>{0,unbounded}</diggs:sourceSoftware>
  <diggs:destination xml:lang="">{0,1}</diggs:destination>
  <diggs:destinationSoftware>{0,unbounded}</diggs:destinationSoftware>
  <diggs:auditTrail>{0,unbounded}</diggs:auditTrail>
</diggs:DocumentInformation>
Attributes
QName Type Use Annotation
gml:id ID optional
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="DocumentInformation" type="diggs:DocumentInformationType" substitutionGroup="diggs:AbstractComponentObjectBase" abstract="false" block="" nillable="false">
  <annotation>
    <documentation>An object that contains metadata about the specific xml instance.</documentation>
  </annotation>
</element>