complexType "ApprovalReviewType"
Namespace:
Content:
complex, 7 attributes, 23 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 11 elements
Used:
XML Representation Summary
<...
   
 = 
("Add" | "Update" | "Delete")
 = 
(xs:string | xs:string)
 = 
("Agency" | "Maintainable") : "Agency"
 = 
xs:boolean
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
 = 
xs:boolean : "false"
 = 
"true"
   
>
   
Content: 
</...>
Content Model Elements (1):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Provides information about the Approval Review undertaken in relation to the activity. Identifies the organization processing the review, the role of the approval review organization, case number, description, and related dates. Allows the inclusion of a reference to an external source detailing the approval review.
Type Definition Detail
Type Derivation Tree
  AbstractVersionableType (extension)
      VersionableType (extension)
          ApprovalReviewType
XML Source (w/o annotations (12); see within schema source)
<xs:complexType name="ApprovalReviewType">
<xs:complexContent>
<xs:extension base="VersionableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="TypeOfApprovalReview"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ReviewObjectReference"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="AgencyOrganizationReference"/>
<xs:element minOccurs="0" ref="ReviewerRole"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="ReferenceIdentifier" type="xs:string"/>
<xs:element minOccurs="0" ref="Description"/>
<xs:choice minOccurs="0">
<xs:element ref="ApprovalReviewDocument"/>
</xs:choice>
<xs:element minOccurs="0" ref="ApplicationDate"/>
<xs:element minOccurs="0" ref="ApprovalDate"/>
<xs:element minOccurs="0" ref="ApprovedPeriod"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 11/23)
AgencyOrganizationReference
Type:
ReferenceType, complex content
Reference to an organization or individual, that provided the approval review. TypeOfObject should be set to Organization.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="AgencyOrganizationReference"/>

ApplicationDate
Type:
DateType, complex content
Date materials submitted for approval review.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="ApplicationDate"/>

ApprovalDate
Type:
DateType, complex content
Date approval received from approval review organization.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="ApprovalDate"/>

ApprovalReviewDocument
Type:
OtherMaterialType, complex content
Link to a document related to the ethical review using the OtherMaterial structure.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="ApprovalReviewDocument"/>

ApprovalReviewDocumentReference
Type:
ReferenceType, complex content
Reference to a document related to the ethical review using the OtherMaterial structure. TypeOfObject should be OtherMaterial.
XML Source (w/o annotations (1); see within schema source)

ApprovedPeriod
Type:
DateType, complex content
Period for which the approval is valid. This may be a start date, and end date, or range specified as a start and end date.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="ApprovedPeriod"/>

Description
Type:
StructuredStringType, complex content
Description of the approval review which can include requirements for the review, contents, or results.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Description"/>

ReferenceIdentifier
Type:
xs:string, predefined, simple content
The reference or case identification of the review. Used to specify or track the case by the review organization
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="ReferenceIdentifier" type="xs:string"/>

ReviewerRole
Type:
CodeValueType, simple content
Role of the reviewing organization or individual. Supports the use of a controlled vocabulary.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="ReviewerRole"/>

ReviewObjectReference
Type:
ReferenceType, complex content
Reference to an existing identifiable object using the Reference structure. TypeOfObject should be set to any Versionable or Maintainable object.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ReviewObjectReference"/>

TypeOfApprovalReview
Type:
CodeValueType, simple content
A brief identification of the type of approval review such as IRB, ethical, compliance, etc. Supports the use of a controlled vocabulary.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="TypeOfApprovalReview"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set