Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element diggs:RoleType / diggs:rolePerformed
Namespace http://diggsml.org/schema-dev
Annotations
A term describing the role that was performed; intended to come from a controlled list of terms. In many types of practice, the rolw performed will map to a specific database field (eg. driller for a borehole) and therefore use of a a DIGGS dictionary is important to ensure interoperability berween data systems.
Diagram
Diagramgml3_2Profile_diggs_xsd_Complex_Type_gml_CodeType.tmp#CodeType_codeSpacegml3_2Profile_diggs_xsd_Complex_Type_gml_CodeType.tmp#CodeType
Type gml:CodeType
Properties
content complex
minOccurs 1
maxOccurs 1
Attributes
QName Type Use
codeSpace anyURI optional
Source
<element name="rolePerformed" type="gml:CodeType" minOccurs="1" maxOccurs="1">
  <annotation>
    <documentation>A term describing the role that was performed; intended to come from a controlled list of terms. In many types of practice, the rolw performed will map to a specific database field (eg. driller for a borehole) and therefore use of a a DIGGS dictionary is important to ensure interoperability berween data systems.</documentation>
  </annotation>
</element>
Element diggs:RoleType / diggs:timePerformed
Namespace http://diggsml.org/schema-dev
Diagram
DiagramKernel_xsd_Element_diggs_TimeInterval.tmp#TimeIntervalKernel_xsd_Complex_Type_diggs_TimeIntervalPropertyType.tmp#TimeIntervalPropertyType
Type diggs:TimeIntervalPropertyType
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children diggs:TimeInterval
Instance
<diggs:timePerformed xmlns:diggs="http://diggsml.org/schema-dev">
  <diggs:TimeInterval gml:id="" xml:lang="">{1,1}</diggs:TimeInterval>
</diggs:timePerformed>
Source
<element name="timePerformed" type="diggs:TimeIntervalPropertyType" minOccurs="0" maxOccurs="1"/>
Element diggs:RoleType / diggs:remark
Namespace http://diggsml.org/schema-dev
Diagram
DiagramKernel_xsd_Element_diggs_Remark.tmp#RemarkKernel_xsd_Complex_Type_diggs_RemarkPropertyType.tmp#RemarkPropertyType
Type diggs:RemarkPropertyType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children diggs:Remark
Instance
<diggs:remark xmlns:diggs="http://diggsml.org/schema-dev">
  <diggs:Remark owns="false">{1,1}</diggs:Remark>
</diggs:remark>
Source
<element name="remark" type="diggs:RemarkPropertyType" minOccurs="0" maxOccurs="unbounded"/>
Element diggs:RoleType / diggs:businessAssociate
Namespace http://diggsml.org/schema-dev
Annotations
A property element that supports a value by reference
only. The target value is indicated in the appinfo
element.
Diagram
Diagramgml3_2Profile_diggs_xsd_Attribute_Group_gml_AssociationAttributeGroup.tmp#AssociationAttributeGroupgml3_2Profile_diggs_xsd_Attribute_Group_gml_OwnershipAttributeGroup.tmp#OwnershipAttributeGroupKernel_xsd_Element_diggs_BusinessAssociate.tmp#BusinessAssociateKernel_xsd_Complex_Type_diggs_BusinessAssociatePropertyType.tmp#BusinessAssociatePropertyType
Type diggs:BusinessAssociatePropertyType
Properties
content complex
minOccurs 1
maxOccurs unbounded
Model
Children diggs:BusinessAssociate
Instance
<diggs:businessAssociate xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:diggs="http://diggsml.org/schema-dev">
  <diggs:BusinessAssociate gml:id="" xml:lang="">{0,1}</diggs:BusinessAssociate>
</diggs:businessAssociate>
Attributes
QName Type Fixed Default Use Annotation
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:actuate restriction of string optional
The 'actuate' attribute is used to communicate the desired timing 
of traversal from the starting resource to the ending resource; 
it's value should be treated as follows:
onLoad - traverse to the ending resource immediately on loading 
         the starting resource 
onRequest - traverse from the starting resource to the ending 
            resource only on a post-loading event triggered for 
            this purpose 
other - behavior is unconstrained; examine other markup in link 
        for hints 
none - behavior is unconstrained
xlink:arcrole anyURI optional
xlink:href anyURI optional
xlink:role anyURI optional
xlink:show restriction of string optional
The 'show' attribute is used to communicate the desired presentation 
of the ending resource on traversal from the starting resource; it's 
value should be treated as follows: 
new - load ending resource in a new window, frame, pane, or other 
      presentation context
replace - load the resource in the same window, frame, pane, or 
          other presentation context
embed - load ending resource in place of the presentation of the 
        starting resource
other - behavior is unconstrained; examine other markup in the 
        link for hints 
none - behavior is unconstrained
xlink:title string optional
xlink:type string simple optional
Source
<element name="businessAssociate" type="diggs:BusinessAssociatePropertyType" maxOccurs="unbounded" minOccurs="1">
  <annotation>
    <appinfo>diggs:BusinessAssociate</appinfo>
    <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
  </annotation>
</element>
Complex Type diggs:RoleType
Namespace http://diggsml.org/schema-dev
Diagram
Diagramgml3_2Profile_diggs_xsd_Attribute_Group_gml_OwnershipAttributeGroup.tmp#OwnershipAttributeGroupgml3_2Profile_diggs_xsd_Complex_Type_gml_AbstractMetadataPropertyType.tmp#AbstractMetadataPropertyTypeKernel_xsd_Complex_Type_diggs_RoleType.tmp#RoleType_rolePerformedKernel_xsd_Complex_Type_diggs_RoleType.tmp#RoleType_timePerformedKernel_xsd_Complex_Type_diggs_RoleType.tmp#RoleType_remarkKernel_xsd_Complex_Type_diggs_RoleType.tmp#RoleType_businessAssociate
Type extension of gml:AbstractMetadataPropertyType
Type hierarchy
Used by
Element diggs:Role
Model
Children diggs:businessAssociate, diggs:remark, diggs:rolePerformed, diggs:timePerformed
Attributes
QName Type Default Use
owns boolean false optional
Source
<complexType name="RoleType">
  <complexContent>
    <extension base="gml:AbstractMetadataPropertyType">
      <sequence>
        <element name="rolePerformed" type="gml:CodeType" minOccurs="1" maxOccurs="1">
          <annotation>
            <documentation>A term describing the role that was performed; intended to come from a controlled list of terms. In many types of practice, the rolw performed will map to a specific database field (eg. driller for a borehole) and therefore use of a a DIGGS dictionary is important to ensure interoperability berween data systems.</documentation>
          </annotation>
        </element>
        <element name="timePerformed" type="diggs:TimeIntervalPropertyType" minOccurs="0" maxOccurs="1"/>
        <element name="remark" type="diggs:RemarkPropertyType" minOccurs="0" maxOccurs="unbounded"/>
        <element name="businessAssociate" type="diggs:BusinessAssociatePropertyType" maxOccurs="unbounded" minOccurs="1">
          <annotation>
            <appinfo>diggs:BusinessAssociate</appinfo>
            <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>