cdisc-org / DataExchange-ODM

ODM repository
MIT License
8 stars 1 forks source link

ODM-protocol.xsd missing type for StudyInterventionOID #48

Closed TeMeta closed 1 year ago

TeMeta commented 1 year ago
    <xs:attributeGroup name="StudyInterventionRefAttributeDefinition">
        <xs:attribute name="StudyInterventionOID" use="required"/>
lexjansen commented 1 year ago

Thanks! This should obviously be type="oidref". The specification is also incorrect: https://wiki.cdisc.org/display/ODM2/StudyInterventionRef It has StudyEventOID instead of StudyInterventionOID. I will fix those.

lexjansen commented 1 year ago

fixed on dev