Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element diggs:RemarkType / diggs:content
Namespace http://diggsml.org/schema-dev
Diagram
Diagramxml_xsd_Attribute_xml_lang.tmp#langKernel_xsd_Complex_Type_diggs_DiggsStringType.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content complex
minOccurs 1
maxOccurs 1
mixed true
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
<div>
  <h3>lang (as an attribute name)</h3>
  <p>denotes an attribute whose value is a language code for the natural language of the content of any element; its value is inherited. This name is reserved by virtue of its definition in the XML specification.</p>
</div>
<div>
  <h4>Notes</h4>
  <p>Attempting to install the relevant ISO 2- and 3-letter codes as the enumerated possible values is probably never going to be a realistic possibility.</p>
  <p>See BCP 47 at
    <a href="http://www.rfc-editor.org/rfc/bcp/bcp47.txt">http://www.rfc-editor.org/rfc/bcp/bcp47.txt</a>and the IANA language subtag registry at
    <a href="http://www.iana.org/assignments/language-subtag-registry">http://www.iana.org/assignments/language-subtag-registry</a>for further information.</p>
  <p>The union allows for the 'un-declaration' of xml:lang with the empty string.</p>
</div>
Source
<element name="content" type="diggs:DiggsStringType" minOccurs="1" maxOccurs="1"/>
Element diggs:RemarkType / diggs:author
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 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/schema-dev">
  <diggs:BusinessAssociate gml:id="" xml:lang="">{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>
    <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>
Element diggs:RemarkType / diggs:remarkDateTime
Namespace http://diggsml.org/schema-dev
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"/>
Complex Type diggs:RemarkType
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_RemarkType.tmp#RemarkType_contentKernel_xsd_Complex_Type_diggs_RemarkType.tmp#RemarkType_authorKernel_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">
  <complexContent>
    <extension base="gml:AbstractMetadataPropertyType">
      <sequence>
        <element name="content" type="diggs:DiggsStringType" minOccurs="1" maxOccurs="1"/>
        <element name="author" type="diggs:BusinessAssociatePropertyType" maxOccurs="unbounded" minOccurs="0">
          <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>
        <element name="remarkDateTime" type="gml:TimePositionType" minOccurs="0" maxOccurs="1"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>