Schema seer.xsd


schema location ..\XML-schema\seer.xsd
attributeFormDefault
elementFormDefault qualified
targetNamespace http://seer.arc.gov.au/2023/seer/1
 
Elements 
institutionSubmission 


schema location ..\XML-schema\type.xsd
attributeFormDefault
elementFormDefault qualified
targetNamespace http://seer.arc.gov.au/2023/seer/1
 
Simple types 
basicURLType 
countryCodeType 
curatedExhibitionOrEventCategoryType 
doiType 
electronicLocationUrlType 
employmentLevelType 
employmentStatusType 
forGroupCodeType 
identifierMax10Type 
identifierMax30Type 
incomeAmountType 
indigenousStatusType 
isbnType 
issnType 
languageType 
livePerformanceCategoryType 
minStringType 
orcidType 
orderInOutputType 
originalCreativeWorkCategoryType 
percentageType 
recordedOrRenderedWorkCategoryType 
researcherFteType 
researcherFunctionType 
researcherGenderType 
researchReportForExternalBodyCategoryType 
sensitiveNoteListType 
sensitiveNoteType 
stringMax1000Type 
stringMax100Type 
stringMax10Type 
stringMax11Type 
stringMax1500Type 
stringMax150Type 
stringMax2000Type 
stringMax200Type 
stringMax20Type 
stringMax255Type 
stringMax256Type 
stringMax2Type 
stringMax30Type 
stringMax36Type 
stringMax3Type 
stringMax500Type 
stringMax5Type 
totalPagesType 
yearType 


schema location ..\XML-schema\researcher.xsd
attributeFormDefault
elementFormDefault qualified
targetNamespace http://seer.arc.gov.au/2023/seer/1
 
Elements 
otherName 
researcher 
researchers 
staffCreator 
staffCreators 


schema location ..\XML-schema\researchIncome.xsd
attributeFormDefault
elementFormDefault qualified
targetNamespace http://seer.arc.gov.au/2023/seer/1
 
Elements  Complex types 
australianCompetitiveGrantIncome  researchIncomeType 
crcResearchIncome 
incomeYear 
industryAndOtherResearchIncome 
otherPublicSectorIncome 
researchIncomeItems 


schema location ..\XML-schema\researchOutput.xsd
attributeFormDefault
elementFormDefault qualified
targetNamespace http://seer.arc.gov.au/2023/seer/1
 
Elements  Complex types 
book  nonTraditionalResearchOutputType 
bookChapter  portfolioNonTraditionalResearchOutputType 
conferencePublication  researchOutputType 
creator 
creators 
curatedExhibitionOrEvent 
electronicLocation 
electronicLocations 
institutionalNote 
institutionalNotes 
journalArticle 
livePerformance 
nominatedPRDisciplines 
originalCreativeWork 
portfolio 
portfolioCuratedExhibitionOrEvent 
portfolioLivePerformance 
portfolioOriginalCreativeWork 
portfolioRecordedOrRenderedWork 
portfolioResearchReportForExternalBody 
recordedOrRenderedWork 
researchOutputItems 
researchReportForExternalBody 
researchStatement 
title 


schema location ..\XML-schema\discipline.xsd
attributeFormDefault
elementFormDefault qualified
targetNamespace http://seer.arc.gov.au/2023/seer/1
 
Elements 
discipline 
disciplineAssignment 
incomeDisciplineAssignment 


schema location ..\XML-schema\researchOutlet.xsd
attributeFormDefault
elementFormDefault qualified
targetNamespace http://seer.arc.gov.au/2023/seer/1
 
Elements 
bookOutlet 
conferencePublicationOutlet 
journalOutlet 


schema location ..\XML-schema\artefactTitle.xsd
attributeFormDefault
elementFormDefault qualified
targetNamespace http://seer.arc.gov.au/2023/seer/1
 
Elements  Complex types 
artefactTitle  artefactTitleType 


element institutionSubmission
diagram seer_diagrams/seer_p1.png
namespace http://seer.arc.gov.au/2023/seer/1
properties
content complex
children seer:researchers seer:researchIncomeItems seer:researchOutputItems
identity constraints
  Name  Refer  Selector  Field(s)  Annotation
key  staffReferenceKey    seer:researchers/seer:researcher  @staffReference  
documentation
This defines the Staff Reference property as a key which must be unique within the list of researchers.
keyref  researchOutputStaffReference  seer:staffReferenceKey  seer:researchOutputItems/*/seer:staffCreators/seer:staffCreator  @staffReference  
documentation
This key reference ensures that the Staff Reference in any research output refers to a defined Researcher Staff Reference.
keyref  portfolioOutputStaffReference  seer:staffReferenceKey  seer:researchOutputItems/seer:portfolio/*/seer:staffCreators/seer:staffCreator  @staffReference  
documentation
This key reference ensures that the Staff Reference in any portfolio output refers to a defined Researcher Staff Reference.
unique  doiConstraint    seer:researchOutputItems/*  @doi  
documentation
This contraint ensures that all DOIs within the submission are unique.
unique  orcidConstraint    seer:researchers/seer:researcher  @orcid  
documentation
This contraint ensures that all ORCIDs within the submission are unique.
annotation
documentation
Top-level grouping for an institution’s submission data.
source <xs:element name="institutionSubmission">
 
<xs:annotation>
   
<xs:documentation>Top-level grouping for an institution’s submission data.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="seer:researchers"/>
     
<xs:element ref="seer:researchIncomeItems" minOccurs="0"/>
     
<xs:element ref="seer:researchOutputItems"/>
   
</xs:sequence>
 
</xs:complexType>
 
<!--
    Researcher element uniqueness constraints
    --
>
 
<!--
    Staff Reference Key 
    --
>
 
<xs:key name="staffReferenceKey">
   
<xs:annotation>
     
<xs:documentation>This defines the Staff Reference property as a key which must be unique within the list of researchers.</xs:documentation>
   
</xs:annotation>
   
<xs:selector xpath="seer:researchers/seer:researcher"/>
   
<xs:field xpath="@staffReference"/>
 
</xs:key>
 
<xs:keyref name="researchOutputStaffReference" refer="seer:staffReferenceKey">
   
<xs:annotation>
     
<xs:documentation>This key reference ensures that the Staff Reference in any research output refers to a defined Researcher Staff Reference.</xs:documentation>
   
</xs:annotation>
   
<xs:selector xpath="seer:researchOutputItems/*/seer:staffCreators/seer:staffCreator"/>
   
<xs:field xpath="@staffReference"/>
 
</xs:keyref>
 
<xs:keyref name="portfolioOutputStaffReference" refer="seer:staffReferenceKey">
   
<xs:annotation>
     
<xs:documentation>This key reference ensures that the Staff Reference in any portfolio output refers to a defined Researcher Staff Reference.</xs:documentation>
   
</xs:annotation>
   
<xs:selector xpath="seer:researchOutputItems/seer:portfolio/*/seer:staffCreators/seer:staffCreator"/>
   
<xs:field xpath="@staffReference"/>
 
</xs:keyref>
 
<xs:unique name="doiConstraint">
   
<xs:annotation>
     
<xs:documentation>This contraint ensures that all DOIs within the submission are unique.</xs:documentation>
   
</xs:annotation>
   
<xs:selector xpath="seer:researchOutputItems/*"/>
   
<xs:field xpath="@doi"/>
 
</xs:unique>
 
<xs:unique name="orcidConstraint">
   
<xs:annotation>
     
<xs:documentation>This contraint ensures that all ORCIDs within the submission are unique.</xs:documentation>
   
</xs:annotation>
   
<xs:selector xpath="seer:researchers/seer:researcher"/>
   
<xs:field xpath="@orcid"/>
 
</xs:unique>
</xs:element>

simpleType basicURLType
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of seer:minStringType
properties
base seer:minStringType
facets
Kind Value Annotation
minLength 1
pattern (http|https):\\/\\/(.*)
source <xs:simpleType name="basicURLType">
 
<xs:restriction base="seer:minStringType">
   
<xs:pattern value="(http|https):\\/\\/(.*)"/>
 
</xs:restriction>
</xs:simpleType>

simpleType countryCodeType
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of seer:minStringType
properties
base seer:minStringType
facets
Kind Value Annotation
minLength 1
pattern \d{4}
source <xs:simpleType name="countryCodeType">
 
<xs:restriction base="seer:minStringType">
   
<xs:pattern value="\d{4}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType curatedExhibitionOrEventCategoryType
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of xs:string
properties
base xs:string
used by
attributes portfolioCuratedExhibitionOrEvent/@category curatedExhibitionOrEvent/@category
facets
Kind Value Annotation
enumeration 1
documentation
Web-based exhibition
enumeration 2
documentation
Exhibition/Event
enumeration 3
documentation
Festival
enumeration 4
documentation
Other
source <xs:simpleType name="curatedExhibitionOrEventCategoryType">
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="1">
     
<xs:annotation>
       
<xs:documentation>Web-based exhibition</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="2">
     
<xs:annotation>
       
<xs:documentation>Exhibition/Event</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="3">
     
<xs:annotation>
       
<xs:documentation>Festival</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="4">
     
<xs:annotation>
       
<xs:documentation>Other</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>

simpleType doiType
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of xs:string
properties
base xs:string
used by
attributes researchOutputType/@doi portfolioNonTraditionalResearchOutputType/@doi
facets
Kind Value Annotation
pattern 10(\.[^./]+)+/.+
source <xs:simpleType name="doiType">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="10(\.[^./]+)+/.+"/>
 
</xs:restriction>
</xs:simpleType>

simpleType electronicLocationUrlType
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of seer:stringMax500Type
properties
base seer:stringMax500Type
used by
attribute electronicLocation/@repositoryLink
facets
Kind Value Annotation
minLength 1
maxLength 500
pattern https://.*
source <xs:simpleType name="electronicLocationUrlType">
 
<xs:restriction base="seer:stringMax500Type">
   
<xs:pattern value="https://.*"/>
 
</xs:restriction>
</xs:simpleType>

simpleType employmentLevelType
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of xs:string
properties
base xs:string
used by
attribute researcher/@employmentLevel
facets
Kind Value Annotation
enumeration 001
documentation
Vice Chancellor
enumeration 005
documentation
Deputy Vice-Chancellor
enumeration 013
documentation
Level E
enumeration 014
documentation
Level D
enumeration 042
documentation
Level C
enumeration 066
documentation
Level B
enumeration 100
documentation
Level A
enumeration 220
documentation
Non-academic staff - senior executive
enumeration 201
documentation
Higher Education Worker: Level 1
enumeration 202
documentation
Higher Education Worker: Level 2
enumeration 203
documentation
Higher Education Worker: Level 3
enumeration 204
documentation
Higher Education Worker: Level 4
enumeration 205
documentation
Higher Education Worker: Level 5
enumeration 206
documentation
Higher Education Worker: Level 6
enumeration 207
documentation
Higher Education Worker: Level 7
enumeration 208
documentation
Higher Education Worker: Level 8
enumeration 209
documentation
Higher Education Worker: Level 9
enumeration 210
documentation
Higher Education Worker: Level 10
source <xs:simpleType name="employmentLevelType">
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="001">
     
<xs:annotation>
       
<xs:documentation>Vice Chancellor</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="005">
     
<xs:annotation>
       
<xs:documentation>Deputy Vice-Chancellor</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="013">
     
<xs:annotation>
       
<xs:documentation>Level E</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="014">
     
<xs:annotation>
       
<xs:documentation>Level D</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="042">
     
<xs:annotation>
       
<xs:documentation>Level C</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="066">
     
<xs:annotation>
       
<xs:documentation>Level B</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="100">
     
<xs:annotation>
       
<xs:documentation>Level A</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="220">
     
<xs:annotation>
       
<xs:documentation>Non-academic staff - senior executive</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="201">
     
<xs:annotation>
       
<xs:documentation>Higher Education Worker: Level 1</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="202">
     
<xs:annotation>
       
<xs:documentation>Higher Education Worker: Level 2</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="203">
     
<xs:annotation>
       
<xs:documentation>Higher Education Worker: Level 3</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="204">
     
<xs:annotation>
       
<xs:documentation>Higher Education Worker: Level 4</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="205">
     
<xs:annotation>
       
<xs:documentation>Higher Education Worker: Level 5</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="206">
     
<xs:annotation>
       
<xs:documentation>Higher Education Worker: Level 6</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="207">
     
<xs:annotation>
       
<xs:documentation>Higher Education Worker: Level 7</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="208">
     
<xs:annotation>
       
<xs:documentation>Higher Education Worker: Level 8</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="209">
     
<xs:annotation>
       
<xs:documentation>Higher Education Worker: Level 9</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="210">
     
<xs:annotation>
       
<xs:documentation>Higher Education Worker: Level 10</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>

simpleType employmentStatusType
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of xs:string
properties
base xs:string
used by
attribute researcher/@employmentStatus
facets
Kind Value Annotation
enumeration 1
documentation
Employed
enumeration 2
documentation
Employed on a Casual Basis
enumeration 3
documentation
Other employed
source <xs:simpleType name="employmentStatusType">
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="1">
     
<xs:annotation>
       
<xs:documentation>Employed</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="2">
     
<xs:annotation>
       
<xs:documentation>Employed on a Casual Basis</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="3">
     
<xs:annotation>
       
<xs:documentation>Other employed</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>

simpleType forGroupCodeType
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of xs:string
properties
base xs:string
used by
attributes discipline/@forGroupCode nominatedPRDisciplines/nominatedPRDiscipline/@forGroupCode
facets
Kind Value Annotation
pattern \d{4}
source <xs:simpleType name="forGroupCodeType">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="\d{4}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType identifierMax10Type
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of seer:stringMax10Type
properties
base seer:stringMax10Type
facets
Kind Value Annotation
minLength 1
maxLength 10
whiteSpace collapse
source <xs:simpleType name="identifierMax10Type">
 
<xs:restriction base="seer:stringMax10Type">
   
<xs:whiteSpace value="collapse"/>
 
</xs:restriction>
</xs:simpleType>

simpleType identifierMax30Type
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of seer:stringMax30Type
properties
base seer:stringMax30Type
facets
Kind Value Annotation
minLength 1
maxLength 30
whiteSpace collapse
source <xs:simpleType name="identifierMax30Type">
 
<xs:restriction base="seer:stringMax30Type">
   
<xs:whiteSpace value="collapse"/>
 
</xs:restriction>
</xs:simpleType>

simpleType incomeAmountType
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of xs:integer
properties
base xs:integer
used by
attribute incomeYear/@totalAmountReceived
facets
Kind Value Annotation
minInclusive -9999999999
maxInclusive 9999999999
source <xs:simpleType name="incomeAmountType">
 
<xs:restriction base="xs:integer">
   
<xs:minInclusive value="-9999999999"/>
   
<xs:maxInclusive value="9999999999"/>
 
</xs:restriction>
</xs:simpleType>

simpleType indigenousStatusType
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of xs:string
properties
base xs:string
used by
attribute researcher/@indigenousStatus
facets
Kind Value Annotation
enumeration 2
documentation
Non indigenous – neither Aboriginal nor Torres Strait Islander origin
enumeration 3
documentation
Of Aboriginal origin but not Torres Strait Islander
enumeration 4
documentation
Of Torres Strait Islander origin but not Aboriginal
enumeration 5
documentation
Both Aboriginal and Torres Strait Islander origin
enumeration 9
documentation
No information
source <xs:simpleType name="indigenousStatusType">
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="2">
     
<xs:annotation>
       
<xs:documentation>Non indigenous – neither Aboriginal nor Torres Strait Islander origin</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="3">
     
<xs:annotation>
       
<xs:documentation>Of Aboriginal origin but not Torres Strait Islander</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="4">
     
<xs:annotation>
       
<xs:documentation>Of Torres Strait Islander origin but not Aboriginal</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="5">
     
<xs:annotation>
       
<xs:documentation>Both Aboriginal and Torres Strait Islander origin</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="9">
     
<xs:annotation>
       
<xs:documentation>No information</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>

simpleType isbnType
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of xs:string
properties
base xs:string
used by
attributes book/@isbn conferencePublication/@isbn bookOutlet/@isbn
facets
Kind Value Annotation
pattern (\d{1,3})((-?\d){8,11})(-?[\dXx])
source <xs:simpleType name="isbnType">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="(\d{1,3})((-?\d){8,11})(-?[\dXx])"/>
 
</xs:restriction>
</xs:simpleType>

simpleType issnType
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of xs:string
properties
base xs:string
used by
attribute conferencePublication/@issn
facets
Kind Value Annotation
pattern \d{4}-?\d{3}[\dXx]
source <xs:simpleType name="issnType">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="\d{4}-?\d{3}[\dXx]"/>
 
</xs:restriction>
</xs:simpleType>

simpleType languageType
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of seer:minStringType
properties
base seer:minStringType
used by
attribute artefactTitleType/@language
facets
Kind Value Annotation
minLength 1
pattern \d{4}
source <xs:simpleType name="languageType">
 
<xs:restriction base="seer:minStringType">
   
<xs:pattern value="\d{4}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType livePerformanceCategoryType
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of xs:string
properties
base xs:string
used by
attributes portfolioLivePerformance/@category livePerformance/@category
facets
Kind Value Annotation
enumeration 1
documentation
Music
enumeration 2
documentation
Play
enumeration 3
documentation
Dance
enumeration 4
documentation
Other
source <xs:simpleType name="livePerformanceCategoryType">
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="1">
     
<xs:annotation>
       
<xs:documentation>Music</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="2">
     
<xs:annotation>
       
<xs:documentation>Play</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="3">
     
<xs:annotation>
       
<xs:documentation>Dance</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="4">
     
<xs:annotation>
       
<xs:documentation>Other</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>

simpleType minStringType
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of xs:token
properties
base xs:token
used by
simpleTypes basicURLType countryCodeType languageType stringMax1000Type stringMax100Type stringMax10Type stringMax11Type stringMax1500Type stringMax150Type stringMax2000Type stringMax200Type stringMax20Type stringMax255Type stringMax256Type stringMax2Type stringMax30Type stringMax36Type stringMax3Type stringMax500Type stringMax5Type
facets
Kind Value Annotation
minLength 1
source <xs:simpleType name="minStringType">
 
<xs:restriction base="xs:token">
   
<xs:minLength value="1"/>
 
</xs:restriction>
</xs:simpleType>

simpleType orcidType
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of xs:string
properties
base xs:string
used by
attribute researcher/@orcid
facets
Kind Value Annotation
pattern (\d{4})-(\d{4})-(\d{4})-(\d{3}[0-9X])
source <xs:simpleType name="orcidType">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="(\d{4})-(\d{4})-(\d{4})-(\d{3}[0-9X])"/>
 
</xs:restriction>
</xs:simpleType>

simpleType orderInOutputType
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of xs:integer
properties
base xs:integer
used by
attribute creator/@orderInOutput
facets
Kind Value Annotation
minInclusive 1
maxInclusive 9999
source <xs:simpleType name="orderInOutputType">
 
<xs:restriction base="xs:integer">
   
<xs:minInclusive value="1"/>
   
<xs:maxInclusive value="9999"/>
 
</xs:restriction>
</xs:simpleType>

simpleType originalCreativeWorkCategoryType
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of xs:string
properties
base xs:string
used by
attributes portfolioOriginalCreativeWork/@category originalCreativeWork/@category
facets
Kind Value Annotation
enumeration 1
documentation
Visual art work
enumeration 2
documentation
Design/Architectural work
enumeration 3
documentation
Textual work
enumeration 4
documentation
Other
source <xs:simpleType name="originalCreativeWorkCategoryType">
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="1">
     
<xs:annotation>
       
<xs:documentation>Visual art work</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="2">
     
<xs:annotation>
       
<xs:documentation>Design/Architectural work</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="3">
     
<xs:annotation>
       
<xs:documentation>Textual work</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="4">
     
<xs:annotation>
       
<xs:documentation>Other</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>

simpleType percentageType
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of xs:decimal
properties
base xs:decimal
used by
attribute discipline/@apportionment
facets
Kind Value Annotation
minInclusive 0
maxInclusive 100
fractionDigits 2
source <xs:simpleType name="percentageType">
 
<xs:restriction base="xs:decimal">
   
<xs:minInclusive value="0"/>
   
<xs:maxInclusive value="100"/>
   
<xs:fractionDigits value="2"/>
 
</xs:restriction>
</xs:simpleType>

simpleType recordedOrRenderedWorkCategoryType
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of xs:string
properties
base xs:string
used by
attributes portfolioRecordedOrRenderedWork/@category recordedOrRenderedWork/@category
facets
Kind Value Annotation
enumeration 1
documentation
Film/Video
enumeration 2
documentation
Performance
enumeration 3
documentation
Inter-arts
enumeration 4
documentation
Digital creative work
enumeration 5
documentation
Websites/web exhibition
enumeration 6
documentation
Other
source <xs:simpleType name="recordedOrRenderedWorkCategoryType">
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="1">
     
<xs:annotation>
       
<xs:documentation>Film/Video</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="2">
     
<xs:annotation>
       
<xs:documentation>Performance</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="3">
     
<xs:annotation>
       
<xs:documentation>Inter-arts</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="4">
     
<xs:annotation>
       
<xs:documentation>Digital creative work</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="5">
     
<xs:annotation>
       
