Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element diggs:RemarkType / diggs:content
Namespace http://diggsml.org/schemas/3
Annotations
The content property.
Diagram
Diagram
Type string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<element name="content" type="string" minOccurs="1" maxOccurs="1">
  <annotation>
    <documentation>The content property.</documentation>
  </annotation>
</element>
Element diggs:RemarkType / diggs:author
Namespace http://diggsml.org/schemas/3
Annotations
The author of the remark.
Diagram
Diagramgml3_2Profile_diggs_xsd_Attribute_Group_gml_AssociationAttributeGroup.tmp#AssociationAttributeGroupgml3_2Profile_diggs_xsd_Attribute_Group_gml_OwnershipAttributeGroup.tmp#OwnershipAttributeGroupCommon_xsd_Element_diggs_BusinessAssociate.tmp#BusinessAssociateCommon_xsd_Complex_Type_diggs_BusinessAssociatePropertyType.tmp#BusinessAssociatePropertyType
Type diggs:BusinessAssociatePropertyType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children diggs:BusinessAssociate
Instance
<diggs:author xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:diggs="http://diggsml.org/schemas/3">
  <diggs:BusinessAssociate gml:id="">{0,1}</diggs:BusinessAssociate>
</diggs:author>
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="author" type="diggs:BusinessAssociatePropertyType" maxOccurs="unbounded" minOccurs="0">
  <annotation>
    <documentation>The author of the remark.</documentation>
  </annotation>
</element>
Element diggs:RemarkType / diggs:remarkDateTime
Namespace http://diggsml.org/schemas/3
Annotations
The remark date time for this item.
Diagram
Diagramgml3_2Profile_diggs_xsd_Simple_Type_gml_TimePositionUnion.tmp#TimePositionUniongml3_2Profile_diggs_xsd_Complex_Type_gml_TimePositionType.tmp#TimePositionType_framegml3_2Profile_diggs_xsd_Complex_Type_gml_TimePositionType.tmp#TimePositionType_calendarEraNamegml3_2Profile_diggs_xsd_Complex_Type_gml_TimePositionType.tmp#TimePositionType_indeterminatePositiongml3_2Profile_diggs_xsd_Complex_Type_gml_TimePositionType.tmp#TimePositionType
Type gml:TimePositionType
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs 1
Attributes
QName Type Default Use
calendarEraName string optional
frame anyURI #ISO-8601 optional
indeterminatePosition gml:TimeIndeterminateValueType optional
Source
<element name="remarkDateTime" type="gml:TimePositionType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>The remark date time for this item.</documentation>
  </annotation>
</element>
Complex Type diggs:RemarkType
Namespace http://diggsml.org/schemas/3
Annotations
Complex type: RemarkType
Diagram
Diagramgml3_2Profile_diggs_xsd_Attribute_Group_gml_OwnershipAttributeGroup.tmp#OwnershipAttributeGroupgml3_2Profile_diggs_xsd_Complex_Type_gml_AbstractMetadataPropertyType.tmp#AbstractMetadataPropertyTypeCommon_xsd_Complex_Type_diggs_RemarkType.tmp#RemarkType_contentCommon_xsd_Complex_Type_diggs_RemarkType.tmp#RemarkType_authorCommon_xsd_Complex_Type_diggs_RemarkType.tmp#RemarkType_remarkDateTime
Type extension of gml:AbstractMetadataPropertyType
Type hierarchy
Used by
Element diggs:Remark
Model
Children diggs:author, diggs:content, diggs:remarkDateTime
Attributes
QName Type Default Use
owns boolean false optional
Source
<complexType name="RemarkType">
  <annotation>
    <documentation>Complex type: RemarkType</documentation>
  </annotation>
  <complexContent>
    <extension base="gml:AbstractMetadataPropertyType">
      <sequence>
        <element name="content" type="string" minOccurs="1" maxOccurs="1">
          <annotation>
            <documentation>The content property.</documentation>
          </annotation>
        </element>
        <element name="author" type="diggs:BusinessAssociatePropertyType" maxOccurs="unbounded" minOccurs="0">
          <annotation>
            <documentation>The author of the remark.</documentation>
          </annotation>
        </element>
        <element name="remarkDateTime" type="gml:TimePositionType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>The remark date time for this item.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>