Schema generic-cv.xsd


schema location D:\tmp\cihr\compare\generic-cv.xsd
attributeFormDefault
elementFormDefault unqualified
targetNamespace http://www.cihr-irsc.gc.ca/generic-cv/1.0.0
 
Elements  Complex types 
generic-cv  bilingualType 
fieldType 
generic-cvType 
labelType 
lovType 
referenceTableType 
researcherDirectoryType 
sectionType 
submissionType 


element generic-cv
diagram generic-cv_p1.png
namespace http://www.cihr-irsc.gc.ca/generic-cv/1.0.0
type extension of generic-cv:generic-cvType
properties
content complex
children researcherDirectory submission section
attributes
Name  Type  Use  Default  Fixed  Annotation
version      1.1    
documentation
Schema Release Number.
Release 1.0.0:
   Base line

Release 1.0.1:
See text inside the XSD.
lang  derived by: string  optional  en    
documentation
Language of the document
dateTimeGenerated          
documentation
Date and time when this XML document has been produced.
annotation
documentation
Released in March 2012. Metadata schema that represents a generic CV. A CV is originating a hierarchy of sections which may contain fields (i.e. the lowest level of information)
source <element name="generic-cv">
 
<annotation>
   
<documentation>Released in March 2012. Metadata schema that represents a generic CV. A CV is originating a hierarchy of sections which may contain fields (i.e. the lowest level of information)</documentation>
 
</annotation>
 
<complexType>
   
<complexContent>
     
<extension base="generic-cv:generic-cvType"/>
   
</complexContent>
 
</complexType>
</element>

complexType bilingualType
diagram generic-cv_p2.png
namespace http://www.cihr-irsc.gc.ca/generic-cv/1.0.0
properties
mixed true
children french english
used by
element fieldType/bilingual
annotation
documentation
Bilingual Data entered by the Researcher. Used only if the element value as a type of Bilingual
source <complexType name="bilingualType" mixed="true">
 
<annotation>
   
<documentation>Bilingual Data entered by the Researcher. Used only if the element value as a type of Bilingual</documentation>
 
</annotation>
 
<sequence minOccurs="0">
   
<element name="french" minOccurs="0">
     
<annotation>
       
<documentation>French Value</documentation>
     
</annotation>
     
<complexType mixed="true">
       
<sequence minOccurs="0" maxOccurs="unbounded">
         
<element name="b" minOccurs="0" maxOccurs="unbounded"/>
         
<element name="u" minOccurs="0" maxOccurs="unbounded"/>
         
<element name="i" minOccurs="0" maxOccurs="unbounded"/>
       
</sequence>
     
</complexType>
   
</element>
   
<element name="english" minOccurs="0">
     
<annotation>
       
<documentation>English value</documentation>
     
</annotation>
     
<complexType mixed="true">
       
<sequence minOccurs="0" maxOccurs="unbounded">
         
<element name="b" minOccurs="0" maxOccurs="unbounded"/>
         
<element name="u" minOccurs="0" maxOccurs="unbounded"/>
         
<element name="i" minOccurs="0" maxOccurs="unbounded"/>
       
</sequence>
     
</complexType>
   
</element>
 
</sequence>
</complexType>

element bilingualType/french
diagram generic-cv_p3.png
properties
minOcc 0
maxOcc 1
content complex
mixed true
children b u i
annotation
documentation
French Value
source <element name="french" minOccurs="0">
 
<annotation>
   
<documentation>French Value</documentation>
 
</annotation>
 
<complexType mixed="true">
   
<sequence minOccurs="0" maxOccurs="unbounded">
     
<element name="b" minOccurs="0" maxOccurs="unbounded"/>
     
<element name="u" minOccurs="0" maxOccurs="unbounded"/>
     
<element name="i" minOccurs="0" maxOccurs="unbounded"/>
   
</sequence>
 
</complexType>
</element>

element bilingualType/french/b
diagram generic-cv_p4.png
properties
minOcc 0
maxOcc unbounded
source <element name="b" minOccurs="0" maxOccurs="unbounded"/>

element bilingualType/french/u
diagram generic-cv_p5.png
properties
minOcc 0
maxOcc unbounded
source <element name="u" minOccurs="0" maxOccurs="unbounded"/>

element bilingualType/french/i
diagram generic-cv_p6.png
properties
minOcc 0
maxOcc unbounded
source <element name="i" minOccurs="0" maxOccurs="unbounded"/>

element bilingualType/english
diagram generic-cv_p7.png
properties
minOcc 0
maxOcc 1
content complex
mixed true
children b u i
annotation
documentation
English value
source <element name="english" minOccurs="0">
 
<annotation>
   
<documentation>English value</documentation>
 
</annotation>
 
<complexType mixed="true">
   
<sequence minOccurs="0" maxOccurs="unbounded">
     
<element name="b" minOccurs="0" maxOccurs="unbounded"/>
     
<element name="u" minOccurs="0" maxOccurs="unbounded"/>
     
<element name="i" minOccurs="0" maxOccurs="unbounded"/>
   
</sequence>
 
</complexType>
</element>

element bilingualType/english/b
diagram generic-cv_p8.png
properties
minOcc 0
maxOcc unbounded
source <element name="b" minOccurs="0" maxOccurs="unbounded"/>

element bilingualType/english/u
diagram generic-cv_p9.png
properties
minOcc 0
maxOcc unbounded
source <element name="u" minOccurs="0" maxOccurs="unbounded"/>

element bilingualType/english/i
diagram generic-cv_p10.png
properties
minOcc 0
maxOcc unbounded
source <element name="i" minOccurs="0" maxOccurs="unbounded"/>

complexType fieldType
diagram generic-cv_p11.png
namespace http://www.cihr-irsc.gc.ca/generic-cv/1.0.0
children value bilingual lov refTable
used by
element sectionType/field
attributes
Name  Type  Use  Default  Fixed  Annotation
id  derived by: string  required      
documentation
CCV System Identifier of the field
label  string  optional      
documentation
Describes the CCV SDescribes the CCV System identifier (i.e. English or French description of this section). This is provided as information only. system
annotation
documentation
This field element contains the data entered by the Researcher. The field's representation is either a simple value, a List of Values Identifier or a Reference Value Identifier.
source <complexType name="fieldType">
 
<annotation>
   
<documentation>This field element contains the data entered by the Researcher. The field's representation is either a simple value, a List of Values Identifier or a Reference Value Identifier.</documentation>
 
</annotation>
 
<choice>
   
<annotation>
     
<documentation>Can be one of the choose either a value, a List of Values (LOV) or a Reference Value Identifier (refTable). Usually, one of these three choose should be there but in case of previewing values, the value that has to be entered is not present yet.</documentation>
   
</annotation>
   
<sequence minOccurs="0">
     
<element name="value" minOccurs="0">
       
<annotation>
         
<documentation>Data entered by the Researcher.</documentation>
       
</annotation>
       
<complexType mixed="true">
         
<sequence minOccurs="0" maxOccurs="unbounded">
           
<element name="b" minOccurs="0"/>
           
<element name="u" minOccurs="0"/>
           
<element name="i" minOccurs="0"/>
         
</sequence>
         
<attribute name="format" type="string">
           
<annotation>
             
<documentation>Data format. Usually with Date and time</documentation>
           
</annotation>
         
</attribute>
         
<attribute name="type" type="string" default="String">
           
<annotation>
             