<xs:documentation>Websites/web exhibition</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="6">
     
<xs:annotation>
       
<xs:documentation>Other</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>

simpleType researcherFteType
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of xs:float
properties
base xs:float
used by
attribute researcher/@totalFte
facets
Kind Value Annotation
minInclusive 0.1
maxInclusive 1.00
pattern (\d)|(\d.\d)|(\d\.\d\d)
source <xs:simpleType name="researcherFteType">
 
<xs:restriction base="xs:float">
   
<xs:minInclusive value="0.1"/>
   
<xs:maxInclusive value="1.00"/>
   
<xs:pattern value="(\d)|(\d.\d)|(\d\.\d\d)"/>
 
</xs:restriction>
</xs:simpleType>

simpleType researcherFunctionType
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of xs:string
properties
base xs:string
used by
attribute researcher/@researcherFunction
facets
Kind Value Annotation
enumeration A
documentation

                        Research only
                   
enumeration B
documentation

                        Teaching and Research
                   
enumeration C
documentation

                        Other
                   
source <xs:simpleType name="researcherFunctionType">
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="A">
     
<xs:annotation>
       
<xs:documentation>
                        Research only
                   
</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="B">
     
<xs:annotation>
       
<xs:documentation>
                        Teaching and Research
                   
</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="C">
     
<xs:annotation>
       
<xs:documentation>
                        Other
                   
</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>

simpleType researcherGenderType
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of xs:string
properties
base xs:string
used by
attribute researcher/@gender
facets
Kind Value Annotation
enumeration Male
enumeration Female
enumeration X
source <xs:simpleType name="researcherGenderType">
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="Male"/>
   
<xs:enumeration value="Female"/>
   
<xs:enumeration value="X"/>
 
</xs:restriction>
</xs:simpleType>

simpleType researchReportForExternalBodyCategoryType
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of xs:string
properties
base xs:string
used by
attributes portfolioResearchReportForExternalBody/@category researchReportForExternalBody/@category
facets
Kind Value Annotation
enumeration 1
documentation
Public sector
enumeration 2
documentation
Industry
enumeration 3
documentation
Not for profit
enumeration 4
documentation
Other
source <xs:simpleType name="researchReportForExternalBodyCategoryType">
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="1">
     
<xs:annotation>
       
<xs:documentation>Public sector</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="2">
     
<xs:annotation>
       
<xs:documentation>Industry</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="3">
     
<xs:annotation>
       
<xs:documentation>Not for profit</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="4">
     
<xs:annotation>
       
<xs:documentation>Other</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>

simpleType sensitiveNoteListType
namespace http://seer.arc.gov.au/2023/seer/1
type list of seer:sensitiveNoteType
properties
base seer:sensitiveNoteType
used by
attributes portfolio/@sensitiveNote researchOutputType/@sensitiveNote
source <xs:simpleType name="sensitiveNoteListType">
 
<xs:list itemType="seer:sensitiveNoteType"/>
</xs:simpleType>

simpleType sensitiveNoteType
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of xs:string
properties
base xs:string
used by
simpleType sensitiveNoteListType
facets
Kind Value Annotation
enumeration 1
documentation
Indigenous/  First Nations people should be aware that this output contains images, voices and/or names of deceased persons.
enumeration 2
documentation
Indigenous/First Nations people should be aware that this output is about women&apos;s business.
enumeration 3
documentation
Indigenous/First Nations people should be aware that this output is about men&apos;s business
enumeration 4
documentation
Assessors should be aware that this output contains content related to any of the following: violence, self-harm, sexual assault, suicide, family child removal, refugee experiences, war survivor experiences or other traumatic experiences that may be distressing or harmful to some people.
enumeration 5
documentation
Assessors should be aware that this output contains content with explicit language, hate speech, nudity or sexuality, or drug use and narcotics which may be confronting and potentially distressing to some people/
source <xs:simpleType name="sensitiveNoteType">
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="1">
     
<xs:annotation>
       
<xs:documentation>Indigenous/  First Nations people should be aware that this output contains images, voices and/or names of deceased persons.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="2">
     
<xs:annotation>
       
<xs:documentation>Indigenous/First Nations people should be aware that this output is about women&apos;s business.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="3">
     
<xs:annotation>
       
<xs:documentation>Indigenous/First Nations people should be aware that this output is about men&apos;s business</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="4">
     
<xs:annotation>
       
<xs:documentation>Assessors should be aware that this output contains content related to any of the following: violence, self-harm, sexual assault, suicide, family child removal, refugee experiences, war survivor experiences or other traumatic experiences that may be distressing or harmful to some people.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="5">
     
<xs:annotation>
       
<xs:documentation>Assessors should be aware that this output contains content with explicit language, hate speech, nudity or sexuality, or drug use and narcotics which may be confronting and potentially distressing to some people/</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>

simpleType stringMax1000Type
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of seer:minStringType
properties
base seer:minStringType
used by
attribute bookOutlet/@editor
facets
Kind Value Annotation
minLength 1
maxLength 1000
source <xs:simpleType name="stringMax1000Type">
 
<xs:restriction base="seer:minStringType">
   
<xs:maxLength value="1000"/>
 
</xs:restriction>
</xs:simpleType>

simpleType stringMax100Type
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of seer:minStringType
properties
base seer:minStringType
used by
attributes institutionalNote/@description researchOutputType/@extent portfolioNonTraditionalResearchOutputType/@extent researcher/@firstName conferencePublicationOutlet/@issue portfolioNonTraditionalResearchOutputType/@issue nonTraditionalResearchOutputType/@issue journalArticle/@journalIssue journalArticle/@journalVolume researcher/@lastName researcher/@middleName portfolio/@name book/@placeOfPublication journalArticle/@placeOfPublication conferencePublication/@placeOfPublication bookOutlet/@placeOfPublication portfolioNonTraditionalResearchOutputType/@placeOfPublication nonTraditionalResearchOutputType/@placeOfPublication portfolio/@portfolioNumber conferencePublication/@publisher portfolioNonTraditionalResearchOutputType/@publisher nonTraditionalResearchOutputType/@publisher book/@publisherOther bookOutlet/@publisherOther researcher/@staffReference staffCreator/@staffReference conferencePublicationOutlet/@venue conferencePublicationOutlet/@volume portfolioNonTraditionalResearchOutputType/@volume nonTraditionalResearchOutputType/@volume
facets
Kind Value Annotation
minLength 1
maxLength 100
source <xs:simpleType name="stringMax100Type">
 
<xs:restriction base="seer:minStringType">
   
<xs:maxLength value="100"/>
 
</xs:restriction>
</xs:simpleType>

simpleType stringMax10Type
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of seer:minStringType
properties
base seer:minStringType
used by
simpleType identifierMax10Type
attributes conferencePublicationOutlet/@eraConferenceId journalOutlet/@eraJournalId book/@eraPublisherId bookOutlet/@eraPublisherId
facets
Kind Value Annotation
minLength 1
maxLength 10
source <xs:simpleType name="stringMax10Type">
 
<xs:restriction base="seer:minStringType">
   
<xs:maxLength value="10"/>
 
</xs:restriction>
</xs:simpleType>

simpleType stringMax11Type
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of seer:minStringType
properties
base seer:minStringType
facets
Kind Value Annotation
minLength 1
maxLength 11
source <xs:simpleType name="stringMax11Type">
 
<xs:restriction base="seer:minStringType">
   
<xs:maxLength value="11"/>
 
</xs:restriction>
</xs:simpleType>

simpleType stringMax1500Type
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of seer:minStringType
properties
base seer:minStringType
used by
attributes artefactTitleType/@nativeScript artefactTitleType/@romanScript portfolio/@sensitiveNoteOther researchOutputType/@sensitiveNoteOther artefactTitleType/@translated
facets
Kind Value Annotation
minLength 1
maxLength 1500
source <xs:simpleType name="stringMax1500Type">
 
<xs:restriction base="seer:minStringType">
   
<xs:maxLength value="1500"/>
 
</xs:restriction>
</xs:simpleType>

simpleType stringMax150Type
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of seer:minStringType
properties
base seer:minStringType
facets
Kind Value Annotation
minLength 1
maxLength 150
source <xs:simpleType name="stringMax150Type">
 
<xs:restriction base="seer:minStringType">
   
<xs:maxLength value="150"/>
 
</xs:restriction>
</xs:simpleType>

simpleType stringMax2000Type
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of seer:minStringType
properties
base seer:minStringType
used by
element researchStatement
facets
Kind Value Annotation
minLength 1
maxLength 2000
source <xs:simpleType name="stringMax2000Type">
 
<xs:restriction base="seer:minStringType">
   
<xs:maxLength value="2000"/>
 
</xs:restriction>
</xs:simpleType>

simpleType stringMax200Type
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of seer:minStringType
properties
base seer:minStringType
used by
attributes conferencePublicationOutlet/@conferenceOther portfolioNonTraditionalResearchOutputType/@media nonTraditionalResearchOutputType/@media portfolioNonTraditionalResearchOutputType/@notes nonTraditionalResearchOutputType/@notes otherName/@publishedName creator/@publishedName
facets
Kind Value Annotation
minLength 1
maxLength 200
source <xs:simpleType name="stringMax200Type">
 
<xs:restriction base="seer:minStringType">
   
<xs:maxLength value="200"/>
 
</xs:restriction>
</xs:simpleType>

simpleType stringMax20Type
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of seer:minStringType
properties
base seer:minStringType
used by
attribute researcher/@honorific
facets
Kind Value Annotation
minLength 1
maxLength 20
source <xs:simpleType name="stringMax20Type">
 
<xs:restriction base="seer:minStringType">
   
<xs:maxLength value="20"/>
 
</xs:restriction>
</xs:simpleType>

simpleType stringMax255Type
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of seer:minStringType
properties
base seer:minStringType
facets
Kind Value Annotation
minLength 1
maxLength 255
source <xs:simpleType name="stringMax255Type">
 
<xs:restriction base="seer:minStringType">
   
<xs:maxLength value="255"/>
 
</xs:restriction>
</xs:simpleType>

simpleType stringMax256Type
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of seer:minStringType
properties
base seer:minStringType
facets
Kind Value Annotation
minLength 1
maxLength 256
source <xs:simpleType name="stringMax256Type">
 
<xs:restriction base="seer:minStringType">
   
<xs:maxLength value="256"/>
 
</xs:restriction>
</xs:simpleType>

simpleType stringMax2Type
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of seer:minStringType
properties
base seer:minStringType
facets
Kind Value Annotation
minLength 1
maxLength 2
source <xs:simpleType name="stringMax2Type">
 
<xs:restriction base="seer:minStringType">
   
<xs:maxLength value="2"/>
 
</xs:restriction>
</xs:simpleType>

simpleType stringMax30Type
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of seer:minStringType
properties
base seer:minStringType
used by
simpleType identifierMax30Type
attributes book/@edition bookOutlet/@edition journalArticle/@identifier portfolioNonTraditionalResearchOutputType/@standardNumber nonTraditionalResearchOutputType/@standardNumber
facets
Kind Value Annotation
minLength 1
maxLength 30
source <xs:simpleType name="stringMax30Type">
 
<xs:restriction base="seer:minStringType">
   
<xs:maxLength value="30"/>
 
</xs:restriction>
</xs:simpleType>

simpleType stringMax36Type
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of seer:minStringType
properties
base seer:minStringType
facets
Kind Value Annotation
minLength 1
maxLength 36
source <xs:simpleType name="stringMax36Type">
 
<xs:restriction base="seer:minStringType">
   
<xs:maxLength value="36"/>
 
</xs:restriction>
</xs:simpleType>

simpleType stringMax3Type
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of seer:minStringType
properties
base seer:minStringType
facets
Kind Value Annotation
minLength 1
maxLength 3
source <xs:simpleType name="stringMax3Type">
 
<xs:restriction base="seer:minStringType">
   
<xs:maxLength value="3"/>
 
</xs:restriction>
</xs:simpleType>

simpleType stringMax500Type
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of seer:minStringType
properties
base seer:minStringType
used by
simpleType electronicLocationUrlType
facets
Kind Value Annotation
minLength 1
maxLength 500
source <xs:simpleType name="stringMax500Type">
 
<xs:restriction base="seer:minStringType">
   
<xs:maxLength value="500"/>
 
</xs:restriction>
</xs:simpleType>

simpleType stringMax5Type
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of seer:minStringType
properties
base seer:minStringType
facets
Kind Value Annotation
minLength 1
maxLength 5
source <xs:simpleType name="stringMax5Type">
 
<xs:restriction base="seer:minStringType">
   
<xs:maxLength value="5"/>
 
</xs:restriction>
</xs:simpleType>

simpleType totalPagesType
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of xs:integer
properties
base xs:integer
facets
Kind Value Annotation
minInclusive 1
maxInclusive 999999
source <xs:simpleType name="totalPagesType">
 
<xs:restriction base="xs:integer">
   
<xs:minInclusive value="1"/>
   
<xs:maxInclusive value="999999"/>
 
</xs:restriction>
</xs:simpleType>

simpleType yearType
namespace http://seer.arc.gov.au/2023/seer/1
type restriction of xs:string
properties
base xs:string
used by
attributes incomeYear/@referenceYear book/@yearAvailable bookChapter/@yearAvailable journalArticle/@yearAvailable conferencePublication/@yearAvailable portfolioNonTraditionalResearchOutputType/@yearPresented nonTraditionalResearchOutputType/@yearPresented researchOutputType/@yearPublished portfolioNonTraditionalResearchOutputType/@yearPublished
facets
Kind Value Annotation
pattern (\d{4}|\d{2}[A-C])
source <xs:simpleType name="yearType">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="(\d{4}|\d{2}[A-C])"/>
 
</xs:restriction>
</xs:simpleType>

element otherName
diagram seer_diagrams/seer_p2.png
namespace http://seer.arc.gov.au/2023/seer/1
properties
content complex
used by
element researcher/otherNames
attributes
Name  Type  Use  Default  Fixed  Annotation
publishedName  seer:stringMax200Type  required      
documentation
A different name under which the Researcher has published a research output.
source <xs:element name="otherName">
 
<xs:complexType>
   
<xs:attribute name="publishedName" type="seer:stringMax200Type" use="required">
     
<xs:annotation>
       
<xs:documentation>A different name under which the Researcher has published a research output.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute otherName/@publishedName
type seer:stringMax200Type
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 200
annotation
documentation
A different name under which the Researcher has published a research output.
source <xs:attribute name="publishedName" type="seer:stringMax200Type" use="required">
 
<xs:annotation>
   
<xs:documentation>A different name under which the Researcher has published a research output.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element researcher
diagram seer_diagrams/seer_p3.png
namespace http://seer.arc.gov.au/2023/seer/1
properties
content complex
children seer:disciplineAssignment seer:otherNames
used by
element researchers
attributes
Name  Type  Use  Default  Fixed  Annotation
staffReference  seer:stringMax100Type  required      
documentation
A reference given by an Institution to allow a Researcher to be nominated as a Creator of a Research Output or as a Role in Esteem Measures. At least one Researcher must be nominated per Research Output submitted.
honorific  seer:stringMax20Type  optional      
documentation
The preferred title of the Researcher (e.g. "Dr", "Professor", etc.).
firstName  seer:stringMax100Type  optional      
documentation
The first or given name of the Researcher.
middleName  seer:stringMax100Type  optional      
documentation
Any other given name(s) of the Researcher that are not the Researcher's first name.
lastName  seer:stringMax100Type  required      
documentation
The last name, family name or surname of the Researcher.
employmentLevel  seer:employmentLevelType  required      
documentation
The employment level of the Researcher, based on Higher Education Staff Data Collection Element 408.
employmentStatus  seer:employmentStatusType  required      
documentation
The basis on which the Researcher is affiliated to the institution.
researcherFunction  seer:researcherFunctionType  required      
documentation
The employment status of the Researcher, based on Higher Education Staff Data Collection Element 412.
gender  seer:researcherGenderType  required      
documentation
The gender of a researcher.
totalFte  seer:researcherFteType  optional      
documentation
The total FTE of the Researcher affiliated with the institution.
indigenousStatus  seer:indigenousStatusType  optional      
documentation
Optional Indigenous Status for researchers.
orcid  seer:orcidType  optional      
documentation
Voluntary unique digital identifier for researchers.
source <xs:element name="researcher">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="seer:disciplineAssignment">
       
<xs:annotation>
         
<xs:documentation>A collection of Researcher FoR and the percentage affiliation assigned to each FoR.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="otherNames" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>A collection of other names of the Researcher under which the Researcher has published research outputs.
</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element ref="seer:otherName" maxOccurs="unbounded"/>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="staffReference" type="seer:stringMax100Type" use="required">
     
<xs:annotation>
       
<xs:documentation>A reference given by an Institution to allow a Researcher to be nominated as a Creator of a Research Output or as a Role in Esteem Measures. At least one Researcher must be nominated per Research Output submitted.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="honorific" type="seer:stringMax20Type" use="optional">
     
<xs:annotation>
       
<xs:documentation>The preferred title of the Researcher (e.g. "Dr", "Professor", etc.).</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="firstName" type="seer:stringMax100Type" use="optional">
     
<xs:annotation>
       
<xs:documentation>The first or given name of the Researcher.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="middleName" type="seer:stringMax100Type" use="optional">
     
<xs:annotation>
       
<xs:documentation>Any other given name(s) of the Researcher that are not the Researcher's first name.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="lastName" type="seer:stringMax100Type" use="required">
     
<xs:annotation>
       
<xs:documentation>The last name, family name or surname of the Researcher.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="employmentLevel" type="seer:employmentLevelType" use="required">
     
<xs:annotation>
       
<xs:documentation>The employment level of the Researcher, based on Higher Education Staff Data Collection Element 408.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="employmentStatus" type="seer:employmentStatusType" use="required">
     
<xs:annotation>
       
<xs:documentation>The basis on which the Researcher is affiliated to the institution.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="researcherFunction" type="seer:researcherFunctionType" use="required">
     
<xs:annotation>
       
<xs:documentation>The employment status of the Researcher, based on Higher Education Staff Data Collection Element 412.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="gender" type="seer:researcherGenderType" use="required">
     
<xs:annotation>
       
<xs:documentation>The gender of a researcher.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="totalFte" type="seer:researcherFteType" use="optional">
     
<xs:annotation>
       
<xs:documentation>The total FTE of the Researcher affiliated with the institution.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="indigenousStatus" type="seer:indigenousStatusType" use="optional">
     
<xs:annotation>
       
<xs:documentation>Optional Indigenous Status for researchers.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="orcid" type="seer:orcidType" use="optional">
     
<xs:annotation>
       
<xs:documentation>Voluntary unique digital identifier for researchers.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<!-- Indigenous Status -->
 
</xs:complexType>
</xs:element>

attribute researcher/@staffReference
type seer:stringMax100Type
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 100
annotation
documentation
A reference given by an Institution to allow a Researcher to be nominated as a Creator of a Research Output or as a Role in Esteem Measures. At least one Researcher must be nominated per Research Output submitted.
source <xs:attribute name="staffReference" type="seer:stringMax100Type" use="required">
 
<xs:annotation>
   
<xs:documentation>A reference given by an Institution to allow a Researcher to be nominated as a Creator of a Research Output or as a Role in Esteem Measures. At least one Researcher must be nominated per Research Output submitted.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute researcher/@honorific
type seer:stringMax20Type
properties
use optional
facets
Kind Value Annotation
minLength 1
maxLength 20
annotation
documentation
The preferred title of the Researcher (e.g. "Dr", "Professor", etc.).
source <xs:attribute name="honorific" type="seer:stringMax20Type" use="optional">
 
<xs:annotation>
   
<xs:documentation>The preferred title of the Researcher (e.g. "Dr", "Professor", etc.).</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute researcher/@firstName
type seer:stringMax100Type
properties
use optional
facets
Kind Value Annotation
minLength 1
maxLength 100
annotation
documentation
The first or given name of the Researcher.
source <xs:attribute name="firstName" type="seer:stringMax100Type" use="optional">
 
<xs:annotation>
   
<xs:documentation>The first or given name of the Researcher.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute researcher/@middleName
type seer:stringMax100Type
properties
use optional
facets
Kind Value Annotation
minLength 1
maxLength 100
annotation
documentation
Any other given name(s) of the Researcher that are not the Researcher's first name.
source <xs:attribute name="middleName" type="seer:stringMax100Type" use="optional">
 
<xs:annotation>
   
<xs:documentation>Any other given name(s) of the Researcher that are not the Researcher's first name.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute researcher/@lastName
type seer:stringMax100Type
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 100
annotation
documentation
The last name, family name or surname of the Researcher.
source <xs:attribute name="lastName" type="seer:stringMax100Type" use="required">
 
<xs:annotation>
   
