Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element diggs:Remark
Namespace http://diggsml.org/schema-dev
Annotations
A remark or comment relevant to the containing object or feature,
optionally including the remark's author and date.
Diagram
Diagramgml3_2Profile_diggs_xsd_Attribute_Group_gml_OwnershipAttributeGroup.tmp#OwnershipAttributeGroupgml3_2Profile_diggs_xsd_Complex_Type_gml_AbstractMetadataPropertyType.tmp#AbstractMetadataPropertyTypeKernel_xsd_Complex_Type_diggs_RemarkType.tmp#RemarkType_contentKernel_xsd_Complex_Type_diggs_RemarkType.tmp#RemarkType_authorKernel_xsd_Complex_Type_diggs_RemarkType.tmp#RemarkType_remarkDateTimeKernel_xsd_Complex_Type_diggs_RemarkType.tmp#RemarkType
Type diggs:RemarkType
Type hierarchy
Properties
content complex
abstract false
Used by
Model
Children diggs:author, diggs:content, diggs:remarkDateTime
Instance
<diggs:Remark owns="false" xmlns:diggs="http://diggsml.org/schema-dev">
  <diggs:content xml:lang="">{1,1}</diggs:content>
  <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:remarkDateTime calendarEraName="" frame="#ISO-8601" indeterminatePosition="">{0,1}</diggs:remarkDateTime>
</diggs:Remark>
Attributes
QName Type Default Use
owns boolean false optional
Source
<element name="Remark" type="diggs:RemarkType" abstract="false">
  <annotation>
    <documentation>A remark or comment relevant to the containing object or feature, optionally including the remark's author and date.</documentation>
  </annotation>
</element>