<documentation>Data Type. Default String.
See enumeration below:
Enumeration:
Bilingual
Date
Datetime
MonthDay
Number
PubMed
String
Time
YearMonth
Year

Base64 (not implemented yet)
</documentation>
           
</annotation>
         
</attribute>
       
</complexType>
     
</element>
     
<element name="bilingual" minOccurs="0">
       
<annotation>
         
<documentation>Bilingual Data entered by the Researcher. Used only if the element value as a type of Bilingual</documentation>
       
</annotation>
       
<complexType>
         
<complexContent>
           
<extension base="generic-cv:bilingualType"/>
         
</complexContent>
       
</complexType>
     
</element>
   
</sequence>
   
<element name="lov" type="generic-cv:lovType" minOccurs="0">
     
<annotation>
       
<documentation>Contains the value selected by the Researcher from the List of Values</documentation>
     
</annotation>
   
</element>
   
<element name="refTable" type="generic-cv:referenceTableType" minOccurs="0">
     
<annotation>
       
<documentation>Contains the Reference Value selected by the Researcher from the Reference Table</documentation>
     
</annotation>
   
</element>
 
</choice>
 
<attribute name="id" use="required">
   
<annotation>
     
<documentation>CCV System Identifier of the field</documentation>
   
</annotation>
   
<simpleType>
     
<restriction base="string">
       
<length value="32"/>
     
</restriction>
   
</simpleType>
 
</attribute>
 
<attribute name="label" type="string" use="optional">
   
<annotation>
     
<documentation>Describes the CCV SDescribes the CCV System identifier (i.e. English or French description of this section). This is provided as information only. system</documentation>
   
</annotation>
 
</attribute>
</complexType>

attribute fieldType/@id
type restriction of string
properties
use required
facets
Kind Value Annotation
length 32
annotation
documentation
CCV System Identifier of the field
source <attribute name="id" use="required">
 
<annotation>
   
<documentation>CCV System Identifier of the field</documentation>
 
</annotation>
 
<simpleType>
   
<restriction base="string">
     
<length value="32"/>
   
</restriction>
 
</simpleType>
</attribute>

attribute fieldType/@label
type string
properties
use optional
annotation
documentation
Describes the CCV SDescribes the CCV System identifier (i.e. English or French description of this section). This is provided as information only. system
source <attribute name="label" type="string" use="optional">
 
<annotation>
   
<documentation>Describes the CCV SDescribes the CCV System identifier (i.e. English or French description of this section). This is provided as information only. system</documentation>
 
</annotation>
</attribute>

element fieldType/value
diagram generic-cv_p12.png
properties
minOcc 0
maxOcc 1
content complex
mixed true
children b u i
attributes
Name  Type  Use  Default  Fixed  Annotation
format  string        
documentation
Data format. Usually with Date and time
type  string    String    
documentation
Data Type. Default String.
See enumeration below:
Enumeration:
Bilingual
Date
Datetime
MonthDay
Number
PubMed
String
Time
YearMonth
Year

Base64 (not implemented yet)
annotation
documentation
Data entered by the Researcher.
source <element name="value" minOccurs="0">
 
<annotation>
   
<documentation>Data entered by the Researcher.</documentation>
 
</annotation>
 
<complexType mixed="true">
   
<sequence minOccurs="0" maxOccurs="unbounded">
     
<element name="b" minOccurs="0"/>
     
<element name="u" minOccurs="0"/>
     
<element name="i" minOccurs="0"/>
   
</sequence>
   
<attribute name="format" type="string">
     
<annotation>
       
<documentation>Data format. Usually with Date and time</documentation>
     
</annotation>
   
</attribute>
   
<attribute name="type" type="string" default="String">
     
<annotation>
       
<documentation>Data Type. Default String.
See enumeration below:
Enumeration:
Bilingual
Date
Datetime
MonthDay
Number
PubMed
String
Time
YearMonth
Year

Base64 (not implemented yet)
</documentation>
     
</annotation>
   
</attribute>
 
</complexType>
</element>

attribute fieldType/value/@format
type string
annotation
documentation
Data format. Usually with Date and time
source <attribute name="format" type="string">
 
<annotation>
   
<documentation>Data format. Usually with Date and time</documentation>
 
</annotation>
</attribute>

attribute fieldType/value/@type
type string
properties
default String
annotation
documentation
Data Type. Default String.
See enumeration below:
Enumeration:
Bilingual
Date
Datetime
MonthDay
Number
PubMed
String
Time
YearMonth
Year

Base64 (not implemented yet)
source <attribute name="type" type="string" default="String">
 
<annotation>
   
<documentation>Data Type. Default String.
See enumeration below:
Enumeration:
Bilingual
Date
Datetime
MonthDay
Number
PubMed
String
Time
YearMonth
Year

Base64 (not implemented yet)
</documentation>
 
</annotation>
</attribute>

element fieldType/value/b
diagram generic-cv_p13.png
properties
minOcc 0
maxOcc 1
source <element name="b" minOccurs="0"/>

element fieldType/value/u
diagram generic-cv_p14.png
properties
minOcc 0
maxOcc 1
source <element name="u" minOccurs="0"/>

element fieldType/value/i
diagram generic-cv_p15.png
properties
minOcc 0
maxOcc 1
source <element name="i" minOccurs="0"/>

element fieldType/bilingual
diagram generic-cv_p16.png
type extension of generic-cv:bilingualType
properties
minOcc 0
maxOcc 1
content complex
children french english
annotation
documentation
Bilingual Data entered by the Researcher. Used only if the element value as a type of Bilingual
source <element name="bilingual" minOccurs="0">
 
<annotation>
   
<documentation>Bilingual Data entered by the Researcher. Used only if the element value as a type of Bilingual</documentation>
 
</annotation>
 
<complexType>
   
<complexContent>
     
<extension base="generic-cv:bilingualType"/>
   
</complexContent>
 
</complexType>
</element>

element fieldType/lov
diagram generic-cv_p17.png
type generic-cv:lovType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
id  derived by: string  required      
documentation
CCV System Identifier of the List of Values
code  string  optional      
documentation
Might be used for business codes verses Systems For example, these could be the codes from the original CCV System.
label  string  optional      
documentation
Describes the CCV System identifier (i.e. English or French description of this section). This is provided as information only.
annotation
documentation
Contains the value selected by the Researcher from the List of Values
source <element name="lov" type="generic-cv:lovType" minOccurs="0">
 
<annotation>
   
<documentation>Contains the value selected by the Researcher from the List of Values</documentation>
 
</annotation>
</element>

element fieldType/refTable
diagram generic-cv_p18.png
type generic-cv:referenceTableType
properties
minOcc 0
maxOcc 1
content complex
children linkedWith
attributes
Name  Type  Use  Default  Fixed  Annotation
refValueId  derived by: string  required      
documentation
CCV System Identifier of the reference value selected
code  string        
documentation
Might represent a similar code in the old system.
NB: For future only.
label  string  optional      
documentation
Describes the CCV System identifier (i.e. English or French description of this section). This is provided as information only.
annotation
documentation
Contains the Reference Value selected by the Researcher from the Reference Table
source <element name="refTable" type="generic-cv:referenceTableType" minOccurs="0">
 
<annotation>
   
<documentation>Contains the Reference Value selected by the Researcher from the Reference Table</documentation>
 
</annotation>
</element>

complexType generic-cvType
diagram generic-cv_p19.png
namespace http://www.cihr-irsc.gc.ca/generic-cv/1.0.0
children researcherDirectory submission section
used by
element generic-cv
attributes
Name  Type  Use  Default  Fixed  Annotation
version      1.1    
documentation
Schema Release Number.
Release 1.0.0:
   Base line

