|
24 | 24 | <xs:attributeGroup name="StudyObjectiveAttributeDefinition">
|
25 | 25 | <xs:attribute name="OID" type="oid" use="required"/>
|
26 | 26 | <xs:attribute name="Name" type="name" use="required"/>
|
27 |
| - <xs:attribute name="Type" type="StudyObjectiveLevel" use="optional"/> |
| 27 | + <xs:attribute name="Level" type="StudyObjectiveLevel" use="optional"/> |
28 | 28 | </xs:attributeGroup>
|
29 | 29 | <xs:attributeGroup name="StudyEndPointRefAttributeDefinition">
|
30 | 30 | <xs:attribute name="StudyEndPointOID" type="oidref" use="required"/>
|
|
34 | 34 | <xs:attribute name="OID" type="oid" use="required"/>
|
35 | 35 | <xs:attribute name="Name" type="name" use="required"/>
|
36 | 36 | <xs:attribute name="Type" type="StudyEndPointType" use="optional"/>
|
37 |
| - <xs:attribute name="Level" type="StudyEndPointLevel" use="optional"/> |
| 37 | + <xs:attribute name="Level" type="StudyEstimandLevel" use="optional"/> |
38 | 38 | </xs:attributeGroup>
|
39 | 39 | <xs:attributeGroup name="StudyTargetPopulationAttributeDefinition">
|
40 | 40 | <xs:attribute name="OID" type="oid" use="required"/>
|
|
43 | 43 | <xs:attributeGroup name="StudyEstimandAttributeDefinition">
|
44 | 44 | <xs:attribute name="OID" type="oid" use="required"/>
|
45 | 45 | <xs:attribute name="Name" type="name" use="required"/>
|
| 46 | + <xs:attribute name="Level" type="StudyEstimandLevel" use="optional"/> |
46 | 47 | </xs:attributeGroup>
|
47 | 48 | <xs:attributeGroup name="StudyTargetPopulationRefAttributeDefinition">
|
48 | 49 | <xs:attribute name="StudyTargetPopulationOID" type="oidref" use="required"/>
|
|
230 | 231 | <xs:complexType name="ODMcomplexTypeDefinition-StudyIndications">
|
231 | 232 | <xs:sequence>
|
232 | 233 | <xs:element ref="StudyIndication" minOccurs="1" maxOccurs="unbounded"/>
|
233 |
| - <xs:group ref="StudyIndicationsElementExtension" minOccurs="0" maxOccurs="unbounded"/> |
234 | 234 | </xs:sequence>
|
235 | 235 | <xs:attributeGroup ref="StudyIndicationsAttributeExtension"/>
|
236 | 236 | </xs:complexType>
|
|
246 | 246 | <xs:complexType name="ODMcomplexTypeDefinition-StudyInterventions">
|
247 | 247 | <xs:sequence>
|
248 | 248 | <xs:element ref="StudyIntervention" minOccurs="1" maxOccurs="unbounded"/>
|
249 |
| - <xs:group ref="StudyInterventionsElementExtension" minOccurs="0" maxOccurs="unbounded"/> |
250 | 249 | </xs:sequence>
|
251 | 250 | <xs:attributeGroup ref="StudyInterventionsAttributeExtension"/>
|
252 | 251 | </xs:complexType>
|
|
262 | 261 | <xs:complexType name="ODMcomplexTypeDefinition-StudyObjectives">
|
263 | 262 | <xs:sequence>
|
264 | 263 | <xs:element ref="StudyObjective" minOccurs="1" maxOccurs="unbounded"/>
|
265 |
| - <xs:group ref="StudyObjectivesElementExtension" minOccurs="0" maxOccurs="unbounded"/> |
266 | 264 | </xs:sequence>
|
267 | 265 | <xs:attributeGroup ref="StudyObjectivesAttributeExtension"/>
|
268 | 266 | </xs:complexType>
|
|
286 | 284 | <xs:complexType name="ODMcomplexTypeDefinition-StudyEndPoints">
|
287 | 285 | <xs:sequence>
|
288 | 286 | <xs:element ref="StudyEndPoint" minOccurs="1" maxOccurs="unbounded"/>
|
289 |
| - <xs:group ref="StudyEndPointsElementExtension" minOccurs="0" maxOccurs="unbounded"/> |
290 | 287 | </xs:sequence>
|
291 | 288 | <xs:attributeGroup ref="StudyEndPointsAttributeExtension"/>
|
292 | 289 | </xs:complexType>
|
|
312 | 309 | <xs:complexType name="ODMcomplexTypeDefinition-StudyEstimands">
|
313 | 310 | <xs:sequence>
|
314 | 311 | <xs:element ref="StudyEstimand" minOccurs="1" maxOccurs="unbounded"/>
|
315 |
| - <xs:group ref="StudyEstimandsElementExtension" minOccurs="0" maxOccurs="unbounded"/> |
316 | 312 | </xs:sequence>
|
317 | 313 | <xs:attributeGroup ref="StudyEstimandsAttributeExtension"/>
|
318 | 314 | </xs:complexType>
|
|
431 | 427 | <xs:complexType name="ODMcomplexTypeDefinition-StudyTimings">
|
432 | 428 | <xs:sequence>
|
433 | 429 | <xs:element ref="StudyTiming" maxOccurs="unbounded"/>
|
434 |
| - <xs:group ref="StudyTimingsElementExtension"/> |
435 | 430 | </xs:sequence>
|
436 | 431 | <xs:attributeGroup ref="StudyTimingsAttributeExtension"/>
|
437 | 432 | </xs:complexType>
|
|
537 | 532 | </xs:extension>
|
538 | 533 | </xs:simpleContent>
|
539 | 534 | </xs:complexType>
|
540 |
| - <xs:complexType name="ODMcomplexTypeDefinition-EntryCriteria"> |
541 |
| - <xs:sequence> |
542 |
| - <xs:element ref="Criterion" minOccurs="0" maxOccurs="unbounded"/> |
543 |
| - <xs:group ref="EntryCriteriaElementExtension" minOccurs="0" maxOccurs="unbounded"/> |
544 |
| - </xs:sequence> |
545 |
| - <xs:attributeGroup ref="EntryCriteriaAttributeExtension"/> |
546 |
| - </xs:complexType> |
547 |
| - <xs:complexType name="ODMcomplexTypeDefinition-ExitCriteria"> |
548 |
| - <xs:sequence> |
549 |
| - <xs:element ref="Criterion" minOccurs="0" maxOccurs="unbounded"/> |
550 |
| - <xs:group ref="ExitCriteriaElementExtension" minOccurs="0" maxOccurs="unbounded"/> |
551 |
| - </xs:sequence> |
552 |
| - <xs:attributeGroup ref="ExitCriteriaAttributeExtension"/> |
553 |
| - </xs:complexType> |
554 |
| - <xs:complexType name="ODMcomplexTypeDefinition-ExceptionEvent"> |
555 |
| - <xs:sequence> |
556 |
| - <xs:element ref="Description" minOccurs="0" maxOccurs="1"/> |
557 |
| - <xs:group ref="ExceptionEventGroupDefinition" minOccurs="1" maxOccurs="1"/> |
558 |
| - <xs:group ref="ExceptionEventElementExtension" minOccurs="0" maxOccurs="1"/> |
559 |
| - </xs:sequence> |
560 |
| - <xs:attributeGroup ref="ExceptionEventAttributeDefinition"/> |
561 |
| - <xs:attributeGroup ref="ExceptionEventAttributeExtension"/> |
562 |
| - </xs:complexType> |
563 | 535 |
|
564 | 536 | <!--
|
565 | 537 | +===========================================================================+
|
|
613 | 585 | <xs:element name="DefaultTransition" type="ODMcomplexTypeDefinition-DefaultTransition"/>
|
614 | 586 | <xs:element name="WorkflowEnd" type="ODMcomplexTypeDefinition-WorkflowEnd"/>
|
615 | 587 | <xs:element name="Criterion" type="ODMcomplexTypeDefinition-Criterion"/>
|
616 |
| - <xs:element name="EntryCriteria" type="ODMcomplexTypeDefinition-EntryCriteria"/> |
617 |
| - <xs:element name="ExitCriteria" type="ODMcomplexTypeDefinition-ExitCriteria"/> |
618 |
| - <xs:element name="ExceptionEvent" type="ODMcomplexTypeDefinition-ExceptionEvent"/> |
619 | 588 |
|
620 | 589 | </xs:schema>
|
0 commit comments