Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element diggs:Role
Namespace http://diggsml.org/schema-dev
Annotations
A role is the function assumed or part played by a business associate in
relation to the containing DIGGS feature. This object also identifies the time
interval over which the role was performed, if relevant.
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_businessAssociateKernel_xsd_Complex_Type_diggs_RoleType.tmp#RoleType
Type diggs:RoleType
Type hierarchy
Properties
content complex
abstract false
Used by
Complex Type diggs:RolePropertyType
Model
Children diggs:businessAssociate, diggs:remark, diggs:rolePerformed, diggs:timePerformed
Instance
<diggs:Role owns="false" xmlns:diggs="http://diggsml.org/schema-dev">
  <diggs:rolePerformed codeSpace="">{1,1}</diggs:rolePerformed>
  <diggs:timePerformed>{0,1}</diggs:timePerformed>
  <diggs:remark>{0,unbounded}</diggs:remark>
  <diggs:businessAssociate xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,unbounded}</diggs:businessAssociate>
</diggs:Role>
Attributes
QName Type Default Use
owns boolean false optional
Source
<element name="Role" abstract="false" type="diggs:RoleType">
  <annotation>
    <documentation>A role is the function assumed or part played by a business associate in relation to the containing DIGGS feature. This object also identifies the time interval over which the role was performed, if relevant.</documentation>
  </annotation>
</element>