Release 1.0.1:
See text inside the XSD.
lang  derived by: string  optional  en    
documentation
Language of the document
dateTimeGenerated          
documentation
Date and time when this XML document has been produced.
annotation
documentation
Released in March 2012. Metadata schema that represents a generic CV. A CV is originating a hierarchy of sections which may contain fields (i.e. the lowest level of information)
source <complexType name="generic-cvType">
 
<annotation>
   
<documentation>Released in March 2012. Metadata schema that represents a generic CV. A CV is originating a hierarchy of sections which may contain fields (i.e. the lowest level of information)</documentation>
 
</annotation>
 
<sequence>
   
<choice minOccurs="0">
     
<annotation>
       
<documentation>Either a Submission or Researcher is allowed. If none present, it will be a simple generic CV.</documentation>
     
</annotation>
     
<element name="researcherDirectory" type="generic-cv:researcherDirectoryType">
       
<annotation>
         
<documentation>To support National and/or Provincial Researcher Databases, this element will be created strictly for this purpose.</documentation>
       
</annotation>
     
</element>
     
<element name="submission" type="generic-cv:submissionType">
       
<annotation>
         
<documentation>This element will only be created if the Researcher will submit his Generic CV against a Funding CV.</documentation>
       
</annotation>
     
</element>
   
</choice>
   
<element name="section" type="generic-cv:sectionType" maxOccurs="unbounded">
     
<annotation>
       
<documentation>Each sections's structure is described in terms of its possible fields and possible sub-sections. At this level, at least one section must be present.</documentation>
     
</annotation>
   
</element>
 
</sequence>
 
<attribute name="version" default="1.1">
   
<annotation>
     
<documentation>Schema Release Number.
Release 1.0.0:
   Base line

Release 1.0.1:
See text inside the XSD.
</documentation>
   
</annotation>
 
</attribute>
 
<attribute name="lang" use="optional" default="en">
   
<annotation>
     
<documentation>Language of the document</documentation>
   
</annotation>
   
<simpleType>
     
<restriction base="string">
       
<enumeration value="en"/>
       
<enumeration value="fr"/>
     
</restriction>
   
</simpleType>
 
</attribute>
 
<attribute name="dateTimeGenerated">
   
<annotation>
     
<documentation>Date and time when this XML document has been produced. </documentation>
   
</annotation>
 
</attribute>
</complexType>

attribute generic-cvType/@version
properties
default 1.1
annotation
documentation
Schema Release Number.
Release 1.0.0:
   Base line

Release 1.0.1:
See text inside the XSD.
source <attribute name="version" default="1.1">
 
<annotation>
   
<documentation>Schema Release Number.
Release 1.0.0:
   Base line

Release 1.0.1:
See text inside the XSD.
</documentation>
 
</annotation>
</attribute>

attribute generic-cvType/@lang
type restriction of string
properties
use optional
default en
facets
Kind Value Annotation
enumeration en
enumeration fr
annotation
documentation
Language of the document
source <attribute name="lang" use="optional" default="en">
 
<annotation>
   
<documentation>Language of the document</documentation>
 
</annotation>
 
<simpleType>
   
<restriction base="string">
     
<enumeration value="en"/>
     
<enumeration value="fr"/>
   
</restriction>
 
</simpleType>
</attribute>

attribute generic-cvType/@dateTimeGenerated
annotation
documentation
Date and time when this XML document has been produced.
source <attribute name="dateTimeGenerated">
 
<annotation>
   
<documentation>Date and time when this XML document has been produced. </documentation>
 
</annotation>
</attribute>

element generic-cvType/researcherDirectory
diagram generic-cv_p20.png
type generic-cv:researcherDirectoryType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
ccvIdentifier  string  required      
documentation
This is the Researcher CCV identifier is attributed by either CIHR or by an auto-increment in the CCV System
dsStatusTransfer  derived by: string  required      
documentation
It represents the status of the Researcher Data Sharing
rdStatusTransfer  derived by: string  required      
documentation
It represents the status of the Researcher Directory
isApplicationInUse  boolean  optional  false    
documentation
It represents the current status of  Application In Use Consent.
isResearcherDatabaseConsent  boolean  optional  false    
documentation
It represents the current status of  Application Researcher Database Consent.
isDataSharingConsent  boolean  optional  false    
documentation
It represents the current status of  Application Researcher Data Sharing Consent.
annotation
documentation
To support National and/or Provincial Researcher Databases, this element will be created strictly for this purpose.
source <element name="researcherDirectory" type="generic-cv:researcherDirectoryType">
 
<annotation>
   
<documentation>To support National and/or Provincial Researcher Databases, this element will be created strictly for this purpose.</documentation>
 
</annotation>
</element>

element generic-cvType/submission
diagram generic-cv_p21.png
type generic-cv:submissionType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
dateTimeSubmitted    required      
documentation
Date and time this document has been submitted.
confirmationNumber  string  required      
documentation
The confirmation number when given by the CCV System when the Researcher submits his/her CV
ccvIdentifier  string  required      
documentation
This is the Researcher CCV identifier is attributed by either CIHR or by an auto-increment in the CCV System
pinNumber  string  optional      
documentation
Agencies attribute a PIN Number to a Researcher
fundingSourceUUID  string  required      
documentation
This the CCV Funding Source UUID
fundingSourceName  string  optional      
documentation
CCV Funding Source UUID is not human readable. This attribute will give a better meaning of the Funding Source Name
templateUUID  string  required      
documentation
The CCV Template UUID that identifies the template used by a Researcher when this one submitted his CV against a Funding Source
templateName  string  optional      
documentation
CCV Template UUID is not human readable. This attribute will give a better meaning of the Template UUID
isProgram  boolean  optional      
documentation
OR It will true if the Funding Source is a Program
isAgency  boolean  optional      
documentation
It will true if the Funding Source is an Agency
annotation
documentation
This element will only be created if the Researcher will submit his Generic CV against a Funding CV.
source <element name="submission" type="generic-cv:submissionType">
 
<annotation>
   
<documentation>This element will only be created if the Researcher will submit his Generic CV against a Funding CV.</documentation>
 
</annotation>
</element>

element generic-cvType/section
diagram generic-cv_p22.png
type generic-cv:sectionType
properties
minOcc 1
maxOcc unbounded
content complex
children field section
attributes
Name  Type  Use  Default  Fixed  Annotation
id  derived by: string  required      
documentation
CCV System Identifier of the section
label  string  optional      
documentation
Describes the CCV System identifier (i.e. English or French description of this section). This is provided as information only.
primaryIndicator  boolean  optional      
documentation
If set to True, It indicates whether this is a primary record must be selected for this section
recordId  string  optional      
documentation
A unique identifier for the section, in the form of a 32-byte UUID used by the export functionality only
publishInRD  string  optional      
documentation
Optional and used by the RD-Batch processes only to distinguish sections for inclusion in the Researchers Directory.  Allowed values are yes and no.
lastModifiedDate  string  optional      
documentation
Optional and used by the RD-Batch processes only, and is the date the section was last modified.  Format is yyyy-mm-dd hh:mi.ss
annotation
documentation
Each sections's structure is described in terms of its possible fields and possible sub-sections. At this level, at least one section must be present.
source <element name="section" type="generic-cv:sectionType" maxOccurs="unbounded">
 