<xs:documentation>The last name, family name or surname of the Researcher.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute researcher/@employmentLevel
type seer:employmentLevelType
properties
use required
facets
Kind Value Annotation
enumeration 001
documentation
Vice Chancellor
enumeration 005
documentation
Deputy Vice-Chancellor
enumeration 013
documentation
Level E
enumeration 014
documentation
Level D
enumeration 042
documentation
Level C
enumeration 066
documentation
Level B
enumeration 100
documentation
Level A
enumeration 220
documentation
Non-academic staff - senior executive
enumeration 201
documentation
Higher Education Worker: Level 1
enumeration 202
documentation
Higher Education Worker: Level 2
enumeration 203
documentation
Higher Education Worker: Level 3
enumeration 204
documentation
Higher Education Worker: Level 4
enumeration 205
documentation
Higher Education Worker: Level 5
enumeration 206
documentation
Higher Education Worker: Level 6
enumeration 207
documentation
Higher Education Worker: Level 7
enumeration 208
documentation
Higher Education Worker: Level 8
enumeration 209
documentation
Higher Education Worker: Level 9
enumeration 210
documentation
Higher Education Worker: Level 10
annotation
documentation
The employment level of the Researcher, based on Higher Education Staff Data Collection Element 408.
source <xs:attribute name="employmentLevel" type="seer:employmentLevelType" use="required">
 
<xs:annotation>
   
<xs:documentation>The employment level of the Researcher, based on Higher Education Staff Data Collection Element 408.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute researcher/@employmentStatus
type seer:employmentStatusType
properties
use required
facets
Kind Value Annotation
enumeration 1
documentation
Employed
enumeration 2
documentation
Employed on a Casual Basis
enumeration 3
documentation
Other employed
annotation
documentation
The basis on which the Researcher is affiliated to the institution.
source <xs:attribute name="employmentStatus" type="seer:employmentStatusType" use="required">
 
<xs:annotation>
   
<xs:documentation>The basis on which the Researcher is affiliated to the institution.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute researcher/@researcherFunction
type seer:researcherFunctionType
properties
use required
facets
Kind Value Annotation
enumeration A
documentation

                        Research only
                   
enumeration B
documentation

                        Teaching and Research
                   
enumeration C
documentation

                        Other
                   
annotation
documentation
The employment status of the Researcher, based on Higher Education Staff Data Collection Element 412.
source <xs:attribute name="researcherFunction" type="seer:researcherFunctionType" use="required">
 
<xs:annotation>
   
<xs:documentation>The employment status of the Researcher, based on Higher Education Staff Data Collection Element 412.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute researcher/@gender
type seer:researcherGenderType
properties
use required
facets
Kind Value Annotation
enumeration Male
enumeration Female
enumeration X
annotation
documentation
The gender of a researcher.
source <xs:attribute name="gender" type="seer:researcherGenderType" use="required">
 
<xs:annotation>
   
<xs:documentation>The gender of a researcher.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute researcher/@totalFte
type seer:researcherFteType
properties
use optional
facets
Kind Value Annotation
minInclusive 0.1
maxInclusive 1.00
pattern (\d)|(\d.\d)|(\d\.\d\d)
annotation
documentation
The total FTE of the Researcher affiliated with the institution.
source <xs:attribute name="totalFte" type="seer:researcherFteType" use="optional">
 
<xs:annotation>
   
<xs:documentation>The total FTE of the Researcher affiliated with the institution.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute researcher/@indigenousStatus
type seer:indigenousStatusType
properties
use optional
facets
Kind Value Annotation
enumeration 2
documentation
Non indigenous – neither Aboriginal nor Torres Strait Islander origin
enumeration 3
documentation
Of Aboriginal origin but not Torres Strait Islander
enumeration 4
documentation
Of Torres Strait Islander origin but not Aboriginal
enumeration 5
documentation
Both Aboriginal and Torres Strait Islander origin
enumeration 9
documentation
No information
annotation
documentation
Optional Indigenous Status for researchers.
source <xs:attribute name="indigenousStatus" type="seer:indigenousStatusType" use="optional">
 
<xs:annotation>
   
<xs:documentation>Optional Indigenous Status for researchers.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute researcher/@orcid
type seer:orcidType
properties
use optional
facets
Kind Value Annotation
pattern (\d{4})-(\d{4})-(\d{4})-(\d{3}[0-9X])
annotation
documentation
Voluntary unique digital identifier for researchers.
source <xs:attribute name="orcid" type="seer:orcidType" use="optional">
 
<xs:annotation>
   
<xs:documentation>Voluntary unique digital identifier for researchers.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element researcher/otherNames
diagram seer_diagrams/seer_p4.png
namespace http://seer.arc.gov.au/2023/seer/1
properties
minOcc 0
maxOcc 1
content complex
children seer:otherName
annotation
documentation
A collection of other names of the Researcher under which the Researcher has published research outputs.
source <xs:element name="otherNames" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>A collection of other names of the Researcher under which the Researcher has published research outputs.
</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="seer:otherName" maxOccurs="unbounded"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element researchers
diagram seer_diagrams/seer_p5.png
namespace http://seer.arc.gov.au/2023/seer/1
properties
content complex
children seer:researcher
used by
element institutionSubmission
annotation
documentation
A collection of Researchers submitted by the institution.
source <xs:element name="researchers">
 
<xs:annotation>
   
<xs:documentation>A collection of Researchers submitted by the institution.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="seer:researcher" maxOccurs="unbounded"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element staffCreator
diagram seer_diagrams/seer_p6.png
namespace http://seer.arc.gov.au/2023/seer/1
properties
content complex
used by
element staffCreators
attributes
Name  Type  Use  Default  Fixed  Annotation
staffReference  seer:stringMax100Type  required      
documentation
A reference given by an Institution for use in nominating a Researcher as a Creator of a Research Output. Refer also to Researcher Staff Reference.
source <xs:element name="staffCreator">
 
<xs:complexType>
   
<xs:attribute name="staffReference" type="seer:stringMax100Type" use="required">
     
<xs:annotation>
       
<xs:documentation>A reference given by an Institution for use in nominating a Researcher as a Creator of a Research Output. Refer also to Researcher Staff Reference.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute staffCreator/@staffReference
type seer:stringMax100Type
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 100
annotation
documentation
A reference given by an Institution for use in nominating a Researcher as a Creator of a Research Output. Refer also to Researcher Staff Reference.
source <xs:attribute name="staffReference" type="seer:stringMax100Type" use="required">
 
<xs:annotation>
   
<xs:documentation>A reference given by an Institution for use in nominating a Researcher as a Creator of a Research Output. Refer also to Researcher Staff Reference.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element staffCreators
diagram seer_diagrams/seer_p7.png
namespace http://seer.arc.gov.au/2023/seer/1
properties
content complex
children seer:staffCreator
used by
complexTypes portfolioNonTraditionalResearchOutputType researchOutputType
annotation
documentation
A collection of staff who contribute to the research output or other research items.
source <xs:element name="staffCreators">
 
<xs:annotation>
   
<xs:documentation>A collection of staff who contribute to the research output or other research items.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="seer:staffCreator" maxOccurs="unbounded"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element australianCompetitiveGrantIncome
diagram seer_diagrams/seer_p8.png
namespace http://seer.arc.gov.au/2023/seer/1
type extension of seer:researchIncomeType
properties
content complex
children seer:incomeYears
used by
element researchIncomeItems
source <xs:element name="australianCompetitiveGrantIncome">
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="seer:researchIncomeType"/>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element crcResearchIncome
diagram seer_diagrams/seer_p9.png
namespace http://seer.arc.gov.au/2023/seer/1
type extension of seer:researchIncomeType
properties
content complex
children seer:incomeYears
used by
element researchIncomeItems
source <xs:element name="crcResearchIncome">
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="seer:researchIncomeType"/>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element incomeYear
diagram seer_diagrams/seer_p10.png
namespace http://seer.arc.gov.au/2023/seer/1
properties
content complex
children seer:incomeDisciplineAssignment
used by
element researchIncomeType/incomeYears
attributes
Name  Type  Use  Default  Fixed  Annotation
totalAmountReceived  seer:incomeAmountType  required      
documentation
The total amount the institution has received within a reference year.
referenceYear  seer:yearType  required      
documentation
The full (four-digit) calendar year.
source <xs:element name="incomeYear">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="seer:incomeDisciplineAssignment">
       
<xs:annotation>
         
<xs:documentation>A collection of income per discipline for an income year as identified by each reference year.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="totalAmountReceived" type="seer:incomeAmountType" use="required">
     
<xs:annotation>
       
<xs:documentation>The total amount the institution has received within a reference year.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="referenceYear" type="seer:yearType" use="required">
     
<xs:annotation>
       
<xs:documentation>The full (four-digit) calendar year.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute incomeYear/@totalAmountReceived
type seer:incomeAmountType
properties
use required
facets
Kind Value Annotation
minInclusive -9999999999
maxInclusive 9999999999
annotation
documentation
The total amount the institution has received within a reference year.
source <xs:attribute name="totalAmountReceived" type="seer:incomeAmountType" use="required">
 
<xs:annotation>
   
<xs:documentation>The total amount the institution has received within a reference year.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute incomeYear/@referenceYear
type seer:yearType
properties
use required
facets
Kind Value Annotation
pattern (\d{4}|\d{2}[A-C])
annotation
documentation
The full (four-digit) calendar year.
source <xs:attribute name="referenceYear" type="seer:yearType" use="required">
 
<xs:annotation>
   
<xs:documentation>The full (four-digit) calendar year.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element industryAndOtherResearchIncome
diagram seer_diagrams/seer_p11.png
namespace http://seer.arc.gov.au/2023/seer/1
type extension of seer:researchIncomeType
properties
content complex
children seer:incomeYears
used by
element researchIncomeItems
source <xs:element name="industryAndOtherResearchIncome">
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="seer:researchIncomeType"/>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element otherPublicSectorIncome
diagram seer_diagrams/seer_p12.png
namespace http://seer.arc.gov.au/2023/seer/1
type extension of seer:researchIncomeType
properties
content complex
children seer:incomeYears
used by
element researchIncomeItems
source <xs:element name="otherPublicSectorIncome">
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="seer:researchIncomeType"/>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element researchIncomeItems
diagram seer_diagrams/seer_p13.png
namespace http://seer.arc.gov.au/2023/seer/1
properties
content complex
children seer:australianCompetitiveGrantIncome seer:otherPublicSectorIncome seer:industryAndOtherResearchIncome seer:crcResearchIncome
used by
element institutionSubmission
identity constraints
  Name  Refer  Selector  Field(s)  Annotation
unique  uniqueYearWithinCategory1ResearchIncome    seer:australianCompetitiveGrantIncome/seer:incomeYears/seer:incomeYear  @referenceYear  
documentation
A uniqueness constraint that ensures that years within Category 1 (Australian Competitive Grant Research Income category) are distinct and not repeated.
unique  uniqueYearWithinCategory2ResearchIncome    seer:otherPublicSectorIncome/seer:incomeYears/seer:incomeYear  @referenceYear  
documentation
A uniqueness constraint that ensures that years within Category 2 (Other Public Sector Research Income category) are distinct and not repeated.
unique  uniqueYearWithinCategory3ResearchIncome    seer:industryAndOtherResearchIncome/seer:incomeYears/seer:incomeYear  @referenceYear  
documentation
A uniqueness constraint that ensures that years within Category 3 (Industry and Other Research Income) are distinct and not repeated.
unique  uniqueYearWithinCategory4ResearchIncome    seer:crcResearchIncome/seer:incomeYears/seer:incomeYear  @referenceYear  
documentation
A uniqueness constraint that ensure that years within Category 4 (Cooperative Research Centre Research Income category) are distinct and not repeated.
annotation
documentation
Metadata records for all submitted research income items.
source <xs:element name="researchIncomeItems">
 
<xs:annotation>
   
<xs:documentation>Metadata records for all submitted research income items.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="seer:australianCompetitiveGrantIncome" minOccurs="0"/>
     
<xs:element ref="seer:otherPublicSectorIncome" minOccurs="0"/>
     
<xs:element ref="seer:industryAndOtherResearchIncome" minOccurs="0"/>
     
<xs:element ref="seer:crcResearchIncome" minOccurs="0"/>
   
</xs:sequence>
 
</xs:complexType>
 
<xs:unique name="uniqueYearWithinCategory1ResearchIncome">
   
<xs:annotation>
     
<xs:documentation>A uniqueness constraint that ensures that years within Category 1 (Australian Competitive Grant Research Income category) are distinct and not repeated.</xs:documentation>
   
</xs:annotation>
   
<xs:selector xpath="seer:australianCompetitiveGrantIncome/seer:incomeYears/seer:incomeYear"/>
   
<xs:field xpath="@referenceYear"/>
 
</xs:unique>
 
<xs:unique name="uniqueYearWithinCategory2ResearchIncome">
   
<xs:annotation>
     
<xs:documentation>A uniqueness constraint that ensures that years within Category 2 (Other Public Sector Research Income category) are distinct and not repeated.</xs:documentation>
   
</xs:annotation>
   
<xs:selector xpath="seer:otherPublicSectorIncome/seer:incomeYears/seer:incomeYear"/>
   
<xs:field xpath="@referenceYear"/>
 
</xs:unique>
 
<xs:unique name="uniqueYearWithinCategory3ResearchIncome">
   
<xs:annotation>
     
<xs:documentation>A uniqueness constraint that ensures that years within Category 3 (Industry and Other Research Income) are distinct and not repeated.</xs:documentation>
   
</xs:annotation>
   
<xs:selector xpath="seer:industryAndOtherResearchIncome/seer:incomeYears/seer:incomeYear"/>
   
<xs:field xpath="@referenceYear"/>
 
</xs:unique>
 
<xs:unique name="uniqueYearWithinCategory4ResearchIncome">
   
<xs:annotation>
     
<xs:documentation>A uniqueness constraint that ensure that years within Category 4 (Cooperative Research Centre Research Income category) are distinct and not repeated.</xs:documentation>
   
</xs:annotation>
   
<xs:selector xpath="seer:crcResearchIncome/seer:incomeYears/seer:incomeYear"/>
   
<xs:field xpath="@referenceYear"/>
 
</xs:unique>
</xs:element>

complexType researchIncomeType
diagram seer_diagrams/seer_p14.png
namespace http://seer.arc.gov.au/2023/seer/1
children seer:incomeYears
used by
elements australianCompetitiveGrantIncome crcResearchIncome industryAndOtherResearchIncome otherPublicSectorIncome
source <xs:complexType name="researchIncomeType">
 
<xs:sequence>
   
<xs:element name="incomeYears">
     
<xs:annotation>
       
<xs:documentation>A collection of income per discipline for an income year as identified by each reference year.</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element ref="seer:incomeYear" maxOccurs="3"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element researchIncomeType/incomeYears
diagram seer_diagrams/seer_p15.png
namespace http://seer.arc.gov.au/2023/seer/1
properties
content complex
children seer:incomeYear
annotation
documentation
A collection of income per discipline for an income year as identified by each reference year.
source <xs:element name="incomeYears">
 
<xs:annotation>
   
<xs:documentation>A collection of income per discipline for an income year as identified by each reference year.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="seer:incomeYear" maxOccurs="3"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element book
diagram seer_diagrams/seer_p16.png
namespace http://seer.arc.gov.au/2023/seer/1
type extension of seer:researchOutputType
properties
content complex
children seer:title seer:disciplineAssignment seer:electronicLocations seer:creators seer:staffCreators seer:institutionalNotes seer:nominatedPRDisciplines
used by
element researchOutputItems
attributes
Name  Type  Use  Default  Fixed  Annotation
extent  seer:stringMax100Type  optional      
documentation
The size or duration of the resource. (DC: Extent)
yearPublished  seer:yearType  required      
documentation
The full (four-digit) calendar year when the Research Output is published. (DC: Date)
doi  seer:doiType  optional      
documentation
The unqiue DOI (Digital Object Indentifier) of the research output. (DC:Identifier)
isTranslated  xs:boolean  optional  false    
documentation
An indicator that the Research Output submitted is a translation of an otherwise eligible Research Output.
containsSensitiveContent  xs:boolean  optional  false    
documentation
An indicator that the Research Output requires special handling due to the content.
sensitiveNote  seer:sensitiveNoteListType  optional      
documentation
A description to address how the research output should be handled.
sensitiveNoteOther  seer:stringMax1500Type  optional      
documentation
Sensitivity note free text when predetermined answer is not suitable..
availableInOpenAccessRepository  xs:boolean  required      
documentation
Indicates whether the research output is identified as available in an open access institutional repository in line with the ARC Open Access policy.
isRevision  xs:boolean        
documentation
Distinguishes between the original and subsequent versions of a Book submitted as a Research Output.
edition  seer:stringMax30Type  optional      
documentation
The edition of the book.
isbn  seer:isbnType  required      
documentation
The standard number for the Research Output.
eraPublisherId  seer:stringMax10Type  required      
documentation
A unique identifier assigned by the ARC to a book publisher.
placeOfPublication  seer:stringMax100Type  required      
documentation
The location where the Research Output was published. (DC: Coverage).
yearAvailable  seer:yearType  optional      
documentation
The full (four-digit) calendar year when the Research Output was first available, if different to the published year.
publisherOther  seer:stringMax100Type  optional      
documentation
The name of the book publisher if the book publisher has not been assigned a unique identifier by the ARC.
source <xs:element name="book">
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="seer:researchOutputType">
       
<xs:attribute name="isRevision" type="xs:boolean">
         
<xs:annotation>
           
<xs:documentation>Distinguishes between the original and subsequent versions of a Book submitted as a Research Output.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="edition" type="seer:stringMax30Type" use="optional">
         
<xs:annotation>
           
<xs:documentation>The edition of the book.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="isbn" type="seer:isbnType" use="required">
         
<xs:annotation>
           
<xs:documentation>The standard number for the Research Output.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="eraPublisherId" type="seer:stringMax10Type" use="required">
         
<xs:annotation>
           
<xs:documentation>A unique identifier assigned by the ARC to a book publisher.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="placeOfPublication" type="seer:stringMax100Type" use="required">
         
<xs:annotation>
           
<xs:documentation>The location where the Research Output was published. (DC: Coverage).</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="yearAvailable" type="seer:yearType" use="optional">
         
<xs:annotation>
           
<xs:documentation>The full (four-digit) calendar year when the Research Output was first available, if different to the published year.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="publisherOther" type="seer:stringMax100Type" use="optional">
         
<xs:annotation>
           
<xs:documentation>The name of the book publisher if the book publisher has not been assigned a unique identifier by the ARC.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute book/@isRevision
type xs:boolean
annotation
documentation
Distinguishes between the original and subsequent versions of a Book submitted as a Research Output.
source <xs:attribute name="isRevision" type="xs:boolean">
 
<xs:annotation>
   
<xs:documentation>Distinguishes between the original and subsequent versions of a Book submitted as a Research Output.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute book/@edition
type seer:stringMax30Type
properties
use optional
facets
Kind Value Annotation
minLength 1
maxLength 30
annotation
documentation
The edition of the book.
source <xs:attribute name="edition" type="seer:stringMax30Type" use="optional">
 
<xs:annotation>
   
<xs:documentation>The edition of the book.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute book/@isbn
type seer:isbnType
properties
use required
facets
Kind Value Annotation
pattern (\d{1,3})((-?\d){8,11})(-?[\dXx])
annotation
documentation
The standard number for the Research Output.
source <xs:attribute name="isbn" type="seer:isbnType" use="required">
 
<xs:annotation>
   
<xs:documentation>The standard number for the Research Output.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute book/@eraPublisherId
type seer:stringMax10Type
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 10
annotation
documentation
A unique identifier assigned by the ARC to a book publisher.
source <xs:attribute name="eraPublisherId" type="seer:stringMax10Type" use="required">
 
<xs:annotation>
   
<xs:documentation>A unique identifier assigned by the ARC to a book publisher.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute book/@placeOfPublication
type seer:stringMax100Type
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 100
annotation
documentation
The location where the Research Output was published. (DC: Coverage).
source <xs:attribute name="placeOfPublication" type="seer:stringMax100Type" use="required">
 
<xs:annotation>
   
<xs:documentation>The location where the Research Output was published. (DC: Coverage).</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute book/@yearAvailable
type seer:yearType
properties
use optional
facets
Kind Value Annotation
pattern (\d{4}|\d{2}[A-C])
annotation
documentation
The full (four-digit) calendar year when the Research Output was first available, if different to the published year.
source <xs:attribute name="yearAvailable" type="seer:yearType" use="optional">
 
<xs:annotation>
   
<xs:documentation>The full (four-digit) calendar year when the Research Output was first available, if different to the published year.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute book/@publisherOther
type seer:stringMax100Type
properties
use optional
facets
Kind Value Annotation
minLength 1
maxLength 100
annotation
documentation
The name of the book publisher if the book publisher has not been assigned a unique identifier by the ARC.
source <xs:attribute name="publisherOther" type="seer:stringMax100Type" use="optional">
 
<xs:annotation>
   
