CTS2 1.0 FTF Avatar
  1. OMG Issue

CTS2F2 — XML Schema for BaseService has wrong type for supported Profile

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

    The type of SupportedProfile should be ProfileElement, not StructuralProfile

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

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

    PIM: N/A
    PSM:
    In the type 'BaseService', change 'SupportedProfile' from:
    <xs:element name="supportedProfile" type="StructuralProfile" minOccurs="1" maxOccurs="unbounded">
    to:
    <xs:element name="supportedProfile" type="ProfileElement" minOccurs="1" maxOccurs="unbounded">

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