<annotation>
   
<documentation>Each sections's structure is described in terms of its possible fields and possible sub-sections. At this level, at least one section must be present.</documentation>
 
</annotation>
</element>

complexType labelType
diagram generic-cv_p23.png
namespace http://www.cihr-irsc.gc.ca/generic-cv/1.0.0
used by
element referenceTableType/linkedWith
attributes
Name  Type  Use  Default  Fixed  Annotation
id  derived by: string  optional      
documentation
CCV System Identifier. This  might be provided as information only.
label  string  required      
documentation
Describes the CCV System identifier (i.e. English or French description of this section). This is provided as information only. the attribute 'lang' will indicate it.
value  string  required      
documentation
Contains either a List of Values description, another Reference Value description or the lowest value entered. This is provided as information only. the attribute 'lang' will indicate it.
refOrLovId  derived by: string  required      
documentation
Contains the UUID from main Code Table or Reference Table which the value belongs to
refValueId  derived by: string  optional      
documentation
Constant for the UUID for this Code Value or Reference Value
type  derived by: string  optional      
documentation
THIS IS EXPERIMENTAL!
It will indicate if this value is actually an LOV (List of Value) or (REF) Reference Table. It helps to identify which one it belongs to
valueEng  string  optional      
documentation
THIS IS EXPERIMENTAL!
It will contain the English description. Might be repetitive with attribute value.
valueFre  string  optional      
documentation
THIS IS EXPERIMENTAL!
It will contain the French description. Might be repetitive with attribute value.
annotation
documentation
Describe each element of the Reference Table. It might be combination of Code Table and/or Code Table.
source <complexType name="labelType">
 
<annotation>
   
<documentation>Describe each element of the Reference Table. It might be combination of Code Table and/or Code Table.</documentation>
 
</annotation>
 
<attribute name="id" use="optional">
   
<annotation>
     
<documentation>CCV System Identifier. This  might be provided as information only.</documentation>
   
</annotation>
   
<simpleType>
     
<restriction base="string">
       
<length value="32"/>
     
</restriction>
   
</simpleType>
 
</attribute>
 
<attribute name="label" type="string" use="required">
   
<annotation>
     
<documentation>Describes the CCV System identifier (i.e. English or French description of this section). This is provided as information only. the attribute 'lang' will indicate it.</documentation>
   
</annotation>
 
</attribute>
 
<attribute name="value" type="string" use="required">
   
<annotation>
     
<documentation>Contains either a List of Values description, another Reference Value description or the lowest value entered. This is provided as information only. the attribute 'lang' will indicate it.</documentation>
   
</annotation>
 
</attribute>
 
<attribute name="refOrLovId" use="required">
   
<annotation>
     
<documentation>Contains the UUID from main Code Table or Reference Table which the value belongs to</documentation>
   
</annotation>
   
<simpleType>
     
<restriction base="string">
       
<length value="32"/>
     
</restriction>
   
</simpleType>
 
</attribute>
 
<attribute name="refValueId" use="optional">
   
<annotation>
     
<documentation>Constant for the UUID for this Code Value or Reference Value</documentation>
   
</annotation>
   
<simpleType>
     
<restriction base="string">
       
<length value="32"/>
     
</restriction>
   
</simpleType>
 
</attribute>
 
<attribute name="type" use="optional">
   
<annotation>
     
<documentation>THIS IS EXPERIMENTAL!
It will indicate if this value is actually an LOV (List of Value) or (REF) Reference Table. It helps to identify which one it belongs to
</documentation>
   
</annotation>
   
<simpleType>
     
<restriction base="string">
       
<enumeration value="LOV"/>
       
<enumeration value="REF"/>
     
</restriction>
   
</simpleType>
 
</attribute>
 
<attribute name="valueEng" type="string" use="optional">
   
<annotation>
     
<documentation>THIS IS EXPERIMENTAL!
It will contain the English description. Might be repetitive with attribute value.
</documentation>
   
</annotation>
 
</attribute>
 
<attribute name="valueFre" type="string" use="optional">
   
<annotation>
     
<documentation>THIS IS EXPERIMENTAL!
It will contain the French description. Might be repetitive with attribute value.
</documentation>
   
</annotation>
 
</attribute>
</complexType>

attribute labelType/@id
type restriction of string
properties
use optional
facets
Kind Value Annotation
length 32
annotation
documentation
CCV System Identifier. This  might be provided as information only.
source <attribute name="id" use="optional">
 
<annotation>
   
<documentation>CCV System Identifier. This  might be provided as information only.</documentation>
 
</annotation>
 
<simpleType>
   
<restriction base="string">
     
<length value="32"/>
   
</restriction>
 
</simpleType>
</attribute>

attribute labelType/@label
type string
properties
use required
annotation
documentation
Describes the CCV System identifier (i.e. English or French description of this section). This is provided as information only. the attribute 'lang' will indicate it.
source <attribute name="label" type="string" use="required">
 
<annotation>
   
<documentation>Describes the CCV System identifier (i.e. English or French description of this section). This is provided as information only. the attribute 'lang' will indicate it.</documentation>
 
</annotation>
</attribute>

attribute labelType/@value
type string
properties
use required
annotation
documentation
Contains either a List of Values description, another Reference Value description or the lowest value entered. This is provided as information only. the attribute 'lang' will indicate it.
source <attribute name="value" type="string" use="required">
 
<annotation>
   
<documentation>Contains either a List of Values description, another Reference Value description or the lowest value entered. This is provided as information only. the attribute 'lang' will indicate it.</documentation>
 
</annotation>
</attribute>

attribute labelType/@refOrLovId
type restriction of string
properties
use required
facets
Kind Value Annotation
length 32
annotation
documentation
Contains the UUID from main Code Table or Reference Table which the value belongs to
source <attribute name="refOrLovId" use="required">
 
<annotation>
   
<documentation>Contains the UUID from main Code Table or Reference Table which the value belongs to</documentation>
 
</annotation>
 
<simpleType>
   
<restriction base="string">
     
<length value="32"/>
   
</restriction>
 
</simpleType>
</attribute>

attribute labelType/@refValueId
type restriction of string
properties
use optional
facets
Kind Value Annotation
length 32
annotation
documentation
Constant for the UUID for this Code Value or Reference Value
source <attribute name="refValueId" use="optional">
 
<annotation>
   
<documentation>Constant for the UUID for this Code Value or Reference Value</documentation>
 
</annotation>
 
<simpleType>
   
<restriction base="string">
     
<length value="32"/>
   
</restriction>
 
</simpleType>
</attribute>

attribute labelType/@type
type restriction of string
properties
use optional
facets
Kind Value Annotation
enumeration LOV
enumeration REF
annotation
documentation
THIS IS EXPERIMENTAL!
It will indicate if this value is actually an LOV (List of Value) or (REF) Reference Table. It helps to identify which one it belongs to
source <attribute name="type" use="optional">
 
<annotation>
   
<documentation>THIS IS EXPERIMENTAL!
It will indicate if this value is actually an LOV (List of Value) or (REF) Reference Table. It helps to identify which one it belongs to
</documentation>
 
</annotation>
 
<simpleType>
   
<restriction base="string">
     
<enumeration value="LOV"/>
     
<enumeration value="REF"/>
   
</restriction>
 
</simpleType>
</attribute>

attribute labelType/@valueEng
type string
properties
use optional
annotation
documentation
THIS IS EXPERIMENTAL!
It will contain the English description. Might be repetitive with attribute value.
source <attribute name="valueEng" type="string" use="optional">
 