<xs:documentation>The name of the book publisher if the book publisher has not been assigned a unique identifier by the ARC.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element bookChapter
diagram seer_diagrams/seer_p17.png
namespace http://seer.arc.gov.au/2023/seer/1
type extension of seer:researchOutputType
properties
content complex
children seer:title seer:disciplineAssignment seer:electronicLocations seer:creators seer:staffCreators seer:institutionalNotes seer:nominatedPRDisciplines seer:bookOutlet
used by
element researchOutputItems
attributes
Name  Type  Use  Default  Fixed  Annotation
extent  seer:stringMax100Type  optional      
documentation
The size or duration of the resource. (DC: Extent)
yearPublished  seer:yearType  required      
documentation
The full (four-digit) calendar year when the Research Output is published. (DC: Date)
doi  seer:doiType  optional      
documentation
The unqiue DOI (Digital Object Indentifier) of the research output. (DC:Identifier)
isTranslated  xs:boolean  optional  false    
documentation
An indicator that the Research Output submitted is a translation of an otherwise eligible Research Output.
containsSensitiveContent  xs:boolean  optional  false    
documentation
An indicator that the Research Output requires special handling due to the content.
sensitiveNote  seer:sensitiveNoteListType  optional      
documentation
A description to address how the research output should be handled.
sensitiveNoteOther  seer:stringMax1500Type  optional      
documentation
Sensitivity note free text when predetermined answer is not suitable..
availableInOpenAccessRepository  xs:boolean  required      
documentation
Indicates whether the research output is identified as available in an open access institutional repository in line with the ARC Open Access policy.
yearAvailable  seer:yearType  optional      
documentation
The full (four-digit) calendar year when the Research Output was first available, if different to the published year.
source <xs:element name="bookChapter">
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="seer:researchOutputType">
       
<xs:sequence>
         
<xs:element ref="seer:bookOutlet">
           
<xs:annotation>
             
<xs:documentation>The book in which the book chapter is published.</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
       
<xs:attribute name="yearAvailable" type="seer:yearType" use="optional">
         
<xs:annotation>
           
<xs:documentation>The full (four-digit) calendar year when the Research Output was first available, if different to the published year.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute bookChapter/@yearAvailable
type seer:yearType
properties
use optional
facets
Kind Value Annotation
pattern (\d{4}|\d{2}[A-C])
annotation
documentation
The full (four-digit) calendar year when the Research Output was first available, if different to the published year.
source <xs:attribute name="yearAvailable" type="seer:yearType" use="optional">
 
<xs:annotation>
   
<xs:documentation>The full (four-digit) calendar year when the Research Output was first available, if different to the published year.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element conferencePublication
diagram seer_diagrams/seer_p18.png
namespace http://seer.arc.gov.au/2023/seer/1
type extension of seer:researchOutputType
properties
content complex
children seer:title seer:disciplineAssignment seer:electronicLocations seer:creators seer:staffCreators seer:institutionalNotes seer:nominatedPRDisciplines seer:conferencePublicationOutlet
used by
element researchOutputItems
attributes
Name  Type  Use  Default  Fixed  Annotation
extent  seer:stringMax100Type  optional      
documentation
The size or duration of the resource. (DC: Extent)
yearPublished  seer:yearType  required      
documentation
The full (four-digit) calendar year when the Research Output is published. (DC: Date)
doi  seer:doiType  optional      
documentation
The unqiue DOI (Digital Object Indentifier) of the research output. (DC:Identifier)
isTranslated  xs:boolean  optional  false    
documentation
An indicator that the Research Output submitted is a translation of an otherwise eligible Research Output.
containsSensitiveContent  xs:boolean  optional  false    
documentation
An indicator that the Research Output requires special handling due to the content.
sensitiveNote  seer:sensitiveNoteListType  optional      
documentation
A description to address how the research output should be handled.
sensitiveNoteOther  seer:stringMax1500Type  optional      
documentation
Sensitivity note free text when predetermined answer is not suitable..
availableInOpenAccessRepository  xs:boolean  required      
documentation
Indicates whether the research output is identified as available in an open access institutional repository in line with the ARC Open Access policy.
publisher  seer:stringMax100Type  required      
documentation
(DC: Publisher)
placeOfPublication  seer:stringMax100Type  optional      
documentation
The location where the Research Output was published. (DC: Coverage)
yearAvailable  seer:yearType  optional      
documentation
The full (four-digit) calendar year when the Research Output was first available, if different to the published year.
issn  seer:issnType  optional      
documentation
The International Standard Serial Number for the the conference publication.
isbn  seer:isbnType  optional      
documentation
The International Standard Book Number for the the conference publication.
source <xs:element name="conferencePublication">
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="seer:researchOutputType">
       
<xs:sequence>
         
<xs:element ref="seer:conferencePublicationOutlet">
           
<xs:annotation>
             
<xs:documentation>A reference to the details submitted for the Conference Publication (Outlet).</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
       
<xs:attribute name="publisher" type="seer:stringMax100Type" use="required">
         
<xs:annotation>
           
<xs:documentation>(DC: Publisher)</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="placeOfPublication" type="seer:stringMax100Type" use="optional">
         
<xs:annotation>
           
<xs:documentation>The location where the Research Output was published. (DC: Coverage)</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="yearAvailable" type="seer:yearType" use="optional">
         
<xs:annotation>
           
<xs:documentation>The full (four-digit) calendar year when the Research Output was first available, if different to the published year.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="issn" type="seer:issnType" use="optional">
         
<xs:annotation>
           
<xs:documentation>The International Standard Serial Number for the the conference publication.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="isbn" type="seer:isbnType" use="optional">
         
<xs:annotation>
           
<xs:documentation>The International Standard Book Number for the the conference publication.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute conferencePublication/@publisher
type seer:stringMax100Type
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 100
annotation
documentation
(DC: Publisher)
source <xs:attribute name="publisher" type="seer:stringMax100Type" use="required">
 
<xs:annotation>
   
<xs:documentation>(DC: Publisher)</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute conferencePublication/@placeOfPublication
type seer:stringMax100Type
properties
use optional
facets
Kind Value Annotation
minLength 1
maxLength 100
annotation
documentation
The location where the Research Output was published. (DC: Coverage)
source <xs:attribute name="placeOfPublication" type="seer:stringMax100Type" use="optional">
 
<xs:annotation>
   
<xs:documentation>The location where the Research Output was published. (DC: Coverage)</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute conferencePublication/@yearAvailable
type seer:yearType
properties
use optional
facets
Kind Value Annotation
pattern (\d{4}|\d{2}[A-C])
annotation
documentation
The full (four-digit) calendar year when the Research Output was first available, if different to the published year.
source <xs:attribute name="yearAvailable" type="seer:yearType" use="optional">
 
<xs:annotation>
   
<xs:documentation>The full (four-digit) calendar year when the Research Output was first available, if different to the published year.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute conferencePublication/@issn
type seer:issnType
properties
use optional
facets
Kind Value Annotation
pattern \d{4}-?\d{3}[\dXx]
annotation
documentation
The International Standard Serial Number for the the conference publication.
source <xs:attribute name="issn" type="seer:issnType" use="optional">
 
<xs:annotation>
   
<xs:documentation>The International Standard Serial Number for the the conference publication.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute conferencePublication/@isbn
type seer:isbnType
properties
use optional
facets
Kind Value Annotation
pattern (\d{1,3})((-?\d){8,11})(-?[\dXx])
annotation
documentation
The International Standard Book Number for the the conference publication.
source <xs:attribute name="isbn" type="seer:isbnType" use="optional">
 
<xs:annotation>
   
<xs:documentation>The International Standard Book Number for the the conference publication.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element creator
diagram seer_diagrams/seer_p19.png
namespace http://seer.arc.gov.au/2023/seer/1
properties
content complex
used by
element creators
attributes
Name  Type  Use  Default  Fixed  Annotation
orderInOutput  seer:orderInOutputType  required      
documentation
The order where the Creator is listed as an author on a Research Output. (DC: Creator)
publishedName  seer:stringMax200Type  required      
documentation
The Name (as published) of the Creator listed on a Research Output (e.g. J. Block). (DC: Creator)
source <xs:element name="creator">
 
<xs:complexType>
   
<xs:attribute name="orderInOutput" type="seer:orderInOutputType" use="required">
     
<xs:annotation>
       
<xs:documentation>The order where the Creator is listed as an author on a Research Output. (DC: Creator)</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="publishedName" type="seer:stringMax200Type" use="required">
     
<xs:annotation>
       
<xs:documentation>The Name (as published) of the Creator listed on a Research Output (e.g. J. Block). (DC: Creator)</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute creator/@orderInOutput
type seer:orderInOutputType
properties
use required
facets
Kind Value Annotation
minInclusive 1
maxInclusive 9999
annotation
documentation
The order where the Creator is listed as an author on a Research Output. (DC: Creator)
source <xs:attribute name="orderInOutput" type="seer:orderInOutputType" use="required">
 
<xs:annotation>
   
<xs:documentation>The order where the Creator is listed as an author on a Research Output. (DC: Creator)</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute creator/@publishedName
type seer:stringMax200Type
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 200
annotation
documentation
The Name (as published) of the Creator listed on a Research Output (e.g. J. Block). (DC: Creator)
source <xs:attribute name="publishedName" type="seer:stringMax200Type" use="required">
 
<xs:annotation>
   
<xs:documentation>The Name (as published) of the Creator listed on a Research Output (e.g. J. Block). (DC: Creator)</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element creators
diagram seer_diagrams/seer_p20.png
namespace http://seer.arc.gov.au/2023/seer/1
properties
content complex
children seer:creator
used by
complexTypes portfolioNonTraditionalResearchOutputType researchOutputType
annotation
documentation
A collection of one or more authors for the output. (DC: Creator)
source <xs:element name="creators">
 
<xs:annotation>
   
<xs:documentation>A collection of one or more authors for the output. (DC: Creator)</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="seer:creator" maxOccurs="unbounded"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element curatedExhibitionOrEvent
diagram seer_diagrams/seer_p21.png
namespace http://seer.arc.gov.au/2023/seer/1
type extension of seer:nonTraditionalResearchOutputType
properties
content complex
children seer:title seer:disciplineAssignment seer:electronicLocations seer:creators seer:staffCreators seer:institutionalNotes seer:nominatedPRDisciplines seer:researchStatement
used by
element researchOutputItems
attributes
Name  Type  Use  Default  Fixed  Annotation
extent  seer:stringMax100Type  optional      
documentation
The size or duration of the resource. (DC: Extent)
yearPublished  seer:yearType  required      
documentation
The full (four-digit) calendar year when the Research Output is published. (DC: Date)
doi  seer:doiType  optional      
documentation
The unqiue DOI (Digital Object Indentifier) of the research output. (DC:Identifier)
isTranslated  xs:boolean  optional  false    
documentation
An indicator that the Research Output submitted is a translation of an otherwise eligible Research Output.
containsSensitiveContent  xs:boolean  optional  false    
documentation
An indicator that the Research Output requires special handling due to the content.
sensitiveNote  seer:sensitiveNoteListType  optional      
documentation
A description to address how the research output should be handled.
sensitiveNoteOther  seer:stringMax1500Type  optional      
documentation
Sensitivity note free text when predetermined answer is not suitable..
availableInOpenAccessRepository  xs:boolean  required      
documentation
Indicates whether the research output is identified as available in an open access institutional repository in line with the ARC Open Access policy.
publisher  seer:stringMax100Type  optional      
documentation
(DC: publisher).
placeOfPublication  seer:stringMax100Type  required      
documentation
The location where the Research Output was published. (DC: Coverage)
yearPresented  seer:yearType  optional      
documentation
The full (four-digit) calendar year when the Research Output was presented, if different to the published year. (DC: Date)
standardNumber  seer:stringMax30Type  optional      
documentation
The standard number for the Research Output (e.g. International Standard Music Number (ISMN)).
issue  seer:stringMax100Type  optional      
documentation
The issue identifier of the research output.
volume  seer:stringMax100Type  optional      
documentation
The volume identifier of the research output.
media  seer:stringMax200Type  optional      
documentation
Details on the research output format (e.g. interactive video installation, website).
notes  seer:stringMax200Type  optional      
documentation
Additional notes about the research output (e.g. include venue name and type, venue commissioner, role of creator).
category  seer:curatedExhibitionOrEventCategoryType  required      
documentation
Subcategory classification of Curated or Produced Substantial Public Exhibition and Events
source <xs:element name="curatedExhibitionOrEvent">
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="seer:nonTraditionalResearchOutputType">
       
<xs:attribute name="category" type="seer:curatedExhibitionOrEventCategoryType" use="required">
         
<xs:annotation>
           
<xs:documentation>Subcategory classification of Curated or Produced Substantial Public Exhibition and Events</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute curatedExhibitionOrEvent/@category
type seer:curatedExhibitionOrEventCategoryType
properties
use required
facets
Kind Value Annotation
enumeration 1
documentation
Web-based exhibition
enumeration 2
documentation
Exhibition/Event
enumeration 3
documentation
Festival
enumeration 4
documentation
Other
annotation
documentation
Subcategory classification of Curated or Produced Substantial Public Exhibition and Events
source <xs:attribute name="category" type="seer:curatedExhibitionOrEventCategoryType" use="required">
 
<xs:annotation>
   
<xs:documentation>Subcategory classification of Curated or Produced Substantial Public Exhibition and Events</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element electronicLocation
diagram seer_diagrams/seer_p22.png
namespace http://seer.arc.gov.au/2023/seer/1
properties
content complex
used by
element electronicLocations
attributes
Name  Type  Use  Default  Fixed  Annotation
repositoryLink  seer:electronicLocationUrlType  required      
documentation
The Uniform Resource Identifier (e.g. URL, Handle, DOI, etc.) that links to the Research Output.
isLargeRepositoryFile  xs:boolean  optional  false    
documentation
Indicates that the research output at the electronic location exceeds the recommended maximum size.
source <xs:element name="electronicLocation">
 
<xs:complexType>
   
<xs:attribute name="repositoryLink" type="seer:electronicLocationUrlType" use="required">
     
<xs:annotation>
       
<xs:documentation>The Uniform Resource Identifier (e.g. URL, Handle, DOI, etc.) that links to the Research Output.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="isLargeRepositoryFile" type="xs:boolean" use="optional" default="false">
     
<xs:annotation>
       
<xs:documentation>Indicates that the research output at the electronic location exceeds the recommended maximum size.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute electronicLocation/@repositoryLink
type seer:electronicLocationUrlType
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 500
pattern https://.*
annotation
documentation
The Uniform Resource Identifier (e.g. URL, Handle, DOI, etc.) that links to the Research Output.
source <xs:attribute name="repositoryLink" type="seer:electronicLocationUrlType" use="required">
 
<xs:annotation>
   
<xs:documentation>The Uniform Resource Identifier (e.g. URL, Handle, DOI, etc.) that links to the Research Output.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute electronicLocation/@isLargeRepositoryFile
type xs:boolean
properties
use optional
default false
annotation
documentation
Indicates that the research output at the electronic location exceeds the recommended maximum size.
source <xs:attribute name="isLargeRepositoryFile" type="xs:boolean" use="optional" default="false">
 
<xs:annotation>
   
<xs:documentation>Indicates that the research output at the electronic location exceeds the recommended maximum size.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element electronicLocations
diagram seer_diagrams/seer_p23.png
namespace http://seer.arc.gov.au/2023/seer/1
properties
content complex
children seer:electronicLocation
used by
complexTypes portfolioNonTraditionalResearchOutputType researchOutputType
annotation
documentation
A collection of electronic locations related to each research output. Required if nominated for ERA peer review.
source <xs:element name="electronicLocations">
 
<xs:annotation>
   
<xs:documentation>A collection of electronic locations related to each research output. Required if nominated for ERA peer review.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="seer:electronicLocation" maxOccurs="unbounded"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element institutionalNote
diagram seer_diagrams/seer_p24.png
namespace http://seer.arc.gov.au/2023/seer/1
properties
content complex
used by
element institutionalNotes
attributes
Name  Type  Use  Default  Fixed  Annotation
description  seer:stringMax100Type  required      
documentation
The note specific to the institution that is linked to the research output.
source <xs:element name="institutionalNote">
 
<xs:complexType>
   
<xs:attribute name="description" type="seer:stringMax100Type" use="required">
     
<xs:annotation>
       
<xs:documentation>The note specific to the institution that is linked to the research output.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute institutionalNote/@description
type seer:stringMax100Type
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 100
annotation
documentation
The note specific to the institution that is linked to the research output.
source <xs:attribute name="description" type="seer:stringMax100Type" use="required">
 
<xs:annotation>
   
<xs:documentation>The note specific to the institution that is linked to the research output.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element institutionalNotes
diagram seer_diagrams/seer_p25.png
namespace http://seer.arc.gov.au/2023/seer/1
properties
content complex
children seer:institutionalNote
used by
element portfolio
complexType researchOutputType
annotation
documentation
A collection of Institution Notes associated to the research output.
source <xs:element name="institutionalNotes">
 
<xs:annotation>
   
<xs:documentation>A collection of Institution Notes associated to the research output.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="seer:institutionalNote" maxOccurs="2"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element journalArticle
diagram seer_diagrams/seer_p26.png
namespace http://seer.arc.gov.au/2023/seer/1
type extension of seer:researchOutputType
properties
content complex
children seer:title seer:disciplineAssignment seer:electronicLocations seer:creators seer:staffCreators seer:institutionalNotes seer:nominatedPRDisciplines seer:journalOutlet
used by
element researchOutputItems
attributes
Name  Type  Use  Default  Fixed  Annotation
extent  seer:stringMax100Type  optional      
documentation
The size or duration of the resource. (DC: Extent)
yearPublished  seer:yearType  required      
documentation
The full (four-digit) calendar year when the Research Output is published. (DC: Date)
doi  seer:doiType  optional      
documentation
The unqiue DOI (Digital Object Indentifier) of the research output. (DC:Identifier)
isTranslated  xs:boolean  optional  false    
documentation
An indicator that the Research Output submitted is a translation of an otherwise eligible Research Output.
containsSensitiveContent  xs:boolean  optional  false    
documentation
An indicator that the Research Output requires special handling due to the content.
sensitiveNote  seer:sensitiveNoteListType  optional      
documentation
A description to address how the research output should be handled.
sensitiveNoteOther  seer:stringMax1500Type  optional      
documentation
Sensitivity note free text when predetermined answer is not suitable..
availableInOpenAccessRepository  xs:boolean  required      
documentation
Indicates whether the research output is identified as available in an open access institutional repository in line with the ARC Open Access policy.
identifier  seer:stringMax30Type  optional      
documentation
The journal article identifier from the citation provider.
journalIssue  seer:stringMax100Type  optional      
documentation
The issue number of the journal.
journalVolume  seer:stringMax100Type  optional      
documentation
The volume number of the journal.
yearAvailable  seer:yearType  optional      
documentation
The full (four-digit) calendar year when the Research Output was first available, if different to the published year.
placeOfPublication  seer:stringMax100Type  optional      
documentation
The location where the Research Output was published. (DC: Coverage)
source <xs:element name="journalArticle">
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="seer:researchOutputType">
       
<xs:sequence>
         
<xs:element ref="seer:journalOutlet"/>
       
</xs:sequence>
       
<xs:attribute name="identifier" type="seer:stringMax30Type" use="optional">
         
<xs:annotation>
           
<xs:documentation>The journal article identifier from the citation provider. </xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="journalIssue" type="seer:stringMax100Type" use="optional">
         
<xs:annotation>
           
<xs:documentation>The issue number of the journal.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="journalVolume" type="seer:stringMax100Type" use="optional">
         
<xs:annotation>
           
<xs:documentation>The volume number of the journal.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="yearAvailable" type="seer:yearType" use="optional">
         
<xs:annotation>
           
<xs:documentation>The full (four-digit) calendar year when the Research Output was first available, if different to the published year.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="placeOfPublication" type="seer:stringMax100Type" use="optional">
         
<xs:annotation>
           
<xs:documentation>The location where the Research Output was published. (DC: Coverage)</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute journalArticle/@identifier
type seer:stringMax30Type
properties
use optional
facets
Kind Value Annotation
minLength 1
maxLength 30
annotation
documentation
The journal article identifier from the citation provider.
source <xs:attribute name="identifier" type="seer:stringMax30Type" use="optional">
 
<xs:annotation>
   
<xs:documentation>The journal article identifier from the citation provider. </xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute journalArticle/@journalIssue
type seer:stringMax100Type
properties
use optional
facets
Kind Value Annotation
minLength 1
maxLength 100
annotation
documentation
The issue number of the journal.
source <xs:attribute name="journalIssue" type="seer:stringMax100Type" use="optional">
 
<xs:annotation>
   
<xs:documentation>The issue number of the journal.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute journalArticle/@journalVolume
type seer:stringMax100Type
properties
use optional
facets
Kind Value Annotation
minLength 1
maxLength 100
annotation
documentation
The volume number of the journal.
source <xs:attribute name="journalVolume" type="seer:stringMax100Type" use="optional">
 
<xs:annotation>
   
<xs:documentation>The volume number of the journal.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute journalArticle/@yearAvailable
type seer:yearType
properties
use optional
facets
Kind Value Annotation
pattern (\d{4}|\d{2}[A-C])
annotation
documentation
The full (four-digit) calendar year when the Research Output was first available, if different to the published year.
source <xs:attribute name="yearAvailable" type="seer:yearType" use="optional">
 
<xs:annotation>
   
<xs:documentation>The full (four-digit) calendar year when the Research Output was first available, if different to the published year.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute journalArticle/@placeOfPublication
type seer:stringMax100Type
properties
use optional
facets
Kind Value Annotation
minLength 1
maxLength 100
annotation
documentation
The location where the Research Output was published. (DC: Coverage)
source <xs:attribute name="placeOfPublication" type="seer:stringMax100Type" use="optional">
 
<xs:annotation>
   
