CTS2 1.0 FTF Avatar
  1. OMG Issue

CTS2F2 — CTS2: StructuralProfile - Statement and/or MapEntry

  • Key: CTS2F2-64
  • Legacy Issue Number: 17322
  • Status: closed  
  • Source: Mayo Clinic ( Mr. Craig Stancl)
  • Summary:

    In the StructuralProfile enum, should there be 'SP_STATEMENT' and/or 'SP_MAP_ENTRY' ?

    It could be that Statement is intended to be included in the 'Association' profile and MapEntry in the 'MapVersion' profile. If that is the case this issue would be a no-op, or at most a documentation note.

    Logged: https://github.com/cts2/cts2-specification/issues/86

  • Reported: CTS2 1.0b1 — Fri, 20 Apr 2012 04:00 GMT
  • Disposition: Resolved — CTS2 1.0
  • Disposition Summary:

    PIM: N/A
    PSM:
    Added two new enum values: 'SP_MAP_ENTRY" and "SP_STATEMENT" to the StructuralProfile enum.
    <xs:enumeration value="SP_MAP_ENTRY">
    <xs:annotation>
    <xs:documentation>The <b>Map_Entry</b> profile represents
    individual entries in a
    <b>Map_Version</b></xs:documentation>
    </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="SP_STATEMENT">
    <xs:annotation>
    <xs:documentation>The <b>Statement</b> profile provides a
    bridge between the CTS2 model structure and the
    underlying RDF/XML/etc.</xs:documentation>
    </xs:annotation>
    </xs:enumeration>

  • Updated: Fri, 6 Mar 2015 20:58 GMT