<annotation>
   
<documentation>THIS IS EXPERIMENTAL!
It will contain the English description. Might be repetitive with attribute value.
</documentation>
 
</annotation>
</attribute>

attribute labelType/@valueFre
type string
properties
use optional
annotation
documentation
THIS IS EXPERIMENTAL!
It will contain the French description. Might be repetitive with attribute value.
source <attribute name="valueFre" type="string" use="optional">
 
<annotation>
   
<documentation>THIS IS EXPERIMENTAL!
It will contain the French description. Might be repetitive with attribute value.
</documentation>
 
</annotation>
</attribute>

complexType lovType
diagram generic-cv_p24.png
namespace http://www.cihr-irsc.gc.ca/generic-cv/1.0.0
type extension of string
properties
base string
used by
element fieldType/lov
attributes
Name  Type  Use  Default  Fixed  Annotation
id  derived by: string  required      
documentation
CCV System Identifier of the List of Values
code  string  optional      
documentation
Might be used for business codes verses Systems For example, these could be the codes from the original CCV System.
label  string  optional      
documentation
Describes the CCV System identifier (i.e. English or French description of this section). This is provided as information only.
annotation
documentation
Contains the value selected by the Researcher from the List of Values
source <complexType name="lovType">
 
<annotation>
   
<documentation>Contains the value selected by the Researcher from the List of Values</documentation>
 
</annotation>
 
<simpleContent>
   
<extension base="string">
     
<attribute name="id" use="required">
       
<annotation>
         
<documentation>CCV System Identifier of the List of Values</documentation>
       
</annotation>
       
<simpleType>
         
<restriction base="string">
           
<length value="32"/>
         
</restriction>
       
</simpleType>
     
</attribute>
     
<attribute name="code" type="string" use="optional">
       
<annotation>
         
<documentation>Might be used for business codes verses Systems For example, these could be the codes from the original CCV System.</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="label" type="string" use="optional">
       
<annotation>
         
<documentation>Describes the CCV System identifier (i.e. English or French description of this section). This is provided as information only. </documentation>
       
</annotation>
     
</attribute>
   
</extension>
 
</simpleContent>
</complexType>

attribute lovType/@id
type restriction of string
properties
use required
facets
Kind Value Annotation
length 32
annotation
documentation
CCV System Identifier of the List of Values
source <attribute name="id" use="required">
 
<annotation>
   
<documentation>CCV System Identifier of the List of Values</documentation>
 
</annotation>
 
<simpleType>
   
<restriction base="string">
     
<length value="32"/>
   
</restriction>
 
</simpleType>
</attribute>

attribute lovType/@code
type string
properties
use optional
annotation
documentation
Might be used for business codes verses Systems For example, these could be the codes from the original CCV System.
source <attribute name="code" type="string" use="optional">
 
<annotation>
   
<documentation>Might be used for business codes verses Systems For example, these could be the codes from the original CCV System.</documentation>
 
</annotation>
</attribute>

attribute lovType/@label
type string
properties
use optional
annotation
documentation
Describes the CCV System identifier (i.e. English or French description of this section). This is provided as information only.
source <attribute name="label" type="string" use="optional">
 
<annotation>
   
<documentation>Describes the CCV System identifier (i.e. English or French description of this section). This is provided as information only. </documentation>
 
</annotation>
</attribute>

complexType referenceTableType
diagram generic-cv_p25.png
namespace http://www.cihr-irsc.gc.ca/generic-cv/1.0.0
children linkedWith
used by
element fieldType/refTable
attributes
Name  Type  Use  Default  Fixed  Annotation
refValueId  derived by: string  required      
documentation
CCV System Identifier of the reference value selected
code  string        
documentation
Might represent a similar code in the old system.
NB: For future only.
label  string  optional      
documentation
Describes the CCV System identifier (i.e. English or French description of this section). This is provided as information only.
annotation
documentation
Contains the Reference Value selected by the Researcher from the Reference Table
source <complexType name="referenceTableType">
 
<annotation>
   
<documentation>Contains the Reference Value selected by the Researcher from the Reference Table</documentation>
 
</annotation>
 
<sequence>
   
<element name="linkedWith" type="generic-cv:labelType" minOccurs="0" maxOccurs="unbounded">
     
<annotation>
       
<documentation>Describe each element of the Reference Table. This includes the description and the value. This is provided as information only.</documentation>
     
</annotation>
   
</element>
 
</sequence>
 
<attribute name="refValueId" use="required">
   
<annotation>
     
<documentation>CCV System Identifier of the reference value selected</documentation>
   
</annotation>
   
<simpleType>
     
<restriction base="string">
       
<length value="32"/>
     
</restriction>
   
</simpleType>
 
</attribute>
 
<attribute name="code" type="string">
   
<annotation>
     
<documentation>Might represent a similar code in the old system.
NB: For future only.
</documentation>
   
</annotation>
 
</attribute>
 
<attribute name="label" type="string" use="optional">
   
<annotation>
     
<documentation>Describes the CCV System identifier (i.e. English or French description of this section). This is provided as information only. </documentation>
   
</annotation>
 
</attribute>
</complexType>

attribute referenceTableType/@refValueId
type restriction of string
properties
use required
facets
Kind Value Annotation
length 32
annotation
documentation
CCV System Identifier of the reference value selected
source <attribute name="refValueId" use="required">
 
<annotation>
   
<documentation>CCV System Identifier of the reference value selected</documentation>
 
</annotation>
 
<simpleType>
   
<restriction base="string">
     
<length value="32"/>
   
</restriction>
 
</simpleType>
</attribute>

attribute referenceTableType/@code
type string
annotation
documentation
Might represent a similar code in the old system.
NB: For future only.
source <attribute name="code" type="string">
 
<annotation>
   
<documentation>Might represent a similar code in the old system.
NB: For future only.
</documentation>
 
</annotation>
</attribute>

attribute referenceTableType/@label
type string
properties
use optional
annotation
documentation
Describes the CCV System identifier (i.e. English or French description of this section). This is provided as information only.
source <attribute name="label" type="string" use="optional">
 
<annotation>
   
<documentation>Describes the CCV System identifier (i.e. English or French description of this section). This is provided as information only. </documentation>
 
</annotation>
</attribute>

element referenceTableType/linkedWith
diagram generic-cv_p26.png
type generic-cv:labelType
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
id  derived by: string  optional      
documentation
CCV System Identifier. This  might be provided as information only.
label  string  required      
documentation
Describes the CCV System identifier (i.e. English or French description of this section). This is provided as information only. the attribute 'lang' will indicate it.
value  string  required      
documentation
Contains either a List of Values description, another Reference Value description or the lowest value entered. This is provided as information only. the attribute 'lang' will indicate it.
refOrLovId  derived by: string  required      
documentation
Contains the UUID from main Code Table or Reference Table which the value belongs to
refValueId  derived by: string  optional      
documentation
Constant for the UUID for this Code Value or Reference Value
type  derived by: string  optional      
documentation
THIS IS EXPERIMENTAL!
It will indicate if this value is actually an LOV (List of Value) or (REF) Reference Table. It helps to identify which one it belongs to
valueEng  string  optional      
documentation
THIS IS EXPERIMENTAL!
It will contain the English description. Might be repetitive with attribute value.
valueFre  string  optional      
documentation
THIS IS EXPERIMENTAL!
It will contain the French description. Might be repetitive with attribute value.
annotation
documentation
Describe each element of the Reference Table. This includes the description and the value. This is provided as information only.
source <element name="linkedWith" type="generic-cv:labelType" minOccurs="0" maxOccurs="unbounded">
 