<xs:documentation>The location where the Research Output was published. (DC: Coverage)</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element livePerformance
diagram seer_diagrams/seer_p27.png
namespace http://seer.arc.gov.au/2023/seer/1
type extension of seer:nonTraditionalResearchOutputType
properties
content complex
children seer:title seer:disciplineAssignment seer:electronicLocations seer:creators seer:staffCreators seer:institutionalNotes seer:nominatedPRDisciplines seer:researchStatement
used by
element researchOutputItems
attributes
Name  Type  Use  Default  Fixed  Annotation
extent  seer:stringMax100Type  optional      
documentation
The size or duration of the resource. (DC: Extent)
yearPublished  seer:yearType  required      
documentation
The full (four-digit) calendar year when the Research Output is published. (DC: Date)
doi  seer:doiType  optional      
documentation
The unqiue DOI (Digital Object Indentifier) of the research output. (DC:Identifier)
isTranslated  xs:boolean  optional  false    
documentation
An indicator that the Research Output submitted is a translation of an otherwise eligible Research Output.
containsSensitiveContent  xs:boolean  optional  false    
documentation
An indicator that the Research Output requires special handling due to the content.
sensitiveNote  seer:sensitiveNoteListType  optional      
documentation
A description to address how the research output should be handled.
sensitiveNoteOther  seer:stringMax1500Type  optional      
documentation
Sensitivity note free text when predetermined answer is not suitable..
availableInOpenAccessRepository  xs:boolean  required      
documentation
Indicates whether the research output is identified as available in an open access institutional repository in line with the ARC Open Access policy.
publisher  seer:stringMax100Type  optional      
documentation
(DC: publisher).
placeOfPublication  seer:stringMax100Type  required      
documentation
The location where the Research Output was published. (DC: Coverage)
yearPresented  seer:yearType  optional      
documentation
The full (four-digit) calendar year when the Research Output was presented, if different to the published year. (DC: Date)
standardNumber  seer:stringMax30Type  optional      
documentation
The standard number for the Research Output (e.g. International Standard Music Number (ISMN)).
issue  seer:stringMax100Type  optional      
documentation
The issue identifier of the research output.
volume  seer:stringMax100Type  optional      
documentation
The volume identifier of the research output.
media  seer:stringMax200Type  optional      
documentation
Details on the research output format (e.g. interactive video installation, website).
notes  seer:stringMax200Type  optional      
documentation
Additional notes about the research output (e.g. include venue name and type, venue commissioner, role of creator).
category  seer:livePerformanceCategoryType  required      
documentation
Subcategory classification of Live Performance.
source <xs:element name="livePerformance">
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="seer:nonTraditionalResearchOutputType">
       
<xs:attribute name="category" type="seer:livePerformanceCategoryType" use="required">
         
<xs:annotation>
           
<xs:documentation>Subcategory classification of Live Performance.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute livePerformance/@category
type seer:livePerformanceCategoryType
properties
use required
facets
Kind Value Annotation
enumeration 1
documentation
Music
enumeration 2
documentation
Play
enumeration 3
documentation
Dance
enumeration 4
documentation
Other
annotation
documentation
Subcategory classification of Live Performance.
source <xs:attribute name="category" type="seer:livePerformanceCategoryType" use="required">
 
<xs:annotation>
   
<xs:documentation>Subcategory classification of Live Performance.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element nominatedPRDisciplines
diagram seer_diagrams/seer_p28.png
namespace http://seer.arc.gov.au/2023/seer/1
properties
content complex
children seer:nominatedPRDiscipline
used by
element portfolio
complexType researchOutputType
identity constraints
  Name  Refer  Selector  Field(s)  Annotation
unique  uniqueFoRCodeWithinnominatedPRDisciplines    seer:nominatedPRDiscipline  @forGroupCode  
documentation
A uniqueness constraint that ensures that a FoR code is not repeated within this collection of nominated peer-review disciplines.
source <xs:element name="nominatedPRDisciplines">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="nominatedPRDiscipline" maxOccurs="3">
       
<xs:annotation>
         
<xs:documentation>Indicates a nominated FoR code with which this research output should be associated for the purpose of peer review.</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:attribute name="forGroupCode" type="seer:forGroupCodeType" use="required">
           
<xs:annotation>
             
<xs:documentation>An ANZSRC Field of Research Group Code.</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
 
<xs:unique name="uniqueFoRCodeWithinnominatedPRDisciplines">
   
<xs:annotation>
     
<xs:documentation>A uniqueness constraint that ensures that a FoR code is not repeated within this collection of nominated peer-review disciplines.</xs:documentation>
   
</xs:annotation>
   
<xs:selector xpath="seer:nominatedPRDiscipline"/>
   
<xs:field xpath="@forGroupCode"/>
 
</xs:unique>
</xs:element>

element nominatedPRDisciplines/nominatedPRDiscipline
diagram seer_diagrams/seer_p29.png
namespace http://seer.arc.gov.au/2023/seer/1
properties
minOcc 1
maxOcc 3
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
forGroupCode  seer:forGroupCodeType  required      
documentation
An ANZSRC Field of Research Group Code.
annotation
documentation
Indicates a nominated FoR code with which this research output should be associated for the purpose of peer review.
source <xs:element name="nominatedPRDiscipline" maxOccurs="3">
 
<xs:annotation>
   
<xs:documentation>Indicates a nominated FoR code with which this research output should be associated for the purpose of peer review.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="forGroupCode" type="seer:forGroupCodeType" use="required">
     
<xs:annotation>
       
<xs:documentation>An ANZSRC Field of Research Group Code.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute nominatedPRDisciplines/nominatedPRDiscipline/@forGroupCode
type seer:forGroupCodeType
properties
use required
facets
Kind Value Annotation
pattern \d{4}
annotation
documentation
An ANZSRC Field of Research Group Code.
source <xs:attribute name="forGroupCode" type="seer:forGroupCodeType" use="required">
 
<xs:annotation>
   
<xs:documentation>An ANZSRC Field of Research Group Code.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element originalCreativeWork
diagram seer_diagrams/seer_p30.png
namespace http://seer.arc.gov.au/2023/seer/1
type extension of seer:nonTraditionalResearchOutputType
properties
content complex
children seer:title seer:disciplineAssignment seer:electronicLocations seer:creators seer:staffCreators seer:institutionalNotes seer:nominatedPRDisciplines seer:researchStatement
used by
element researchOutputItems
attributes
Name  Type  Use  Default  Fixed  Annotation
extent  seer:stringMax100Type  optional      
documentation
The size or duration of the resource. (DC: Extent)
yearPublished  seer:yearType  required      
documentation
The full (four-digit) calendar year when the Research Output is published. (DC: Date)
doi  seer:doiType  optional      
documentation
The unqiue DOI (Digital Object Indentifier) of the research output. (DC:Identifier)
isTranslated  xs:boolean  optional  false    
documentation
An indicator that the Research Output submitted is a translation of an otherwise eligible Research Output.
containsSensitiveContent  xs:boolean  optional  false    
documentation
An indicator that the Research Output requires special handling due to the content.
sensitiveNote  seer:sensitiveNoteListType  optional      
documentation
A description to address how the research output should be handled.
sensitiveNoteOther  seer:stringMax1500Type  optional      
documentation
Sensitivity note free text when predetermined answer is not suitable..
availableInOpenAccessRepository  xs:boolean  required      
documentation
Indicates whether the research output is identified as available in an open access institutional repository in line with the ARC Open Access policy.
publisher  seer:stringMax100Type  optional      
documentation
(DC: publisher).
placeOfPublication  seer:stringMax100Type  required      
documentation
The location where the Research Output was published. (DC: Coverage)
yearPresented  seer:yearType  optional      
documentation
The full (four-digit) calendar year when the Research Output was presented, if different to the published year. (DC: Date)
standardNumber  seer:stringMax30Type  optional      
documentation
The standard number for the Research Output (e.g. International Standard Music Number (ISMN)).
issue  seer:stringMax100Type  optional      
documentation
The issue identifier of the research output.
volume  seer:stringMax100Type  optional      
documentation
The volume identifier of the research output.
media  seer:stringMax200Type  optional      
documentation
Details on the research output format (e.g. interactive video installation, website).
notes  seer:stringMax200Type  optional      
documentation
Additional notes about the research output (e.g. include venue name and type, venue commissioner, role of creator).
category  seer:originalCreativeWorkCategoryType  required      
documentation
Subcategory classification of Original Creative Work.
source <xs:element name="originalCreativeWork">
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="seer:nonTraditionalResearchOutputType">
       
<xs:attribute name="category" type="seer:originalCreativeWorkCategoryType" use="required">
         
<xs:annotation>
           
<xs:documentation>Subcategory classification of Original Creative Work.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute originalCreativeWork/@category
type seer:originalCreativeWorkCategoryType
properties
use required
facets
Kind Value Annotation
enumeration 1
documentation
Visual art work
enumeration 2
documentation
Design/Architectural work
enumeration 3
documentation
Textual work
enumeration 4
documentation
Other
annotation
documentation
Subcategory classification of Original Creative Work.
source <xs:attribute name="category" type="seer:originalCreativeWorkCategoryType" use="required">
 
<xs:annotation>
   
<xs:documentation>Subcategory classification of Original Creative Work.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element portfolio
diagram seer_diagrams/seer_p31.png
namespace http://seer.arc.gov.au/2023/seer/1
properties
content complex
children seer:researchStatement seer:disciplineAssignment seer:nominatedPRDisciplines seer:institutionalNotes seer:portfolioOriginalCreativeWork seer:portfolioLivePerformance seer:portfolioRecordedOrRenderedWork seer:portfolioCuratedExhibitionOrEvent seer:portfolioResearchReportForExternalBody
used by
element researchOutputItems
attributes
Name  Type  Use  Default  Fixed  Annotation
name  seer:stringMax100Type  required      
documentation
The name of the portfolio.
portfolioNumber  seer:stringMax100Type  required      
documentation
The number of the portfolio.
containsSensitiveContent  xs:boolean  optional  false    
documentation
An indicator that the Research Output requires special handling due to the content.
sensitiveNote  seer:sensitiveNoteListType  optional      
documentation
A description to address how the research output should be handled.
sensitiveNoteOther  seer:stringMax1500Type  optional      
documentation
Sensitivity note free text when predetermined answer is not suitable..
annotation
documentation
Individual works which together articulate the same underlying research endeavour and, therefore, consitute a single coherent research output.
source <xs:element name="portfolio">
 
<xs:annotation>
   
<xs:documentation>Individual works which together articulate the same underlying research endeavour and, therefore, consitute a single coherent research output.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="seer:researchStatement" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>A Research Statement identifying the underlying research endeavour of a portfolio of work.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element ref="seer:disciplineAssignment"/>
     
<xs:element ref="seer:nominatedPRDisciplines" minOccurs="0"/>
     
<xs:element ref="seer:institutionalNotes" minOccurs="0"/>
     
<xs:choice maxOccurs="unbounded">
       
<xs:element ref="seer:portfolioOriginalCreativeWork"/>
       
<xs:element ref="seer:portfolioLivePerformance"/>
       
<xs:element ref="seer:portfolioRecordedOrRenderedWork"/>
       
<xs:element ref="seer:portfolioCuratedExhibitionOrEvent"/>
       
<xs:element ref="seer:portfolioResearchReportForExternalBody"/>
     
</xs:choice>
   
</xs:sequence>
   
<xs:attribute name="name" type="seer:stringMax100Type" use="required">
     
<xs:annotation>
       
<xs:documentation>The name of the portfolio.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="portfolioNumber" type="seer:stringMax100Type" use="required">
     
<xs:annotation>
       
<xs:documentation>The number of the portfolio.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="containsSensitiveContent" type="xs:boolean" use="optional" default="false">
     
<xs:annotation>
       
<xs:documentation>An indicator that the Research Output requires special handling due to the content.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="sensitiveNote" type="seer:sensitiveNoteListType" use="optional">
     
<xs:annotation>
       
<xs:documentation>A description to address how the research output should be handled.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="sensitiveNoteOther" type="seer:stringMax1500Type" use="optional">
     
<xs:annotation>
       
<xs:documentation>Sensitivity note free text when predetermined answer is not suitable..</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute portfolio/@name
type seer:stringMax100Type
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 100
annotation
documentation
The name of the portfolio.
source <xs:attribute name="name" type="seer:stringMax100Type" use="required">
 
<xs:annotation>
   
<xs:documentation>The name of the portfolio.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute portfolio/@portfolioNumber
type seer:stringMax100Type
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 100
annotation
documentation
The number of the portfolio.
source <xs:attribute name="portfolioNumber" type="seer:stringMax100Type" use="required">
 
<xs:annotation>
   
<xs:documentation>The number of the portfolio.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute portfolio/@containsSensitiveContent
type xs:boolean
properties
use optional
default false
annotation
documentation
An indicator that the Research Output requires special handling due to the content.
source <xs:attribute name="containsSensitiveContent" type="xs:boolean" use="optional" default="false">
 
<xs:annotation>
   
<xs:documentation>An indicator that the Research Output requires special handling due to the content.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute portfolio/@sensitiveNote
type seer:sensitiveNoteListType
properties
use optional
annotation
documentation
A description to address how the research output should be handled.
source <xs:attribute name="sensitiveNote" type="seer:sensitiveNoteListType" use="optional">
 
<xs:annotation>
   
<xs:documentation>A description to address how the research output should be handled.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute portfolio/@sensitiveNoteOther
type seer:stringMax1500Type
properties
use optional
facets
Kind Value Annotation
minLength 1
maxLength 1500
annotation
documentation
Sensitivity note free text when predetermined answer is not suitable..
source <xs:attribute name="sensitiveNoteOther" type="seer:stringMax1500Type" use="optional">
 
<xs:annotation>
   
<xs:documentation>Sensitivity note free text when predetermined answer is not suitable..</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element portfolioCuratedExhibitionOrEvent
diagram seer_diagrams/seer_p32.png
namespace http://seer.arc.gov.au/2023/seer/1
type extension of seer:portfolioNonTraditionalResearchOutputType
properties
content complex
children seer:title seer:electronicLocations seer:creators seer:staffCreators
used by
element portfolio
attributes
Name  Type  Use  Default  Fixed  Annotation
publisher  seer:stringMax100Type  optional      
documentation
(DC: publisher).
placeOfPublication  seer:stringMax100Type  required      
documentation
The location where the Research Output was published. (DC: Coverage)
yearPresented  seer:yearType  optional      
documentation
The full (four-digit) calendar year when the Research Output was presented, if different to the published year. (DC: Date)
standardNumber  seer:stringMax30Type  optional      
documentation
The standard number for the Research Output (e.g. International Standard Music Number (ISMN)).
issue  seer:stringMax100Type  optional      
documentation
The issue identifier of the research output.
volume  seer:stringMax100Type  optional      
documentation
The volume identifier of the research output.
media  seer:stringMax200Type  optional      
documentation
Details on the research output format (e.g. interactive video installation, website).
notes  seer:stringMax200Type  optional      
documentation
Additional notes about the research output (e.g. include venue name and type, venue commissioner, role of creator).
extent  seer:stringMax100Type  optional      
documentation
The size or duration of the resource. (DC: Extent)
yearPublished  seer:yearType  required      
documentation
The full (four-digit) calendar year when the Research Output is published. (DC: Date)
doi  seer:doiType  optional      
documentation
The unqiue DOI (Digital Object Indentifier) of the research output. (DC:Identifier)
isTranslated  xs:boolean  optional  false    
documentation
An indicator that the Research Output submitted is a translation of an otherwise eligible Research Output.
availableInOpenAccessRepository  xs:boolean  required      
documentation
Indicates whether the research output is identified as available in an open access institutional repository in line with the ARC Open Access policy.
category  seer:curatedExhibitionOrEventCategoryType  required      
documentation
Subcategory classification of Curated or Produced Substantial Public Exhibition and Events
source <xs:element name="portfolioCuratedExhibitionOrEvent">
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="seer:portfolioNonTraditionalResearchOutputType">
       
<xs:attribute name="category" type="seer:curatedExhibitionOrEventCategoryType" use="required">
         
<xs:annotation>
           
<xs:documentation>Subcategory classification of Curated or Produced Substantial Public Exhibition and Events</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute portfolioCuratedExhibitionOrEvent/@category
type seer:curatedExhibitionOrEventCategoryType
properties
use required
facets
Kind Value Annotation
enumeration 1
documentation
Web-based exhibition
enumeration 2
documentation
Exhibition/Event
enumeration 3
documentation
Festival
enumeration 4
documentation
Other
annotation
documentation
Subcategory classification of Curated or Produced Substantial Public Exhibition and Events
source <xs:attribute name="category" type="seer:curatedExhibitionOrEventCategoryType" use="required">
 
<xs:annotation>
   
<xs:documentation>Subcategory classification of Curated or Produced Substantial Public Exhibition and Events</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element portfolioLivePerformance
diagram seer_diagrams/seer_p33.png
namespace http://seer.arc.gov.au/2023/seer/1
type extension of seer:portfolioNonTraditionalResearchOutputType
properties
content complex
children seer:title seer:electronicLocations seer:creators seer:staffCreators
used by
element portfolio
attributes
Name  Type  Use  Default  Fixed  Annotation
publisher  seer:stringMax100Type  optional      
documentation
(DC: publisher).
placeOfPublication  seer:stringMax100Type  required      
documentation
The location where the Research Output was published. (DC: Coverage)
yearPresented  seer:yearType  optional      
documentation
The full (four-digit) calendar year when the Research Output was presented, if different to the published year. (DC: Date)
standardNumber  seer:stringMax30Type  optional      
documentation
The standard number for the Research Output (e.g. International Standard Music Number (ISMN)).
issue  seer:stringMax100Type  optional      
documentation
The issue identifier of the research output.
volume  seer:stringMax100Type  optional      
documentation
The volume identifier of the research output.
media  seer:stringMax200Type  optional      
documentation
Details on the research output format (e.g. interactive video installation, website).
notes  seer:stringMax200Type  optional      
documentation
Additional notes about the research output (e.g. include venue name and type, venue commissioner, role of creator).
extent  seer:stringMax100Type  optional      
documentation
The size or duration of the resource. (DC: Extent)
yearPublished  seer:yearType  required      
documentation
The full (four-digit) calendar year when the Research Output is published. (DC: Date)
doi  seer:doiType  optional      
documentation
The unqiue DOI (Digital Object Indentifier) of the research output. (DC:Identifier)
isTranslated  xs:boolean  optional  false    
documentation
An indicator that the Research Output submitted is a translation of an otherwise eligible Research Output.
availableInOpenAccessRepository  xs:boolean  required      
documentation
Indicates whether the research output is identified as available in an open access institutional repository in line with the ARC Open Access policy.
category  seer:livePerformanceCategoryType  required      
documentation
Subcategory classification of Live Performance.
source <xs:element name="portfolioLivePerformance">
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="seer:portfolioNonTraditionalResearchOutputType">
       
<xs:attribute name="category" type="seer:livePerformanceCategoryType" use="required">
         
<xs:annotation>
           
<xs:documentation>Subcategory classification of Live Performance.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute portfolioLivePerformance/@category
type seer:livePerformanceCategoryType
properties
use required
facets
Kind Value Annotation
enumeration 1
documentation
Music
enumeration 2
documentation
Play
enumeration 3
documentation
Dance
enumeration 4
documentation
Other
annotation
documentation
Subcategory classification of Live Performance.
source <xs:attribute name="category" type="seer:livePerformanceCategoryType" use="required">
 
<xs:annotation>
   
<xs:documentation>Subcategory classification of Live Performance.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element portfolioOriginalCreativeWork
diagram seer_diagrams/seer_p34.png
namespace http://seer.arc.gov.au/2023/seer/1
type extension of seer:portfolioNonTraditionalResearchOutputType
properties
content complex
children seer:title seer:electronicLocations seer:creators seer:staffCreators
used by
element portfolio
attributes
Name  Type  Use  Default  Fixed  Annotation
publisher  seer:stringMax100Type  optional      
documentation
(DC: publisher).
placeOfPublication  seer:stringMax100Type  required      
documentation
The location where the Research Output was published. (DC: Coverage)
yearPresented  seer:yearType  optional      
documentation
The full (four-digit) calendar year when the Research Output was presented, if different to the published year. (DC: Date)
standardNumber  seer:stringMax30Type  optional      
documentation
The standard number for the Research Output (e.g. International Standard Music Number (ISMN)).
issue  seer:stringMax100Type  optional      
documentation
The issue identifier of the research output.
volume  seer:stringMax100Type  optional      
documentation
The volume identifier of the research output.
media  seer:stringMax200Type  optional      
documentation
Details on the research output format (e.g. interactive video installation, website).
notes  seer:stringMax200Type  optional      
documentation
Additional notes about the research output (e.g. include venue name and type, venue commissioner, role of creator).
extent  seer:stringMax100Type  optional      
documentation
The size or duration of the resource. (DC: Extent)
yearPublished  seer:yearType  required      
documentation
The full (four-digit) calendar year when the Research Output is published. (DC: Date)
doi  seer:doiType  optional      
documentation
The unqiue DOI (Digital Object Indentifier) of the research output. (DC:Identifier)
isTranslated  xs:boolean  optional  false    
documentation
An indicator that the Research Output submitted is a translation of an otherwise eligible Research Output.
availableInOpenAccessRepository  xs:boolean  required      
documentation
Indicates whether the research output is identified as available in an open access institutional repository in line with the ARC Open Access policy.
category  seer:originalCreativeWorkCategoryType  required      
documentation
Subcategory classification of Original Creative Work.
source <xs:element name="portfolioOriginalCreativeWork">
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="seer:portfolioNonTraditionalResearchOutputType">
       
