CTS2 1.0 FTF Avatar
  1. OMG Issue

CTS2F2 — NamedEntityDescription and AnonymousEntityDescription incorrectly defined in schema

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

    The XML Schema uses xsd:restriction to constrain the type of URI that can be used in EntityDescription. It accidentally factored out the name and description attributes, however. This change has been submitted to version control

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

  • Reported: CTS2 1.0b1 — Mon, 30 Jan 2012 05:00 GMT
  • Disposition: Resolved — CTS2 1.0
  • Disposition Summary:

    PIM: N/A
    PSM:
    A sequence was inserted include the name and description attributes (addtion shown below):
    <xs:sequence>
    <xs:element name="name" type="ScopedEntityName" minOccurs="0">
    <xs:annotation>
    <xs:documentation>the namespace and name by which this
    entity is known within the context of the service
    implementation</xs:documentation>
    </xs:annotation>
    </xs:element>
    <xs:element name="knownEntityDescription"
    type="DescriptionInCodeSystem" minOccurs="0"
    maxOccurs="unbounded">
    <xs:annotation>
    <xs:documentation>a reference to a version of a code
    system that makes one or more assertions about the
    referenced entity. Note that only one version of a
    given code system is allowed in the
    <i>describingCodeSystem</i> list. Unless specified
    otherwise in a specific call, the code system version
    with the tag "CURRENT" must be
    used.</xs:documentation>
    </xs:annotation>
    </xs:element>
    </xs:sequence>

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