<annotation>
   
<documentation>Describe each element of the Reference Table. This includes the description and the value. This is provided as information only.</documentation>
 
</annotation>
</element>

complexType researcherDirectoryType
diagram generic-cv_p27.png
namespace http://www.cihr-irsc.gc.ca/generic-cv/1.0.0
used by
element generic-cvType/researcherDirectory
attributes
Name  Type  Use  Default  Fixed  Annotation
ccvIdentifier  string  required      
documentation
This is the Researcher CCV identifier is attributed by either CIHR or by an auto-increment in the CCV System
dsStatusTransfer  derived by: string  required      
documentation
It represents the status of the Researcher Data Sharing
rdStatusTransfer  derived by: string  required      
documentation
It represents the status of the Researcher Directory
isApplicationInUse  boolean  optional  false    
documentation
It represents the current status of  Application In Use Consent.
isResearcherDatabaseConsent  boolean  optional  false    
documentation
It represents the current status of  Application Researcher Database Consent.
isDataSharingConsent  boolean  optional  false    
documentation
It represents the current status of  Application Researcher Data Sharing Consent.
annotation
documentation
To support National and/or Provincial Researcher Databases, this element will be created strictly for this purpose.
source <complexType name="researcherDirectoryType">
 
<annotation>
   
<documentation>To support National and/or Provincial Researcher Databases, this element will be created strictly for this purpose.</documentation>
 
</annotation>
 
<attribute name="ccvIdentifier" type="string" use="required">
   
<annotation>
     
<documentation>This is the Researcher CCV identifier is attributed by either CIHR or by an auto-increment in the CCV System</documentation>
   
</annotation>
 
</attribute>
 
<attribute name="dsStatusTransfer" use="required">
   
<annotation>
     
<documentation>It represents the status of the Researcher Data Sharing </documentation>
   
</annotation>
   
<simpleType>
     
<restriction base="string">
       
<enumeration value="Change"/>
       
<enumeration value="Delete"/>
       
<enumeration value="OnHold"/>
       
<enumeration value="Transfer"/>
     
</restriction>
   
</simpleType>
 
</attribute>
 
<attribute name="rdStatusTransfer" use="required">
   
<annotation>
     
<documentation>It represents the status of the Researcher Directory </documentation>
   
</annotation>
   
<simpleType>
     
<restriction base="string">
       
<enumeration value="Change"/>
       
<enumeration value="Delete"/>
       
<enumeration value="OnHold"/>
       
<enumeration value="Transfer"/>
     
</restriction>
   
</simpleType>
 
</attribute>
 
<attribute name="isApplicationInUse" type="boolean" use="optional" default="false">
   
<annotation>
     
<documentation>It represents the current status of  Application In Use Consent.</documentation>
   
</annotation>
 
</attribute>
 
<attribute name="isResearcherDatabaseConsent" type="boolean" use="optional" default="false">
   
<annotation>
     
<documentation>It represents the current status of  Application Researcher Database Consent.</documentation>
   
</annotation>
 
</attribute>
 
<attribute name="isDataSharingConsent" type="boolean" use="optional" default="false">
   
<annotation>
     
<documentation>It represents the current status of  Application Researcher Data Sharing Consent.</documentation>
   
</annotation>
 
</attribute>
</complexType>

attribute researcherDirectoryType/@ccvIdentifier
type string
properties
use required
annotation
documentation
This is the Researcher CCV identifier is attributed by either CIHR or by an auto-increment in the CCV System
source <attribute name="ccvIdentifier" type="string" use="required">
 
<annotation>
   
<documentation>This is the Researcher CCV identifier is attributed by either CIHR or by an auto-increment in the CCV System</documentation>
 
</annotation>
</attribute>

attribute researcherDirectoryType/@dsStatusTransfer
type restriction of string
properties
use required
facets
Kind Value Annotation
enumeration Change
enumeration Delete
enumeration OnHold
enumeration Transfer
annotation
documentation
It represents the status of the Researcher Data Sharing
source <attribute name="dsStatusTransfer" use="required">
 
<annotation>
   
<documentation>It represents the status of the Researcher Data Sharing </documentation>
 
</annotation>
 
<simpleType>
   
<restriction base="string">
     
<enumeration value="Change"/>
     
<enumeration value="Delete"/>
     
<enumeration value="OnHold"/>
     
<enumeration value="Transfer"/>
   
</restriction>
 
</simpleType>
</attribute>

attribute researcherDirectoryType/@rdStatusTransfer
type restriction of string
properties
use required
facets
Kind Value Annotation
enumeration Change
enumeration Delete
enumeration OnHold
enumeration Transfer
annotation
documentation
It represents the status of the Researcher Directory
source <attribute name="rdStatusTransfer" use="required">
 
<annotation>
   
<documentation>It represents the status of the Researcher Directory </documentation>
 
</annotation>
 
<simpleType>
   
<restriction base="string">
     
<enumeration value="Change"/>
     
<enumeration value="Delete"/>
     
<enumeration value="OnHold"/>
     
<enumeration value="Transfer"/>
   
</restriction>
 
</simpleType>
</attribute>

attribute researcherDirectoryType/@isApplicationInUse
type boolean
properties
use optional
default false
annotation
documentation
It represents the current status of  Application In Use Consent.
source <attribute name="isApplicationInUse" type="boolean" use="optional" default="false">
 
<annotation>
   
<documentation>It represents the current status of  Application In Use Consent.</documentation>
 
</annotation>
</attribute>

attribute researcherDirectoryType/@isResearcherDatabaseConsent
type boolean
properties
use optional
default false
annotation
documentation
It represents the current status of  Application Researcher Database Consent.
source <attribute name="isResearcherDatabaseConsent" type="boolean" use="optional" default="false">
 
<annotation>
   
<documentation>It represents the current status of  Application Researcher Database Consent.</documentation>
 
</annotation>
</attribute>

attribute researcherDirectoryType/@isDataSharingConsent
type boolean
properties
use optional
default false
annotation
documentation
It represents the current status of  Application Researcher Data Sharing Consent.
source <attribute name="isDataSharingConsent" type="boolean" use="optional" default="false">
 
<annotation>
   
<documentation>It represents the current status of  Application Researcher Data Sharing Consent.</documentation>
 
</annotation>
</attribute>

complexType sectionType
diagram generic-cv_p28.png
namespace http://www.cihr-irsc.gc.ca/generic-cv/1.0.0
children field section
used by
elements sectionType/section generic-cvType/section
attributes
Name  Type  Use  Default  Fixed  Annotation
id  derived by: string  required      
documentation
CCV System Identifier of the section
label  string  optional      
documentation
Describes the CCV System identifier (i.e. English or French description of this section). This is provided as information only.
primaryIndicator  boolean  optional      
documentation
If set to True, It indicates whether this is a primary record must be selected for this section
recordId  string  optional      
documentation
A unique identifier for the section, in the form of a 32-byte UUID used by the export functionality only
publishInRD  string  optional      
documentation
Optional and used by the RD-Batch processes only to distinguish sections for inclusion in the Researchers Directory.  Allowed values are yes and no.
lastModifiedDate  string  optional      
documentation
Optional and used by the RD-Batch processes only, and is the date the section was last modified.  Format is yyyy-mm-dd hh:mi.ss
annotation
documentation
Each sections's structure is described in terms of its possible fields and possible sub-sections. At this level, at least one section must be present.
source <complexType name="sectionType">
 