<xs:attribute name="category" type="seer:originalCreativeWorkCategoryType" use="required">
         
<xs:annotation>
           
<xs:documentation>Subcategory classification of Original Creative Work.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute portfolioOriginalCreativeWork/@category
type seer:originalCreativeWorkCategoryType
properties
use required
facets
Kind Value Annotation
enumeration 1
documentation
Visual art work
enumeration 2
documentation
Design/Architectural work
enumeration 3
documentation
Textual work
enumeration 4
documentation
Other
annotation
documentation
Subcategory classification of Original Creative Work.
source <xs:attribute name="category" type="seer:originalCreativeWorkCategoryType" use="required">
 
<xs:annotation>
   
<xs:documentation>Subcategory classification of Original Creative Work.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element portfolioRecordedOrRenderedWork
diagram seer_diagrams/seer_p35.png
namespace http://seer.arc.gov.au/2023/seer/1
type extension of seer:portfolioNonTraditionalResearchOutputType
properties
content complex
children seer:title seer:electronicLocations seer:creators seer:staffCreators
used by
element portfolio
attributes
Name  Type  Use  Default  Fixed  Annotation
publisher  seer:stringMax100Type  optional      
documentation
(DC: publisher).
placeOfPublication  seer:stringMax100Type  required      
documentation
The location where the Research Output was published. (DC: Coverage)
yearPresented  seer:yearType  optional      
documentation
The full (four-digit) calendar year when the Research Output was presented, if different to the published year. (DC: Date)
standardNumber  seer:stringMax30Type  optional      
documentation
The standard number for the Research Output (e.g. International Standard Music Number (ISMN)).
issue  seer:stringMax100Type  optional      
documentation
The issue identifier of the research output.
volume  seer:stringMax100Type  optional      
documentation
The volume identifier of the research output.
media  seer:stringMax200Type  optional      
documentation
Details on the research output format (e.g. interactive video installation, website).
notes  seer:stringMax200Type  optional      
documentation
Additional notes about the research output (e.g. include venue name and type, venue commissioner, role of creator).
extent  seer:stringMax100Type  optional      
documentation
The size or duration of the resource. (DC: Extent)
yearPublished  seer:yearType  required      
documentation
The full (four-digit) calendar year when the Research Output is published. (DC: Date)
doi  seer:doiType  optional      
documentation
The unqiue DOI (Digital Object Indentifier) of the research output. (DC:Identifier)
isTranslated  xs:boolean  optional  false    
documentation
An indicator that the Research Output submitted is a translation of an otherwise eligible Research Output.
availableInOpenAccessRepository  xs:boolean  required      
documentation
Indicates whether the research output is identified as available in an open access institutional repository in line with the ARC Open Access policy.
category  seer:recordedOrRenderedWorkCategoryType  required      
documentation
Subcategory classification of Recorded / Rendered Creative Works.
source <xs:element name="portfolioRecordedOrRenderedWork">
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="seer:portfolioNonTraditionalResearchOutputType">
       
<xs:attribute name="category" type="seer:recordedOrRenderedWorkCategoryType" use="required">
         
<xs:annotation>
           
<xs:documentation>Subcategory classification of Recorded / Rendered Creative Works.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute portfolioRecordedOrRenderedWork/@category
type seer:recordedOrRenderedWorkCategoryType
properties
use required
facets
Kind Value Annotation
enumeration 1
documentation
Film/Video
enumeration 2
documentation
Performance
enumeration 3
documentation
Inter-arts
enumeration 4
documentation
Digital creative work
enumeration 5
documentation
Websites/web exhibition
enumeration 6
documentation
Other
annotation
documentation
Subcategory classification of Recorded / Rendered Creative Works.
source <xs:attribute name="category" type="seer:recordedOrRenderedWorkCategoryType" use="required">
 
<xs:annotation>
   
<xs:documentation>Subcategory classification of Recorded / Rendered Creative Works.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element portfolioResearchReportForExternalBody
diagram seer_diagrams/seer_p36.png
namespace http://seer.arc.gov.au/2023/seer/1
type extension of seer:portfolioNonTraditionalResearchOutputType
properties
content complex
children seer:title seer:electronicLocations seer:creators seer:staffCreators
used by
element portfolio
attributes
Name  Type  Use  Default  Fixed  Annotation
publisher  seer:stringMax100Type  optional      
documentation
(DC: publisher).
placeOfPublication  seer:stringMax100Type  required      
documentation
The location where the Research Output was published. (DC: Coverage)
yearPresented  seer:yearType  optional      
documentation
The full (four-digit) calendar year when the Research Output was presented, if different to the published year. (DC: Date)
standardNumber  seer:stringMax30Type  optional      
documentation
The standard number for the Research Output (e.g. International Standard Music Number (ISMN)).
issue  seer:stringMax100Type  optional      
documentation
The issue identifier of the research output.
volume  seer:stringMax100Type  optional      
documentation
The volume identifier of the research output.
media  seer:stringMax200Type  optional      
documentation
Details on the research output format (e.g. interactive video installation, website).
notes  seer:stringMax200Type  optional      
documentation
Additional notes about the research output (e.g. include venue name and type, venue commissioner, role of creator).
extent  seer:stringMax100Type  optional      
documentation
The size or duration of the resource. (DC: Extent)
yearPublished  seer:yearType  required      
documentation
The full (four-digit) calendar year when the Research Output is published. (DC: Date)
doi  seer:doiType  optional      
documentation
The unqiue DOI (Digital Object Indentifier) of the research output. (DC:Identifier)
isTranslated  xs:boolean  optional  false    
documentation
An indicator that the Research Output submitted is a translation of an otherwise eligible Research Output.
availableInOpenAccessRepository  xs:boolean  required      
documentation
Indicates whether the research output is identified as available in an open access institutional repository in line with the ARC Open Access policy.
category  seer:researchReportForExternalBodyCategoryType  required      
documentation
Subcategory classification of Research Report for an External Body.
source <xs:element name="portfolioResearchReportForExternalBody">
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="seer:portfolioNonTraditionalResearchOutputType">
       
<xs:attribute name="category" type="seer:researchReportForExternalBodyCategoryType" use="required">
         
<xs:annotation>
           
<xs:documentation>Subcategory classification of Research Report for an External Body.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute portfolioResearchReportForExternalBody/@category
type seer:researchReportForExternalBodyCategoryType
properties
use required
facets
Kind Value Annotation
enumeration 1
documentation
Public sector
enumeration 2
documentation
Industry
enumeration 3
documentation
Not for profit
enumeration 4
documentation
Other
annotation
documentation
Subcategory classification of Research Report for an External Body.
source <xs:attribute name="category" type="seer:researchReportForExternalBodyCategoryType" use="required">
 
<xs:annotation>
   
<xs:documentation>Subcategory classification of Research Report for an External Body.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element recordedOrRenderedWork
diagram seer_diagrams/seer_p37.png
namespace http://seer.arc.gov.au/2023/seer/1
type extension of seer:nonTraditionalResearchOutputType
properties
content complex
children seer:title seer:disciplineAssignment seer:electronicLocations seer:creators seer:staffCreators seer:institutionalNotes seer:nominatedPRDisciplines seer:researchStatement
used by
element researchOutputItems
attributes
Name  Type  Use  Default  Fixed  Annotation
extent  seer:stringMax100Type  optional      
documentation
The size or duration of the resource. (DC: Extent)
yearPublished  seer:yearType  required      
documentation
The full (four-digit) calendar year when the Research Output is published. (DC: Date)
doi  seer:doiType  optional      
documentation
The unqiue DOI (Digital Object Indentifier) of the research output. (DC:Identifier)
isTranslated  xs:boolean  optional  false    
documentation
An indicator that the Research Output submitted is a translation of an otherwise eligible Research Output.
containsSensitiveContent  xs:boolean  optional  false    
documentation
An indicator that the Research Output requires special handling due to the content.
sensitiveNote  seer:sensitiveNoteListType  optional      
documentation
A description to address how the research output should be handled.
sensitiveNoteOther  seer:stringMax1500Type  optional      
documentation
Sensitivity note free text when predetermined answer is not suitable..
availableInOpenAccessRepository  xs:boolean  required      
documentation
Indicates whether the research output is identified as available in an open access institutional repository in line with the ARC Open Access policy.
publisher  seer:stringMax100Type  optional      
documentation
(DC: publisher).
placeOfPublication  seer:stringMax100Type  required      
documentation
The location where the Research Output was published. (DC: Coverage)
yearPresented  seer:yearType  optional      
documentation
The full (four-digit) calendar year when the Research Output was presented, if different to the published year. (DC: Date)
standardNumber  seer:stringMax30Type  optional      
documentation
The standard number for the Research Output (e.g. International Standard Music Number (ISMN)).
issue  seer:stringMax100Type  optional      
documentation
The issue identifier of the research output.
volume  seer:stringMax100Type  optional      
documentation
The volume identifier of the research output.
media  seer:stringMax200Type  optional      
documentation
Details on the research output format (e.g. interactive video installation, website).
notes  seer:stringMax200Type  optional      
documentation
Additional notes about the research output (e.g. include venue name and type, venue commissioner, role of creator).
category  seer:recordedOrRenderedWorkCategoryType  required      
documentation
Subcategory classification of Recorded / Rendered Creative Works.
source <xs:element name="recordedOrRenderedWork">
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="seer:nonTraditionalResearchOutputType">
       
<xs:attribute name="category" type="seer:recordedOrRenderedWorkCategoryType" use="required">
         
<xs:annotation>
           
<xs:documentation>Subcategory classification of Recorded / Rendered Creative Works.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute recordedOrRenderedWork/@category
type seer:recordedOrRenderedWorkCategoryType
properties
use required
facets
Kind Value Annotation
enumeration 1
documentation
Film/Video
enumeration 2
documentation
Performance
enumeration 3
documentation
Inter-arts
enumeration 4
documentation
Digital creative work
enumeration 5
documentation
Websites/web exhibition
enumeration 6
documentation
Other
annotation
documentation
Subcategory classification of Recorded / Rendered Creative Works.
source <xs:attribute name="category" type="seer:recordedOrRenderedWorkCategoryType" use="required">
 
<xs:annotation>
   
<xs:documentation>Subcategory classification of Recorded / Rendered Creative Works.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element researchOutputItems
diagram seer_diagrams/seer_p38.png
namespace http://seer.arc.gov.au/2023/seer/1
properties
content complex
children seer:book seer:bookChapter seer:journalArticle seer:conferencePublication seer:originalCreativeWork seer:livePerformance seer:recordedOrRenderedWork seer:curatedExhibitionOrEvent seer:researchReportForExternalBody seer:portfolio
used by
element institutionSubmission
identity constraints
  Name  Refer  Selector  Field(s)  Annotation
unique  uniqueJournalArticleIdentifier    seer:journalArticle  @identifier  
documentation
A uniqueness constraint that ensure that two journal articles with the same identifier cannot be submitted.
unique  uniqueBookISBN    seer:book  @isbn  
documentation
A uniqueness constraint that ensure that two books with the same ISBN cannot be submitted.
annotation
documentation
Metadata records for all submitted research output items. For example, books, book chapters, journal articles, conference publications, original creative works, live performance of creative works, recorded / rendered creative works, and curated or produced substantial public exhibitions and events.
source <xs:element name="researchOutputItems">
 
<xs:annotation>
   
<xs:documentation>Metadata records for all submitted research output items. For example, books, book chapters, journal articles, conference publications, original creative works, live performance of creative works, recorded / rendered creative works, and curated or produced substantial public exhibitions and events.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="seer:book" minOccurs="0" maxOccurs="unbounded"/>
     
<xs:element ref="seer:bookChapter" minOccurs="0" maxOccurs="unbounded"/>
     
<xs:element ref="seer:journalArticle" minOccurs="0" maxOccurs="unbounded"/>
     
<xs:element ref="seer:conferencePublication" minOccurs="0" maxOccurs="unbounded"/>
     
<xs:element ref="seer:originalCreativeWork" minOccurs="0" maxOccurs="unbounded"/>
     
<xs:element ref="seer:livePerformance" minOccurs="0" maxOccurs="unbounded"/>
     
<xs:element ref="seer:recordedOrRenderedWork" minOccurs="0" maxOccurs="unbounded"/>
     
<xs:element ref="seer:curatedExhibitionOrEvent" minOccurs="0" maxOccurs="unbounded"/>
     
<xs:element ref="seer:researchReportForExternalBody" minOccurs="0" maxOccurs="unbounded"/>
     
<xs:element ref="seer:portfolio" minOccurs="0" maxOccurs="unbounded"/>
   
</xs:sequence>
 
</xs:complexType>
 
<xs:unique name="uniqueJournalArticleIdentifier">
   
<xs:annotation>
     
<xs:documentation>A uniqueness constraint that ensure that two journal articles with the same identifier cannot be submitted.</xs:documentation>
   
</xs:annotation>
   
<xs:selector xpath="seer:journalArticle"/>
   
<xs:field xpath="@identifier"/>
 
</xs:unique>
 
<xs:unique name="uniqueBookISBN">
   
<xs:annotation>
     
<xs:documentation>A uniqueness constraint that ensure that two books with the same ISBN cannot be submitted.</xs:documentation>
   
</xs:annotation>
   
<xs:selector xpath="seer:book"/>
   
<xs:field xpath="@isbn"/>
 
</xs:unique>
</xs:element>

element researchReportForExternalBody
diagram seer_diagrams/seer_p39.png
namespace http://seer.arc.gov.au/2023/seer/1
type extension of seer:nonTraditionalResearchOutputType
properties
content complex
children seer:title seer:disciplineAssignment seer:electronicLocations seer:creators seer:staffCreators seer:institutionalNotes seer:nominatedPRDisciplines seer:researchStatement
used by
element researchOutputItems
attributes
Name  Type  Use  Default  Fixed  Annotation
extent  seer:stringMax100Type  optional      
documentation
The size or duration of the resource. (DC: Extent)
yearPublished  seer:yearType  required      
documentation
The full (four-digit) calendar year when the Research Output is published. (DC: Date)
doi  seer:doiType  optional      
documentation
The unqiue DOI (Digital Object Indentifier) of the research output. (DC:Identifier)
isTranslated  xs:boolean  optional  false    
documentation
An indicator that the Research Output submitted is a translation of an otherwise eligible Research Output.
containsSensitiveContent  xs:boolean  optional  false    
documentation
An indicator that the Research Output requires special handling due to the content.
sensitiveNote  seer:sensitiveNoteListType  optional      
documentation
A description to address how the research output should be handled.
sensitiveNoteOther  seer:stringMax1500Type  optional      
documentation
Sensitivity note free text when predetermined answer is not suitable..
availableInOpenAccessRepository  xs:boolean  required      
documentation
Indicates whether the research output is identified as available in an open access institutional repository in line with the ARC Open Access policy.
publisher  seer:stringMax100Type  optional      
documentation
(DC: publisher).
placeOfPublication  seer:stringMax100Type  required      
documentation
The location where the Research Output was published. (DC: Coverage)
yearPresented  seer:yearType  optional      
documentation
The full (four-digit) calendar year when the Research Output was presented, if different to the published year. (DC: Date)
standardNumber  seer:stringMax30Type  optional      
documentation
The standard number for the Research Output (e.g. International Standard Music Number (ISMN)).
issue  seer:stringMax100Type  optional      
documentation
The issue identifier of the research output.
volume  seer:stringMax100Type  optional      
documentation
The volume identifier of the research output.
media  seer:stringMax200Type  optional      
documentation
Details on the research output format (e.g. interactive video installation, website).
notes  seer:stringMax200Type  optional      
documentation
Additional notes about the research output (e.g. include venue name and type, venue commissioner, role of creator).
category  seer:researchReportForExternalBodyCategoryType  required      
documentation
Subcategory classification of Research Report for an External Body.
source <xs:element name="researchReportForExternalBody">
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="seer:nonTraditionalResearchOutputType">
       
<xs:attribute name="category" type="seer:researchReportForExternalBodyCategoryType" use="required">
         
<xs:annotation>
           
<xs:documentation>Subcategory classification of Research Report for an External Body.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute researchReportForExternalBody/@category
type seer:researchReportForExternalBodyCategoryType
properties
use required
facets
Kind Value Annotation
enumeration 1
documentation
Public sector
enumeration 2
documentation
Industry
enumeration 3
documentation
Not for profit
enumeration 4
documentation
Other
annotation
documentation
Subcategory classification of Research Report for an External Body.
source <xs:attribute name="category" type="seer:researchReportForExternalBodyCategoryType" use="required">
 
<xs:annotation>
   
<xs:documentation>Subcategory classification of Research Report for an External Body.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element researchStatement
diagram seer_diagrams/seer_p40.png
namespace http://seer.arc.gov.au/2023/seer/1
type seer:stringMax2000Type
properties
content simple
used by
element portfolio
complexType nonTraditionalResearchOutputType
facets
Kind Value Annotation
minLength 1
maxLength 2000
annotation
documentation
A statement identifying the research component of the output. The statement must be around 250 words (no more than 2000 characters).
source <xs:element name="researchStatement" type="seer:stringMax2000Type">
 
<xs:annotation>
   
<xs:documentation>A statement identifying the research component of the output. The statement must be around 250 words (no more than 2000 characters).</xs:documentation>
 
</xs:annotation>
</xs:element>

element title
diagram seer_diagrams/seer_p41.png
namespace http://seer.arc.gov.au/2023/seer/1
type seer:artefactTitleType
properties
content complex
used by
complexTypes portfolioNonTraditionalResearchOutputType researchOutputType
attributes
Name  Type  Use  Default  Fixed  Annotation
nativeScript  seer:stringMax1500Type  required      
documentation
The title of the Research Output.
language  seer:languageType  optional  1201    
documentation
The code for languages using ABS 1267.0 to identify the native language of a Research Output Title (if other than English).
romanScript  seer:stringMax1500Type  optional      
documentation
Phonetic rendering of the full title in Roman characters where the title of the output is in a foreign language, particularly if the title is in non-Roman characters.
translated  seer:stringMax1500Type  optional      
documentation
The English translation of a Research Output Title, where the titleInNativeScript is in a language other than English.
annotation
documentation
The title of the research output using complex format as specified in the Artefact Title.
source <xs:element name="title" type="seer:artefactTitleType">
 
<xs:annotation>
   
<xs:documentation>The title of the research output using complex format as specified in the Artefact Title.</xs:documentation>
 
</xs:annotation>
</xs:element>

complexType nonTraditionalResearchOutputType
diagram seer_diagrams/seer_p42.png
namespace http://seer.arc.gov.au/2023/seer/1
type extension of seer:researchOutputType
properties
base seer:researchOutputType
children seer:title seer:disciplineAssignment seer:electronicLocations seer:creators seer:staffCreators seer:institutionalNotes seer:nominatedPRDisciplines seer:researchStatement
used by
elements curatedExhibitionOrEvent livePerformance originalCreativeWork recordedOrRenderedWork researchReportForExternalBody
attributes
Name  Type  Use  Default  Fixed  Annotation
extent  seer:stringMax100Type  optional      
documentation
The size or duration of the resource. (DC: Extent)
yearPublished  seer:yearType  required      
documentation
The full (four-digit) calendar year when the Research Output is published. (DC: Date)
doi  seer:doiType  optional      
documentation
The unqiue DOI (Digital Object Indentifier) of the research output. (DC:Identifier)
isTranslated  xs:boolean  optional  false    
documentation
An indicator that the Research Output submitted is a translation of an otherwise eligible Research Output.
containsSensitiveContent  xs:boolean  optional  false    
documentation
An indicator that the Research Output requires special handling due to the content.
sensitiveNote  seer:sensitiveNoteListType  optional      
documentation
A description to address how the research output should be handled.
sensitiveNoteOther  seer:stringMax1500Type  optional      
documentation
Sensitivity note free text when predetermined answer is not suitable..
availableInOpenAccessRepository  xs:boolean  required      
documentation
Indicates whether the research output is identified as available in an open access institutional repository in line with the ARC Open Access policy.
publisher  seer:stringMax100Type  optional      
documentation
(DC: publisher).
placeOfPublication  seer:stringMax100Type  required      
documentation
The location where the Research Output was published. (DC: Coverage)
yearPresented  seer:yearType  optional      
documentation
The full (four-digit) calendar year when the Research Output was presented, if different to the published year. (DC: Date)
standardNumber  seer:stringMax30Type  optional      
documentation
The standard number for the Research Output (e.g. International Standard Music Number (ISMN)).
issue  seer:stringMax100Type  optional      
documentation
The issue identifier of the research output.
volume  seer:stringMax100Type  optional      
documentation
The volume identifier of the research output.
media  seer:stringMax200Type  optional      
documentation
Details on the research output format (e.g. interactive video installation, website).
notes  seer:stringMax200Type  optional      
documentation
Additional notes about the research output (e.g. include venue name and type, venue commissioner, role of creator).
source <xs:complexType name="nonTraditionalResearchOutputType">
 
