Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element identifierAssociation
Namespace No namespace
Diagram
DiagramDECOR_xsd_Element_identifierAssociation.tmp#identifierAssociation_conceptIdDECOR_xsd_Element_identifierAssociation.tmp#identifierAssociation_conceptFlexibilityDECOR_xsd_Element_identifierAssociation.tmp#identifierAssociation_refDECOR_xsd_Attribute_Group_VersionHandlingEffectiveDateOptional.tmp#VersionHandlingEffectiveDateOptionalDECOR_xsd_Attribute_Group_IdentifierAssociationCompilationAttributes.tmp#IdentifierAssociationCompilationAttributes
Properties
content complex
Used by
Attributes
QName Type Use Annotation
conceptFlexibility StaticFlexibility optional
concept effectiveDate this assocication is associated with
conceptId Oid required
concept id this assocication is associated with
effectiveDate TimeStampNoTimezone optional
Identifies the effective date of the version of the object.
expirationDate TimeStampNoTimezone optional
Identifies the expiration date of the version of the object.
lastModifiedDate TimeStampNoTimezone optional
Identifies last point in time that the object was changed.
officialReleaseDate TimeStampNoTimezone optional
Identifies the official release date of the version of the object.
ref Oid optional
Object Identifier (OID) of the identification scheme this assocication is associated with. Example: '2.16.840.1.113883.4.1' for US Social Security Numbers
refdisplay xs:string optional
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the calculated display name for the value in @ref
versionLabel ShortDescriptiveName optional
A human readable version number or version label for convenient human rendition; not used by an application.
Wildcard: ANY attribute from ANY namespace OTHER than 'No Namespace'
Source
<xs:element name="identifierAssociation">
  <xs:complexType>
    <xs:annotation>
      <xs:documentation xml:lang="en-US">identifierAssociation links a dataset concept to an identifier scheme. Any concept may have multiple of these associations</xs:documentation>
    </xs:annotation>
    <!--<xs:attribute name="id" use="required" type="Oid">
                <xs:annotation>
                    <xs:documentation xml:lang="en-US">each assignment MUST have a project unique id so you can attach issues, change with precision, and potentially delete</xs:documentation>
                </xs:annotation>
            </xs:attribute>-->
    <xs:attribute name="conceptId" use="required" type="Oid">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">concept id this assocication is associated with</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="conceptFlexibility" use="optional" type="StaticFlexibility">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">concept effectiveDate this assocication is associated with</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="ref" type="Oid" use="optional">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">Object Identifier (OID) of the identification scheme this assocication is associated with. Example: '2.16.840.1.113883.4.1' for US Social Security Numbers</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <!-- version handling -->
    <xs:attributeGroup ref="VersionHandlingEffectiveDateOptional"/>
    <!-- removed after talks with users: not relevant for now and a can of worms should want it -->
    <!--<xs:attribute name="statusCode" type="ReleaseStatusCodeLifeCycle" use="optional">
                <xs:annotation>
                    <xs:documentation xml:lang="en-US">manages the status of the association itself</xs:documentation>
                </xs:annotation>
            </xs:attribute>-->
    <xs:attributeGroup ref="IdentifierAssociationCompilationAttributes"/>
  </xs:complexType>
</xs:element>
Attribute identifierAssociation / @conceptId
Namespace No namespace
Annotations
concept id this assocication is associated with
Type Oid
Properties
use required
Facets
maxLength 255
pattern [0-2](\.(0|[1-9][0-9]*))*
Used by
Source
<xs:attribute name="conceptId" use="required" type="Oid">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">concept id this assocication is associated with</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute identifierAssociation / @conceptFlexibility
Namespace No namespace
Annotations
concept effectiveDate this assocication is associated with
Type StaticFlexibility
Type hierarchy
Properties
use optional
Facets
pattern \d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}
Used by
Source
<xs:attribute name="conceptFlexibility" use="optional" type="StaticFlexibility">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">concept effectiveDate this assocication is associated with</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute identifierAssociation / @ref
Namespace No namespace
Annotations
Object Identifier (OID) of the identification scheme this assocication is associated with. Example: '2.16.840.1.113883.4.1' for US Social Security Numbers
Type Oid
Properties
use optional
Facets
maxLength 255
pattern [0-2](\.(0|[1-9][0-9]*))*
Used by
Source
<xs:attribute name="ref" type="Oid" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Object Identifier (OID) of the identification scheme this assocication is associated with. Example: '2.16.840.1.113883.4.1' for US Social Security Numbers</xs:documentation>
  </xs:annotation>
</xs:attribute>