<annotation>
   
<documentation>Each sections's structure is described in terms of its possible fields and possible sub-sections. At this level, at least one section must be present.</documentation>
 
</annotation>
 
<sequence>
   
<annotation>
     
<documentation>A Section could have either many fields and/or sub-sections </documentation>
   
</annotation>
   
<element name="field" minOccurs="0" maxOccurs="unbounded">
     
<annotation>
       
<documentation>This field element contains the data entered by the Researcher. The field's representation is either a simple value, a List of Values Identifier or a Reference Value Identifier.</documentation>
     
</annotation>
     
<complexType>
       
<complexContent>
         
<extension base="generic-cv:fieldType"/>
       
</complexContent>
     
</complexType>
   
</element>
   
<element name="section" type="generic-cv:sectionType" minOccurs="0" maxOccurs="unbounded">
     
<annotation>
       
<documentation>A section provides information that describes how the section looks like in term of information relative to a portion of the resume. Section might have others sub-sections and fields. </documentation>
     
</annotation>
   
</element>
 
</sequence>
 
<attribute name="id" use="required">
   
<annotation>
     
<documentation>CCV System Identifier of the section</documentation>
   
</annotation>
   
<simpleType>
     
<restriction base="string">
       
<length value="32"/>
     
</restriction>
   
</simpleType>
 
</attribute>
 
<attribute name="label" type="string" use="optional">
   
<annotation>
     
<documentation>Describes the CCV System identifier (i.e. English or French description of this section). This is provided as information only. </documentation>
   
</annotation>
 
</attribute>
 
<attribute name="primaryIndicator" type="boolean" use="optional">
   
<annotation>
     
<documentation>If set to True, It indicates whether this is a primary record must be selected for this section</documentation>
   
</annotation>
 
</attribute>
 
<attribute name="recordId" type="string" use="optional">
   
<annotation>
     
<documentation>A unique identifier for the section, in the form of a 32-byte UUID used by the export functionality only</documentation>
   
</annotation>
 
</attribute>
 
<attribute name="publishInRD" type="string" use="optional">
   
<annotation>
     
<documentation>Optional and used by the RD-Batch processes only to distinguish sections for inclusion in the Researchers Directory.  Allowed values are yes and no.</documentation>
   
</annotation>
 
</attribute>
 
<attribute name="lastModifiedDate" type="string" use="optional">
   
<annotation>
     
<documentation>Optional and used by the RD-Batch processes only, and is the date the section was last modified.  Format is yyyy-mm-dd hh:mi.ss</documentation>
   
</annotation>
 
</attribute>
</complexType>

attribute sectionType/@id
type restriction of string
properties
use required
facets
Kind Value Annotation
length 32
annotation
documentation
CCV System Identifier of the section
source <attribute name="id" use="required">
 
<annotation>
   
<documentation>CCV System Identifier of the section</documentation>
 
</annotation>
 
<simpleType>
   
<restriction base="string">
     
<length value="32"/>
   
</restriction>
 
</simpleType>
</attribute>

attribute sectionType/@label
type string
properties
use optional
annotation
documentation
Describes the CCV System identifier (i.e. English or French description of this section). This is provided as information only.
source <attribute name="label" type="string" use="optional">
 
<annotation>
   
<documentation>Describes the CCV System identifier (i.e. English or French description of this section). This is provided as information only. </documentation>
 
</annotation>
</attribute>

attribute sectionType/@primaryIndicator
type boolean
properties
use optional
annotation
documentation
If set to True, It indicates whether this is a primary record must be selected for this section
source <attribute name="primaryIndicator" type="boolean" use="optional">
 
<annotation>
   
<documentation>If set to True, It indicates whether this is a primary record must be selected for this section</documentation>
 
</annotation>
</attribute>

attribute sectionType/@recordId
type string
properties
use optional
annotation
documentation
A unique identifier for the section, in the form of a 32-byte UUID used by the export functionality only
source <attribute name="recordId" type="string" use="optional">
 
<annotation>
   
<documentation>A unique identifier for the section, in the form of a 32-byte UUID used by the export functionality only</documentation>
 
</annotation>
</attribute>

attribute sectionType/@publishInRD
type string
properties
use optional
annotation
documentation
Optional and used by the RD-Batch processes only to distinguish sections for inclusion in the Researchers Directory.  Allowed values are yes and no.
source <attribute name="publishInRD" type="string" use="optional">
 
<annotation>
   
<documentation>Optional and used by the RD-Batch processes only to distinguish sections for inclusion in the Researchers Directory.  Allowed values are yes and no.</documentation>
 
</annotation>
</attribute>

attribute sectionType/@lastModifiedDate
type string
properties
use optional
annotation
documentation
Optional and used by the RD-Batch processes only, and is the date the section was last modified.  Format is yyyy-mm-dd hh:mi.ss
source <attribute name="lastModifiedDate" type="string" use="optional">
 
<annotation>
   
<documentation>Optional and used by the RD-Batch processes only, and is the date the section was last modified.  Format is yyyy-mm-dd hh:mi.ss</documentation>
 
</annotation>
</attribute>

element sectionType/field
diagram generic-cv_p29.png
type extension of generic-cv:fieldType
properties
minOcc 0
maxOcc unbounded
content complex
children value bilingual lov refTable
attributes
Name  Type  Use  Default  Fixed  Annotation
id  derived by: string  required      
documentation
CCV System Identifier of the field
label  string  optional      
documentation
Describes the CCV SDescribes the CCV System identifier (i.e. English or French description of this section). This is provided as information only. system
annotation
documentation
This field element contains the data entered by the Researcher. The field's representation is either a simple value, a List of Values Identifier or a Reference Value Identifier.
source <element name="field" minOccurs="0" maxOccurs="unbounded">
 
<annotation>
   
<documentation>This field element contains the data entered by the Researcher. The field's representation is either a simple value, a List of Values Identifier or a Reference Value Identifier.</documentation>
 
</annotation>
 
<complexType>
   
<complexContent>
     
<extension base="generic-cv:fieldType"/>
   
</complexContent>
 
</complexType>
</element>

element sectionType/section
diagram generic-cv_p30.png
type generic-cv:sectionType
properties
minOcc 0
maxOcc unbounded
content complex
children field section
attributes
Name  Type  Use  Default  Fixed  Annotation
id  derived by: string  required      
documentation
CCV System Identifier of the section
label  string  optional      
documentation
Describes the CCV System identifier (i.e. English or French description of this section). This is provided as information only.
primaryIndicator  boolean  optional      
documentation
If set to True, It indicates whether this is a primary record must be selected for this section
recordId  string  optional      
documentation
A unique identifier for the section, in the form of a 32-byte UUID used by the export functionality only
publishInRD  string  optional      
documentation
Optional and used by the RD-Batch processes only to distinguish sections for inclusion in the Researchers Directory.  Allowed values are yes and no.
lastModifiedDate  string  optional      
documentation
Optional and used by the RD-Batch processes only, and is the date the section was last modified.  Format is yyyy-mm-dd hh:mi.ss
annotation
documentation
A section provides information that describes how the section looks like in term of information relative to a portion of the resume. Section might have others sub-sections and fields.
source <element name="section" type="generic-cv:sectionType" minOccurs="0" maxOccurs="unbounded">
 