<xs:complexContent>
   
<xs:extension base="seer:researchOutputType">
     
<xs:sequence>
       
<xs:element ref="seer:researchStatement" minOccurs="0"/>
     
</xs:sequence>
     
<xs:attribute name="publisher" type="seer:stringMax100Type" use="optional">
       
<xs:annotation>
         
<xs:documentation>(DC: publisher).</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="placeOfPublication" type="seer:stringMax100Type" use="required">
       
<xs:annotation>
         
<xs:documentation>The location where the Research Output was published. (DC: Coverage)</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="yearPresented" type="seer:yearType" use="optional">
       
<xs:annotation>
         
<xs:documentation>The full (four-digit) calendar year when the Research Output was presented, if different to the published year. (DC: Date)</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="standardNumber" type="seer:stringMax30Type" use="optional">
       
<xs:annotation>
         
<xs:documentation>The standard number for the Research Output (e.g. International Standard Music Number (ISMN)).</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="issue" type="seer:stringMax100Type" use="optional">
       
<xs:annotation>
         
<xs:documentation>The issue identifier of the research output.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="volume" type="seer:stringMax100Type" use="optional">
       
<xs:annotation>
         
<xs:documentation>The volume identifier of the research output.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="media" type="seer:stringMax200Type" use="optional">
       
<xs:annotation>
         
<xs:documentation>Details on the research output format (e.g. interactive video installation, website).</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="notes" type="seer:stringMax200Type" use="optional">
       
<xs:annotation>
         
<xs:documentation>Additional notes about the research output (e.g. include venue name and type, venue commissioner, role of creator). </xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute nonTraditionalResearchOutputType/@publisher
type seer:stringMax100Type
properties
use optional
facets
Kind Value Annotation
minLength 1
maxLength 100
annotation
documentation
(DC: publisher).
source <xs:attribute name="publisher" type="seer:stringMax100Type" use="optional">
 
<xs:annotation>
   
<xs:documentation>(DC: publisher).</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute nonTraditionalResearchOutputType/@placeOfPublication
type seer:stringMax100Type
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 100
annotation
documentation
The location where the Research Output was published. (DC: Coverage)
source <xs:attribute name="placeOfPublication" type="seer:stringMax100Type" use="required">
 
<xs:annotation>
   
<xs:documentation>The location where the Research Output was published. (DC: Coverage)</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute nonTraditionalResearchOutputType/@yearPresented
type seer:yearType
properties
use optional
facets
Kind Value Annotation
pattern (\d{4}|\d{2}[A-C])
annotation
documentation
The full (four-digit) calendar year when the Research Output was presented, if different to the published year. (DC: Date)
source <xs:attribute name="yearPresented" type="seer:yearType" use="optional">
 
<xs:annotation>
   
<xs:documentation>The full (four-digit) calendar year when the Research Output was presented, if different to the published year. (DC: Date)</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute nonTraditionalResearchOutputType/@standardNumber
type seer:stringMax30Type
properties
use optional
facets
Kind Value Annotation
minLength 1
maxLength 30
annotation
documentation
The standard number for the Research Output (e.g. International Standard Music Number (ISMN)).
source <xs:attribute name="standardNumber" type="seer:stringMax30Type" use="optional">
 
<xs:annotation>
   
<xs:documentation>The standard number for the Research Output (e.g. International Standard Music Number (ISMN)).</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute nonTraditionalResearchOutputType/@issue
type seer:stringMax100Type
properties
use optional
facets
Kind Value Annotation
minLength 1
maxLength 100
annotation
documentation
The issue identifier of the research output.
source <xs:attribute name="issue" type="seer:stringMax100Type" use="optional">
 
<xs:annotation>
   
<xs:documentation>The issue identifier of the research output.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute nonTraditionalResearchOutputType/@volume
type seer:stringMax100Type
properties
use optional
facets
Kind Value Annotation
minLength 1
maxLength 100
annotation
documentation
The volume identifier of the research output.
source <xs:attribute name="volume" type="seer:stringMax100Type" use="optional">
 
<xs:annotation>
   
<xs:documentation>The volume identifier of the research output.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute nonTraditionalResearchOutputType/@media
type seer:stringMax200Type
properties
use optional
facets
Kind Value Annotation
minLength 1
maxLength 200
annotation
documentation
Details on the research output format (e.g. interactive video installation, website).
source <xs:attribute name="media" type="seer:stringMax200Type" use="optional">
 
<xs:annotation>
   
<xs:documentation>Details on the research output format (e.g. interactive video installation, website).</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute nonTraditionalResearchOutputType/@notes
type seer:stringMax200Type
properties
use optional
facets
Kind Value Annotation
minLength 1
maxLength 200
annotation
documentation
Additional notes about the research output (e.g. include venue name and type, venue commissioner, role of creator).
source <xs:attribute name="notes" type="seer:stringMax200Type" use="optional">
 
<xs:annotation>
   
<xs:documentation>Additional notes about the research output (e.g. include venue name and type, venue commissioner, role of creator). </xs:documentation>
 
</xs:annotation>
</xs:attribute>

complexType portfolioNonTraditionalResearchOutputType
diagram seer_diagrams/seer_p43.png
namespace http://seer.arc.gov.au/2023/seer/1
children seer:title seer:electronicLocations seer:creators seer:staffCreators
used by
elements portfolioCuratedExhibitionOrEvent portfolioLivePerformance portfolioOriginalCreativeWork portfolioRecordedOrRenderedWork portfolioResearchReportForExternalBody
attributes
Name  Type  Use  Default  Fixed  Annotation
publisher  seer:stringMax100Type  optional      
documentation
(DC: publisher).
placeOfPublication  seer:stringMax100Type  required      
documentation
The location where the Research Output was published. (DC: Coverage)
yearPresented  seer:yearType  optional      
documentation
The full (four-digit) calendar year when the Research Output was presented, if different to the published year. (DC: Date)
standardNumber  seer:stringMax30Type  optional      
documentation
The standard number for the Research Output (e.g. International Standard Music Number (ISMN)).
issue  seer:stringMax100Type  optional      
documentation
The issue identifier of the research output.
volume  seer:stringMax100Type  optional      
documentation
The volume identifier of the research output.
media  seer:stringMax200Type  optional      
documentation
Details on the research output format (e.g. interactive video installation, website).
notes  seer:stringMax200Type  optional      
documentation
Additional notes about the research output (e.g. include venue name and type, venue commissioner, role of creator).
extent  seer:stringMax100Type  optional      
documentation
The size or duration of the resource. (DC: Extent)
yearPublished  seer:yearType  required      
documentation
The full (four-digit) calendar year when the Research Output is published. (DC: Date)
doi  seer:doiType  optional      
documentation
The unqiue DOI (Digital Object Indentifier) of the research output. (DC:Identifier)
isTranslated  xs:boolean  optional  false    
documentation
An indicator that the Research Output submitted is a translation of an otherwise eligible Research Output.
availableInOpenAccessRepository  xs:boolean  required      
documentation
Indicates whether the research output is identified as available in an open access institutional repository in line with the ARC Open Access policy.
source <xs:complexType name="portfolioNonTraditionalResearchOutputType">
 
<xs:sequence>
   
<xs:element ref="seer:title">
     
<xs:annotation>
       
<xs:documentation>The title of the research output using complex format as specified in the Artefact Title.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element ref="seer:electronicLocations" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>A collection of electronic locations related to each research output. Required if nominated for ERA peer review.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element ref="seer:creators">
     
<xs:annotation>
       
<xs:documentation>A collection of one or more authors for the output. (DC: Creator)</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element ref="seer:staffCreators"/>
 
</xs:sequence>
 
<xs:attribute name="publisher" type="seer:stringMax100Type" use="optional">
   
<xs:annotation>
     
<xs:documentation>(DC: publisher).</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="placeOfPublication" type="seer:stringMax100Type" use="required">
   
<xs:annotation>
     
<xs:documentation>The location where the Research Output was published. (DC: Coverage)</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="yearPresented" type="seer:yearType" use="optional">
   
<xs:annotation>
     
<xs:documentation>The full (four-digit) calendar year when the Research Output was presented, if different to the published year. (DC: Date)</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="standardNumber" type="seer:stringMax30Type" use="optional">
   
<xs:annotation>
     
<xs:documentation>The standard number for the Research Output (e.g. International Standard Music Number (ISMN)).</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="issue" type="seer:stringMax100Type" use="optional">
   
<xs:annotation>
     
<xs:documentation>The issue identifier of the research output.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="volume" type="seer:stringMax100Type" use="optional">
   
<xs:annotation>
     
<xs:documentation>The volume identifier of the research output.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="media" type="seer:stringMax200Type" use="optional">
   
<xs:annotation>
     
<xs:documentation>Details on the research output format (e.g. interactive video installation, website).</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="notes" type="seer:stringMax200Type" use="optional">
   
<xs:annotation>
     
<xs:documentation>Additional notes about the research output (e.g. include venue name and type, venue commissioner, role of creator). </xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="extent" type="seer:stringMax100Type" use="optional">
   
<xs:annotation>
     
<xs:documentation>The size or duration of the resource. (DC: Extent)</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="yearPublished" type="seer:yearType" use="required">
   
<xs:annotation>
     
<xs:documentation>The full (four-digit) calendar year when the Research Output is published. (DC: Date)</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="doi" type="seer:doiType" use="optional">
   
<xs:annotation>
     
<xs:documentation>The unqiue DOI (Digital Object Indentifier) of the research output. (DC:Identifier)</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isTranslated" type="xs:boolean" use="optional" default="false">
   
<xs:annotation>
     
<xs:documentation>An indicator that the Research Output submitted is a translation of an otherwise eligible Research Output.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="availableInOpenAccessRepository" type="xs:boolean" use="required">
   
<xs:annotation>
     
<xs:documentation>Indicates whether the research output is identified as available in an open access institutional repository in line with the ARC Open Access policy.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute portfolioNonTraditionalResearchOutputType/@publisher
type seer:stringMax100Type
properties
use optional
facets
Kind Value Annotation
minLength 1
maxLength 100
annotation
documentation
(DC: publisher).
source <xs:attribute name="publisher" type="seer:stringMax100Type" use="optional">
 
<xs:annotation>
   
<xs:documentation>(DC: publisher).</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute portfolioNonTraditionalResearchOutputType/@placeOfPublication
type seer:stringMax100Type
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 100
annotation
documentation
The location where the Research Output was published. (DC: Coverage)
source <xs:attribute name="placeOfPublication" type="seer:stringMax100Type" use="required">
 
<xs:annotation>
   
<xs:documentation>The location where the Research Output was published. (DC: Coverage)</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute portfolioNonTraditionalResearchOutputType/@yearPresented
type seer:yearType
properties
use optional
facets
Kind Value Annotation
pattern (\d{4}|\d{2}[A-C])
annotation
documentation
The full (four-digit) calendar year when the Research Output was presented, if different to the published year. (DC: Date)
source <xs:attribute name="yearPresented" type="seer:yearType" use="optional">
 
<xs:annotation>
   
<xs:documentation>The full (four-digit) calendar year when the Research Output was presented, if different to the published year. (DC: Date)</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute portfolioNonTraditionalResearchOutputType/@standardNumber
type seer:stringMax30Type
properties
use optional
facets
Kind Value Annotation
minLength 1
maxLength 30
annotation
documentation
The standard number for the Research Output (e.g. International Standard Music Number (ISMN)).
source <xs:attribute name="standardNumber" type="seer:stringMax30Type" use="optional">
 
<xs:annotation>
   
<xs:documentation>The standard number for the Research Output (e.g. International Standard Music Number (ISMN)).</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute portfolioNonTraditionalResearchOutputType/@issue
type seer:stringMax100Type
properties
use optional
facets
Kind Value Annotation
minLength 1
maxLength 100
annotation
documentation
The issue identifier of the research output.
source <xs:attribute name="issue" type="seer:stringMax100Type" use="optional">
 
<xs:annotation>
   
<xs:documentation>The issue identifier of the research output.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute portfolioNonTraditionalResearchOutputType/@volume
type seer:stringMax100Type
properties
use optional
facets
Kind Value Annotation
minLength 1
maxLength 100
annotation
documentation
The volume identifier of the research output.
source <xs:attribute name="volume" type="seer:stringMax100Type" use="optional">
 
<xs:annotation>
   
<xs:documentation>The volume identifier of the research output.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute portfolioNonTraditionalResearchOutputType/@media
type seer:stringMax200Type
properties
use optional
facets
Kind Value Annotation
minLength 1
maxLength 200
annotation
documentation
Details on the research output format (e.g. interactive video installation, website).
source <xs:attribute name="media" type="seer:stringMax200Type" use="optional">
 
<xs:annotation>
   
<xs:documentation>Details on the research output format (e.g. interactive video installation, website).</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute portfolioNonTraditionalResearchOutputType/@notes
type seer:stringMax200Type
properties
use optional
facets
Kind Value Annotation
minLength 1
maxLength 200
annotation
documentation
Additional notes about the research output (e.g. include venue name and type, venue commissioner, role of creator).
source <xs:attribute name="notes" type="seer:stringMax200Type" use="optional">
 
<xs:annotation>
   
<xs:documentation>Additional notes about the research output (e.g. include venue name and type, venue commissioner, role of creator). </xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute portfolioNonTraditionalResearchOutputType/@extent
type seer:stringMax100Type
properties
use optional
facets
Kind Value Annotation
minLength 1
maxLength 100
annotation
documentation
The size or duration of the resource. (DC: Extent)
source <xs:attribute name="extent" type="seer:stringMax100Type" use="optional">
 
<xs:annotation>
   
<xs:documentation>The size or duration of the resource. (DC: Extent)</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute portfolioNonTraditionalResearchOutputType/@yearPublished
type seer:yearType
properties
use required
facets
Kind Value Annotation
pattern (\d{4}|\d{2}[A-C])
annotation
documentation
The full (four-digit) calendar year when the Research Output is published. (DC: Date)
source <xs:attribute name="yearPublished" type="seer:yearType" use="required">
 
<xs:annotation>
   
<xs:documentation>The full (four-digit) calendar year when the Research Output is published. (DC: Date)</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute portfolioNonTraditionalResearchOutputType/@doi
type seer:doiType
properties
use optional
facets
Kind Value Annotation
pattern 10(\.[^./]+)+/.+
annotation
documentation
The unqiue DOI (Digital Object Indentifier) of the research output. (DC:Identifier)
source <xs:attribute name="doi" type="seer:doiType" use="optional">
 
<xs:annotation>
   
<xs:documentation>The unqiue DOI (Digital Object Indentifier) of the research output. (DC:Identifier)</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute portfolioNonTraditionalResearchOutputType/@isTranslated
type xs:boolean
properties
use optional
default false
annotation
documentation
An indicator that the Research Output submitted is a translation of an otherwise eligible Research Output.
source <xs:attribute name="isTranslated" type="xs:boolean" use="optional" default="false">
 
<xs:annotation>
   
<xs:documentation>An indicator that the Research Output submitted is a translation of an otherwise eligible Research Output.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute portfolioNonTraditionalResearchOutputType/@availableInOpenAccessRepository
type xs:boolean
properties
use required
annotation
documentation
Indicates whether the research output is identified as available in an open access institutional repository in line with the ARC Open Access policy.
source <xs:attribute name="availableInOpenAccessRepository" type="xs:boolean" use="required">
 
<xs:annotation>
   
<xs:documentation>Indicates whether the research output is identified as available in an open access institutional repository in line with the ARC Open Access policy.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

complexType researchOutputType
diagram seer_diagrams/seer_p44.png
namespace http://seer.arc.gov.au/2023/seer/1
children seer:title seer:disciplineAssignment seer:electronicLocations seer:creators seer:staffCreators seer:institutionalNotes seer:nominatedPRDisciplines
used by
elements book bookChapter conferencePublication journalArticle
complexType nonTraditionalResearchOutputType
attributes
Name  Type  Use  Default  Fixed  Annotation
extent  seer:stringMax100Type  optional      
documentation
The size or duration of the resource. (DC: Extent)
yearPublished  seer:yearType  required      
documentation
The full (four-digit) calendar year when the Research Output is published. (DC: Date)
doi  seer:doiType  optional      
documentation
The unqiue DOI (Digital Object Indentifier) of the research output. (DC:Identifier)
isTranslated  xs:boolean  optional  false    
documentation
An indicator that the Research Output submitted is a translation of an otherwise eligible Research Output.
containsSensitiveContent  xs:boolean  optional  false    
documentation
An indicator that the Research Output requires special handling due to the content.
sensitiveNote  seer:sensitiveNoteListType  optional      
documentation
A description to address how the research output should be handled.
sensitiveNoteOther  seer:stringMax1500Type  optional      
documentation
Sensitivity note free text when predetermined answer is not suitable..
availableInOpenAccessRepository  xs:boolean  required      
documentation
Indicates whether the research output is identified as available in an open access institutional repository in line with the ARC Open Access policy.
source <xs:complexType name="researchOutputType">
 
<xs:sequence>
   
<xs:element ref="seer:title">
     
<xs:annotation>
       
<xs:documentation>The title of the research output using complex format as specified in the Artefact Title.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element ref="seer:disciplineAssignment">
     
<xs:annotation>
       
<xs:documentation>The collection of ANZSRC Field of Research Group Codes associated to the Research Output.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element ref="seer:electronicLocations" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>A collection of electronic locations related to each research output. Required if nominated for ERA peer review.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element ref="seer:creators">
     
<xs:annotation>
       
<xs:documentation>A collection of one or more authors for the output. (DC: Creator)</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element ref="seer:staffCreators"/>
   
<xs:element ref="seer:institutionalNotes" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>A collection of institutional reporting notes that link the research output to particular institutional units or institutional idenitifier.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element ref="seer:nominatedPRDisciplines" minOccurs="0"/>
 
</xs:sequence>
 
<xs:attribute name="extent" type="seer:stringMax100Type" use="optional">
   
<xs:annotation>
     
<xs:documentation>The size or duration of the resource. (DC: Extent)</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="yearPublished" type="seer:yearType" use="required">
   
<xs:annotation>
     
<xs:documentation>The full (four-digit) calendar year when the Research Output is published. (DC: Date)</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="doi" type="seer:doiType" use="optional">
   
<xs:annotation>
     
<xs:documentation>The unqiue DOI (Digital Object Indentifier) of the research output. (DC:Identifier)</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isTranslated" type="xs:boolean" use="optional" default="false">
   
<xs:annotation>
     
<xs:documentation>An indicator that the Research Output submitted is a translation of an otherwise eligible Research Output.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="containsSensitiveContent" type="xs:boolean" use="optional" default="false">
   
<xs:annotation>
     
<xs:documentation>An indicator that the Research Output requires special handling due to the content.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="sensitiveNote" type="seer:sensitiveNoteListType" use="optional">
   
<xs:annotation>
     
<xs:documentation>A description to address how the research output should be handled.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="sensitiveNoteOther" type="seer:stringMax1500Type" use="optional">
   
<xs:annotation>
     
<xs:documentation>Sensitivity note free text when predetermined answer is not suitable..</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="availableInOpenAccessRepository" type="xs:boolean" use="required">
   
<xs:annotation>
     
<xs:documentation>Indicates whether the research output is identified as available in an open access institutional repository in line with the ARC Open Access policy.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute researchOutputType/@extent
type seer:stringMax100Type
properties
use optional
facets
Kind Value Annotation
minLength 1
maxLength 100
annotation
documentation
The size or duration of the resource. (DC: Extent)
source <xs:attribute name="extent" type="seer:stringMax100Type" use="optional">
 
<xs:annotation>
   
<xs:documentation>The size or duration of the resource. (DC: Extent)</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute researchOutputType/@yearPublished
type seer:yearType
properties
use required
facets
Kind Value Annotation
pattern (\d{4}|\d{2}[A-C])
annotation
documentation
The full (four-digit) calendar year when the Research Output is published. (DC: Date)
source <xs:attribute name="yearPublished" type="seer:yearType" use="required">
 
<xs:annotation>
   
<xs:documentation>The full (four-digit) calendar year when the Research Output is published. (DC: Date)</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute researchOutputType/@doi
type seer:doiType
properties
use optional
facets
Kind Value Annotation
pattern 10(\.[^./]+)+/.+
annotation
documentation
The unqiue DOI (Digital Object Indentifier) of the research output. (DC:Identifier)
source <xs:attribute name="doi" type="seer:doiType" use="optional">
 
<xs:annotation>
   
<xs:documentation>The unqiue DOI (Digital Object Indentifier) of the research output. (DC:Identifier)</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute researchOutputType/@isTranslated
type xs:boolean
properties
use optional
default false
annotation
documentation
An indicator that the Research Output submitted is a translation of an otherwise eligible Research Output.
source <xs:attribute name="isTranslated" type="xs:boolean" use="optional" default="false">
 
<xs:annotation>
   
<xs:documentation>An indicator that the Research Output submitted is a translation of an otherwise eligible Research Output.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute researchOutputType/@containsSensitiveContent
type xs:boolean
properties
use optional
default false
annotation
documentation
An indicator that the Research Output requires special handling due to the content.
source <xs:attribute name="containsSensitiveContent" type="xs:boolean" use="optional" default="false">
 
<xs:annotation>
   
<xs:documentation>An indicator that the Research Output requires special handling due to the content.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute researchOutputType/@sensitiveNote
type seer:sensitiveNoteListType
properties
use optional
annotation
documentation
A description to address how the research output should be handled.
source <xs:attribute name="sensitiveNote" type="seer:sensitiveNoteListType" use="optional">
 
<xs:annotation>
   
<xs:documentation>A description to address how the research output should be handled.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute researchOutputType/@sensitiveNoteOther
type seer:stringMax1500Type
properties
use optional
facets
Kind Value Annotation
minLength 1
maxLength 1500
annotation
documentation
Sensitivity note free text when predetermined answer is not suitable..
source <xs:attribute name="sensitiveNoteOther" type="seer:stringMax1500Type" use="optional">
 
<xs:annotation>
   
<xs:documentation>Sensitivity note free text when predetermined answer is not suitable..</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute researchOutputType/@availableInOpenAccessRepository
type xs:boolean
properties
use required
annotation
documentation
Indicates whether the research output is identified as available in an open access institutional repository in line with the ARC Open Access policy.
source <xs:attribute name="availableInOpenAccessRepository" type="xs:boolean" use="required">
 
<xs:annotation>
   
<xs:documentation>Indicates whether the research output is identified as available in an open access institutional repository in line with the ARC Open Access policy.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element discipline
diagram seer_diagrams/seer_p45.png
namespace http://seer.arc.gov.au/2023/seer/1
properties
content complex
used by
elements disciplineAssignment incomeDisciplineAssignment
attributes
Name  Type  Use  Default  Fixed  Annotation
forGroupCode  seer:forGroupCodeType  required      
documentation
An ANZSRC Field of Research Group Code.
apportionment  seer:percentageType  required      
documentation
The percentage apportionment of the associated FoR.
source <xs:element name="discipline">
 
<xs:complexType>
   
<xs:attribute name="forGroupCode" type="seer:forGroupCodeType" use="required">
     
<xs:annotation>
       
<xs:documentation>An ANZSRC Field of Research Group Code.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="apportionment" type="seer:percentageType" use="required">
     
<xs:annotation>
       
<xs:documentation>The percentage apportionment of the associated FoR.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute discipline/@forGroupCode
type seer:forGroupCodeType
properties
use required
facets
Kind Value Annotation
pattern \d{4}
annotation
documentation
An ANZSRC Field of Research Group Code.
source <xs:attribute name="forGroupCode" type="seer:forGroupCodeType" use="required">
 
<xs:annotation>
   
<xs:documentation>An ANZSRC Field of Research Group Code.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute discipline/@apportionment
type seer:percentageType
properties
use required
facets
Kind Value Annotation
minInclusive 0
maxInclusive 100
fractionDigits 2
annotation
documentation
The percentage apportionment of the associated FoR.
source <xs:attribute name="apportionment" type="seer:percentageType" use="required">
 
<xs:annotation>
   
<xs:documentation>The percentage apportionment of the associated FoR.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element disciplineAssignment
diagram seer_diagrams/seer_p46.png
namespace http://seer.arc.gov.au/2023/seer/1
properties
content complex
children seer:discipline
used by
elements portfolio researcher
complexType researchOutputType
identity constraints
  Name  Refer  Selector  Field(s)  Annotation
unique  uniqueFoRCodeWithinDisciplineAssignment    seer:discipline  @forGroupCode  
documentation
A uniqueness constraint that ensures that a FoR code is not repeated within this collection of disciplines.
source <xs:element name="disciplineAssignment">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="seer:discipline" maxOccurs="3">
       
<xs:annotation>
         
<xs:documentation>A collection of up to three ANZSRC Field of Research Group Codes and their percentage apportionment.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
 
<xs:unique name="uniqueFoRCodeWithinDisciplineAssignment">
   
<xs:annotation>
     
<xs:documentation>A uniqueness constraint that ensures that a FoR code is not repeated within this collection of disciplines.</xs:documentation>
   
</xs:annotation>
   
<xs:selector xpath="seer:discipline"/>
   
<xs:field xpath="@forGroupCode"/>
 
</xs:unique>
</xs:element>

element incomeDisciplineAssignment
diagram seer_diagrams/seer_p47.png
namespace http://seer.arc.gov.au/2023/seer/1
properties
content complex
children seer:discipline
used by
element incomeYear
identity constraints
  Name  Refer  Selector  Field(s)  Annotation
unique  uniqueFoRCodeWithinIncomeDisciplineAssignment    seer:discipline  @forGroupCode  
documentation
A uniqueness constraint that ensures that a FoR code is not repeated within this collection of disciplines.
source <xs:element name="incomeDisciplineAssignment">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="seer:discipline" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>A collection of ANZSRC Field of Research Group Codes and their percentage apportionment.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
 
<xs:unique name="uniqueFoRCodeWithinIncomeDisciplineAssignment">
   
<xs:annotation>
     
<xs:documentation>A uniqueness constraint that ensures that a FoR code is not repeated within this collection of disciplines.</xs:documentation>
   
</xs:annotation>
   
<xs:selector xpath="seer:discipline"/>
   
<xs:field xpath="@forGroupCode"/>
 
</xs:unique>
</xs:element>

element bookOutlet
diagram seer_diagrams/seer_p48.png
namespace http://seer.arc.gov.au/2023/seer/1
properties
content complex
children seer:title
used by
element bookChapter
attributes
Name  Type  Use  Default  Fixed  Annotation
edition  seer:stringMax30Type  optional      
documentation
The edition of the book.
isbn  seer:isbnType  required      
documentation
The International Standard Book Number of a Book in which a Book Chapter is submitted as a Research Output appears.
placeOfPublication  seer:stringMax100Type  required      
documentation
The location where the Research Output was published. (DC: Coverage)
eraPublisherId  seer:stringMax10Type  required      
documentation
A unique identifier assigned by the ARC to a book publisher.
editor  seer:stringMax1000Type  required      
documentation
The name of the editor(s) of the Book in which a Book Chapter submitted as a Research Output appears.
publisherOther  seer:stringMax100Type  optional      
documentation
The name of the book publisher if the book publisher has not been assigned a unique identifier by the ARC.
source <xs:element name="bookOutlet">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="title" type="seer:artefactTitleType">
       
<xs:annotation>
         
<xs:documentation>The title of book outlet related to the Book Chapter submitted.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="edition" type="seer:stringMax30Type" use="optional">
     
<xs:annotation>
       
<xs:documentation>The edition of the book.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="isbn" type="seer:isbnType" use="required">
     
<xs:annotation>
       
<xs:documentation>The International Standard Book Number of a Book in which a Book Chapter is submitted as a Research Output appears.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="placeOfPublication" type="seer:stringMax100Type" use="required">
     
<xs:annotation>
       
<xs:documentation>The location where the Research Output was published. (DC: Coverage)</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="eraPublisherId" type="seer:stringMax10Type" use="required">
     
<xs:annotation>
       
<xs:documentation>A unique identifier assigned by the ARC to a book publisher.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="editor" type="seer:stringMax1000Type" use="required">
     
<xs:annotation>
       
<xs:documentation>The name of the editor(s) of the Book in which a Book Chapter submitted as a Research Output appears.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="publisherOther" type="seer:stringMax100Type" use="optional">
     
<xs:annotation>
       
<xs:documentation>The name of the book publisher if the book publisher has not been assigned a unique identifier by the ARC.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute bookOutlet/@edition
type seer:stringMax30Type
properties
use optional
facets
Kind Value Annotation
minLength 1
maxLength 30
annotation
documentation
The edition of the book.
source <xs:attribute name="edition" type="seer:stringMax30Type" use="optional">
 
<xs:annotation>
   
<xs:documentation>The edition of the book.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute bookOutlet/@isbn
type seer:isbnType
properties
use required
facets
Kind Value Annotation
pattern (\d{1,3})((-?\d){8,11})(-?[\dXx])
annotation
documentation
The International Standard Book Number of a Book in which a Book Chapter is submitted as a Research Output appears.
source <xs:attribute name="isbn" type="seer:isbnType" use="required">
 
<xs:annotation>
   
<xs:documentation>The International Standard Book Number of a Book in which a Book Chapter is submitted as a Research Output appears.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute bookOutlet/@placeOfPublication
type seer:stringMax100Type
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 100
annotation
documentation
The location where the Research Output was published. (DC: Coverage)
source <xs:attribute name="placeOfPublication" type="seer:stringMax100Type" use="required">
 
<xs:annotation>
   
<xs:documentation>The location where the Research Output was published. (DC: Coverage)</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute bookOutlet/@eraPublisherId
type seer:stringMax10Type
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 10
annotation
documentation
A unique identifier assigned by the ARC to a book publisher.
source <xs:attribute name="eraPublisherId" type="seer:stringMax10Type" use="required">
 
<xs:annotation>
   
<xs:documentation>A unique identifier assigned by the ARC to a book publisher.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute bookOutlet/@editor
type seer:stringMax1000Type
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 1000
annotation
documentation
The name of the editor(s) of the Book in which a Book Chapter submitted as a Research Output appears.
source <xs:attribute name="editor" type="seer:stringMax1000Type" use="required">
 
<xs:annotation>
   
<xs:documentation>The name of the editor(s) of the Book in which a Book Chapter submitted as a Research Output appears.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute bookOutlet/@publisherOther
type seer:stringMax100Type
properties
use optional
facets
Kind Value Annotation
minLength 1
maxLength 100
annotation
documentation
The name of the book publisher if the book publisher has not been assigned a unique identifier by the ARC.
source <xs:attribute name="publisherOther" type="seer:stringMax100Type" use="optional">
 
<xs:annotation>
   
<xs:documentation>The name of the book publisher if the book publisher has not been assigned a unique identifier by the ARC.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element bookOutlet/title
diagram seer_diagrams/seer_p49.png
namespace http://seer.arc.gov.au/2023/seer/1
type seer:artefactTitleType
properties
content complex
used by
complexTypes portfolioNonTraditionalResearchOutputType researchOutputType
attributes
Name  Type  Use  Default  Fixed  Annotation
nativeScript  seer:stringMax1500Type  required      
documentation
The title of the Research Output.
language  seer:languageType  optional  1201    
documentation
The code for languages using ABS 1267.0 to identify the native language of a Research Output Title (if other than English).
romanScript  seer:stringMax1500Type  optional      
documentation
Phonetic rendering of the full title in Roman characters where the title of the output is in a foreign language, particularly if the title is in non-Roman characters.
translated  seer:stringMax1500Type  optional      
documentation
The English translation of a Research Output Title, where the titleInNativeScript is in a language other than English.
annotation
documentation
The title of book outlet related to the Book Chapter submitted.
source <xs:element name="title" type="seer:artefactTitleType">
 
<xs:annotation>
   
<xs:documentation>The title of book outlet related to the Book Chapter submitted.</xs:documentation>
 
</xs:annotation>
</xs:element>

element conferencePublicationOutlet
diagram seer_diagrams/seer_p50.png
namespace http://seer.arc.gov.au/2023/seer/1
properties
content complex
children seer:title
used by
element conferencePublication
attributes
Name  Type  Use  Default  Fixed  Annotation
eraConferenceId  seer:stringMax10Type  required      
documentation
A unique identifier assigned by the ARC to a Conference Series.
issue  seer:stringMax100Type  optional      
documentation
The issue identifier of the Conference submitted as a Conference Outlet.
volume  seer:stringMax100Type  optional      
documentation
The volume identifier of the Conference submitted as a Conference Outlet.
venue  seer:stringMax100Type  required      
documentation
The venue where the Conference was held. (DC: Location)
conferenceOther  seer:stringMax200Type  optional      
documentation
The name of the conference or the name of the conference series if the conference has not been assigned a unique identifier by the ARC.
source <xs:element name="conferencePublicationOutlet">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="title" type="seer:artefactTitleType">
       
<xs:annotation>
         
<xs:documentation>The formal name of a Conference Outlet.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="eraConferenceId" type="seer:stringMax10Type" use="required">
     
<xs:annotation>
       
<xs:documentation>A unique identifier assigned by the ARC to a Conference Series.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="issue" type="seer:stringMax100Type" use="optional">
     
<xs:annotation>
       
<xs:documentation>The issue identifier of the Conference submitted as a Conference Outlet.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="volume" type="seer:stringMax100Type" use="optional">
     
<xs:annotation>
       
<xs:documentation>The volume identifier of the Conference submitted as a Conference Outlet.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="venue" type="seer:stringMax100Type" use="required">
     
<xs:annotation>
       
<xs:documentation>The venue where the Conference was held. (DC: Location)</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="conferenceOther" type="seer:stringMax200Type" use="optional">
     
<xs:annotation>
       
<xs:documentation>The name of the conference or the name of the conference series if the conference has not been assigned a unique identifier by the ARC.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute conferencePublicationOutlet/@eraConferenceId
type seer:stringMax10Type
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 10
annotation
documentation
A unique identifier assigned by the ARC to a Conference Series.
source <xs:attribute name="eraConferenceId" type="seer:stringMax10Type" use="required">
 
<xs:annotation>
   
<xs:documentation>A unique identifier assigned by the ARC to a Conference Series.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute conferencePublicationOutlet/@issue
type seer:stringMax100Type
properties
use optional
facets
Kind Value Annotation
minLength 1
maxLength 100
annotation
documentation
The issue identifier of the Conference submitted as a Conference Outlet.
source <xs:attribute name="issue" type="seer:stringMax100Type" use="optional">
 
<xs:annotation>
   
<xs:documentation>The issue identifier of the Conference submitted as a Conference Outlet.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute conferencePublicationOutlet/@volume
type seer:stringMax100Type
properties
use optional
facets
Kind Value Annotation
minLength 1
maxLength 100
annotation
documentation
The volume identifier of the Conference submitted as a Conference Outlet.
source <xs:attribute name="volume" type="seer:stringMax100Type" use="optional">
 
<xs:annotation>
   
<xs:documentation>The volume identifier of the Conference submitted as a Conference Outlet.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute conferencePublicationOutlet/@venue
type seer:stringMax100Type
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 100
annotation
documentation
The venue where the Conference was held. (DC: Location)
source <xs:attribute name="venue" type="seer:stringMax100Type" use="required">
 
<xs:annotation>
   
<xs:documentation>The venue where the Conference was held. (DC: Location)</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute conferencePublicationOutlet/@conferenceOther
type seer:stringMax200Type
properties
use optional
facets
Kind Value Annotation
minLength 1
maxLength 200
annotation
documentation
The name of the conference or the name of the conference series if the conference has not been assigned a unique identifier by the ARC.
source <xs:attribute name="conferenceOther" type="seer:stringMax200Type" use="optional">
 
<xs:annotation>
   
<xs:documentation>The name of the conference or the name of the conference series if the conference has not been assigned a unique identifier by the ARC.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element conferencePublicationOutlet/title
diagram seer_diagrams/seer_p51.png
namespace http://seer.arc.gov.au/2023/seer/1
type seer:artefactTitleType
properties
content complex
used by
complexTypes portfolioNonTraditionalResearchOutputType researchOutputType
attributes
Name  Type  Use  Default  Fixed  Annotation
nativeScript  seer:stringMax1500Type  required      
documentation
The title of the Research Output.
language  seer:languageType  optional  1201    
documentation
The code for languages using ABS 1267.0 to identify the native language of a Research Output Title (if other than English).
romanScript  seer:stringMax1500Type  optional      
documentation
Phonetic rendering of the full title in Roman characters where the title of the output is in a foreign language, particularly if the title is in non-Roman characters.
translated  seer:stringMax1500Type  optional      
documentation
The English translation of a Research Output Title, where the titleInNativeScript is in a language other than English.
annotation
documentation
The formal name of a Conference Outlet.
source <xs:element name="title" type="seer:artefactTitleType">
 
<xs:annotation>
   
<xs:documentation>The formal name of a Conference Outlet.</xs:documentation>
 
</xs:annotation>
</xs:element>

element journalOutlet
diagram seer_diagrams/seer_p52.png
namespace http://seer.arc.gov.au/2023/seer/1
properties
content complex
used by
element journalArticle
attributes
Name  Type  Use  Default  Fixed  Annotation
eraJournalId  seer:stringMax10Type  required      
documentation
A unique identifier assigned by the ARC to a Journal Outlet.
source <xs:element name="journalOutlet">
 
<xs:complexType>
   
<xs:attribute name="eraJournalId" type="seer:stringMax10Type" use="required">
     
<xs:annotation>
       
<xs:documentation>A unique identifier assigned by the ARC to a Journal Outlet.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute journalOutlet/@eraJournalId
type seer:stringMax10Type
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 10
annotation
documentation
A unique identifier assigned by the ARC to a Journal Outlet.
source <xs:attribute name="eraJournalId" type="seer:stringMax10Type" use="required">
 
<xs:annotation>
   
<xs:documentation>A unique identifier assigned by the ARC to a Journal Outlet.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element artefactTitle
diagram seer_diagrams/seer_p53.png
namespace http://seer.arc.gov.au/2023/seer/1
type seer:artefactTitleType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
nativeScript  seer:stringMax1500Type  required      
documentation
The title of the Research Output.
language  seer:languageType  optional  1201    
documentation
The code for languages using ABS 1267.0 to identify the native language of a Research Output Title (if other than English).
romanScript  seer:stringMax1500Type  optional      
documentation
Phonetic rendering of the full title in Roman characters where the title of the output is in a foreign language, particularly if the title is in non-Roman characters.
translated  seer:stringMax1500Type  optional      
documentation
The English translation of a Research Output Title, where the titleInNativeScript is in a language other than English.
source <xs:element name="artefactTitle" type="seer:artefactTitleType"/>

complexType artefactTitleType
diagram seer_diagrams/seer_p54.png
namespace http://seer.arc.gov.au/2023/seer/1
used by
elements artefactTitle bookOutlet/title conferencePublicationOutlet/title title
attributes
Name  Type  Use  Default  Fixed  Annotation
nativeScript  seer:stringMax1500Type  required      
documentation
The title of the Research Output.
language  seer:languageType  optional  1201    
documentation
The code for languages using ABS 1267.0 to identify the native language of a Research Output Title (if other than English).
romanScript  seer:stringMax1500Type  optional      
documentation
Phonetic rendering of the full title in Roman characters where the title of the output is in a foreign language, particularly if the title is in non-Roman characters.
translated  seer:stringMax1500Type  optional      
documentation
The English translation of a Research Output Title, where the titleInNativeScript is in a language other than English.
source <xs:complexType name="artefactTitleType">
 
<xs:attribute name="nativeScript" type="seer:stringMax1500Type" use="required">
   
<xs:annotation>
     
<xs:documentation>The title of the Research Output.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="language" type="seer:languageType" use="optional" default="1201">
   
<xs:annotation>
     
<xs:documentation>The code for languages using ABS 1267.0 to identify the native language of a Research Output Title (if other than English). </xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="romanScript" type="seer:stringMax1500Type" use="optional">
   
<xs:annotation>
     
<xs:documentation>Phonetic rendering of the full title in Roman characters where the title of the output is in a foreign language, particularly if the title is in non-Roman characters.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="translated" type="seer:stringMax1500Type" use="optional">
   
<xs:annotation>
     
<xs:documentation>The English translation of a Research Output Title, where the titleInNativeScript is in a language other than English.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute artefactTitleType/@nativeScript
type seer:stringMax1500Type
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 1500
annotation
documentation
The title of the Research Output.
source <xs:attribute name="nativeScript" type="seer:stringMax1500Type" use="required">
 
<xs:annotation>
   
<xs:documentation>The title of the Research Output.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute artefactTitleType/@language
type seer:languageType
properties
use optional
default 1201
facets
Kind Value Annotation
minLength 1
pattern \d{4}
annotation
documentation
The code for languages using ABS 1267.0 to identify the native language of a Research Output Title (if other than English).
source <xs:attribute name="language" type="seer:languageType" use="optional" default="1201">
 
<xs:annotation>
   
<xs:documentation>The code for languages using ABS 1267.0 to identify the native language of a Research Output Title (if other than English). </xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute artefactTitleType/@romanScript
type seer:stringMax1500Type
properties
use optional
facets
Kind Value Annotation
minLength 1
maxLength 1500
annotation
documentation
Phonetic rendering of the full title in Roman characters where the title of the output is in a foreign language, particularly if the title is in non-Roman characters.
source <xs:attribute name="romanScript" type="seer:stringMax1500Type" use="optional">
 
<xs:annotation>
   
<xs:documentation>Phonetic rendering of the full title in Roman characters where the title of the output is in a foreign language, particularly if the title is in non-Roman characters.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute artefactTitleType/@translated
type seer:stringMax1500Type
properties
use optional
facets
Kind Value Annotation
minLength 1
maxLength 1500
annotation
documentation
The English translation of a Research Output Title, where the titleInNativeScript is in a language other than English.
source <xs:attribute name="translated" type="seer:stringMax1500Type" use="optional">
 
<xs:annotation>
   
<xs:documentation>The English translation of a Research Output Title, where the titleInNativeScript is in a language other than English.</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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