<annotation>
   
<documentation>A section provides information that describes how the section looks like in term of information relative to a portion of the resume. Section might have others sub-sections and fields. </documentation>
 
</annotation>
</element>

complexType submissionType
diagram generic-cv_p31.png
namespace http://www.cihr-irsc.gc.ca/generic-cv/1.0.0
used by
element generic-cvType/submission
attributes
Name  Type  Use  Default  Fixed  Annotation
dateTimeSubmitted    required      
documentation
Date and time this document has been submitted.
confirmationNumber  string  required      
documentation
The confirmation number when given by the CCV System when the Researcher submits his/her CV
ccvIdentifier  string  required      
documentation
This is the Researcher CCV identifier is attributed by either CIHR or by an auto-increment in the CCV System
pinNumber  string  optional      
documentation
Agencies attribute a PIN Number to a Researcher
fundingSourceUUID  string  required      
documentation
This the CCV Funding Source UUID
fundingSourceName  string  optional      
documentation
CCV Funding Source UUID is not human readable. This attribute will give a better meaning of the Funding Source Name
templateUUID  string  required      
documentation
The CCV Template UUID that identifies the template used by a Researcher when this one submitted his CV against a Funding Source
templateName  string  optional      
documentation
CCV Template UUID is not human readable. This attribute will give a better meaning of the Template UUID
isProgram  boolean  optional      
documentation
OR It will true if the Funding Source is a Program
isAgency  boolean  optional      
documentation
It will true if the Funding Source is an Agency
annotation
documentation
This element will only be created if the Researcher will submit his Generic CV against a Funding CV.
source <complexType name="submissionType">
 
<annotation>
   
<documentation>This element will only be created if the Researcher will submit his Generic CV against a Funding CV.</documentation>
 
</annotation>
 
<attribute name="dateTimeSubmitted" use="required">
   
<annotation>
     
<documentation>Date and time this document has been submitted. </documentation>
   
</annotation>
 
</attribute>
 
<attribute name="confirmationNumber" type="string" use="required">
   
<annotation>
     
<documentation>The confirmation number when given by the CCV System when the Researcher submits his/her CV</documentation>
   
</annotation>
 
</attribute>
 
<attribute name="ccvIdentifier" type="string" use="required">
   
<annotation>
     
<documentation>This is the Researcher CCV identifier is attributed by either CIHR or by an auto-increment in the CCV System</documentation>
   
</annotation>
 
</attribute>
 
<attribute name="pinNumber" type="string" use="optional">
   
<annotation>
     
<documentation>Agencies attribute a PIN Number to a Researcher</documentation>
   
</annotation>
 
</attribute>
 
<attribute name="fundingSourceUUID" type="string" use="required">
   
<annotation>
     
<documentation>This the CCV Funding Source UUID</documentation>
   
</annotation>
 
</attribute>
 
<attribute name="fundingSourceName" type="string" use="optional">
   
<annotation>
     
<documentation>CCV Funding Source UUID is not human readable. This attribute will give a better meaning of the Funding Source Name</documentation>
   
</annotation>
 
</attribute>
 
<attribute name="templateUUID" type="string" use="required">
   
<annotation>
     
<documentation>The CCV Template UUID that identifies the template used by a Researcher when this one submitted his CV against a Funding Source</documentation>
   
</annotation>
 
</attribute>
 
<attribute name="templateName" type="string" use="optional">
   
<annotation>
     
<documentation>CCV Template UUID is not human readable. This attribute will give a better meaning of the Template UUID</documentation>
   
</annotation>
 
</attribute>
 
<attribute name="isProgram" type="boolean" use="optional">
   
<annotation>
     
<documentation>OR It will true if the Funding Source is a Program</documentation>
   
</annotation>
 
</attribute>
 
<attribute name="isAgency" type="boolean" use="optional">
   
<annotation>
     
<documentation>It will true if the Funding Source is an Agency</documentation>
   
</annotation>
 
</attribute>
</complexType>

attribute submissionType/@dateTimeSubmitted
properties
use required
annotation
documentation
Date and time this document has been submitted.
source <attribute name="dateTimeSubmitted" use="required">
 
<annotation>
   
<documentation>Date and time this document has been submitted. </documentation>
 
</annotation>
</attribute>

attribute submissionType/@confirmationNumber
type string
properties
use required
annotation
documentation
The confirmation number when given by the CCV System when the Researcher submits his/her CV
source <attribute name="confirmationNumber" type="string" use="required">
 
<annotation>
   
<documentation>The confirmation number when given by the CCV System when the Researcher submits his/her CV</documentation>
 
</annotation>
</attribute>

attribute submissionType/@ccvIdentifier
type string
properties
use required
annotation
documentation
This is the Researcher CCV identifier is attributed by either CIHR or by an auto-increment in the CCV System
source <attribute name="ccvIdentifier" type="string" use="required">
 
<annotation>
   
<documentation>This is the Researcher CCV identifier is attributed by either CIHR or by an auto-increment in the CCV System</documentation>
 
</annotation>
</attribute>

attribute submissionType/@pinNumber
type string
properties
use optional
annotation
documentation
Agencies attribute a PIN Number to a Researcher
source <attribute name="pinNumber" type="string" use="optional">
 
<annotation>
   
<documentation>Agencies attribute a PIN Number to a Researcher</documentation>
 
</annotation>
</attribute>

attribute submissionType/@fundingSourceUUID
type string
properties
use required
annotation
documentation
This the CCV Funding Source UUID
source <attribute name="fundingSourceUUID" type="string" use="required">
 
<annotation>
   
<documentation>This the CCV Funding Source UUID</documentation>
 
</annotation>
</attribute>

attribute submissionType/@fundingSourceName
type string
properties
use optional
annotation
documentation
CCV Funding Source UUID is not human readable. This attribute will give a better meaning of the Funding Source Name
source <attribute name="fundingSourceName" type="string" use="optional">
 
<annotation>
   
<documentation>CCV Funding Source UUID is not human readable. This attribute will give a better meaning of the Funding Source Name</documentation>
 
</annotation>
</attribute>

attribute submissionType/@templateUUID
type string
properties
use required
annotation
documentation
The CCV Template UUID that identifies the template used by a Researcher when this one submitted his CV against a Funding Source
source <attribute name="templateUUID" type="string" use="required">
 
<annotation>
   
<documentation>The CCV Template UUID that identifies the template used by a Researcher when this one submitted his CV against a Funding Source</documentation>
 
</annotation>
</attribute>

attribute submissionType/@templateName
type string
properties
use optional
annotation
documentation
CCV Template UUID is not human readable. This attribute will give a better meaning of the Template UUID
source <attribute name="templateName" type="string" use="optional">
 
<annotation>
   
<documentation>CCV Template UUID is not human readable. This attribute will give a better meaning of the Template UUID</documentation>
 
</annotation>
</attribute>

attribute submissionType/@isProgram
type boolean
properties
use optional
annotation
documentation
OR It will true if the Funding Source is a Program
source <attribute name="isProgram" type="boolean" use="optional">
 
<annotation>
   
<documentation>OR It will true if the Funding Source is a Program</documentation>
 
</annotation>
</attribute>

attribute submissionType/@isAgency
type boolean
properties
use optional
annotation
documentation
It will true if the Funding Source is an Agency
source <attribute name="isAgency" type="boolean" use="optional">
 
<annotation>
   
<documentation>It will true if the Funding Source is an Agency</documentation>
 
</annotation>
</attribute>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy