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 |
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 |
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 |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
children | seer:researchers seer:researchIncomeItems seer:researchOutputItems | ||||||||||||||||||||||||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||
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> |
namespace | http://seer.arc.gov.au/2023/seer/1 | |||||||||
type | restriction of seer:minStringType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="basicURLType"> <xs:restriction base="seer:minStringType"> <xs:pattern value="(http|https):\\/\\/(.*)"/> </xs:restriction> </xs:simpleType> |
namespace | http://seer.arc.gov.au/2023/seer/1 | |||||||||
type | restriction of seer:minStringType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="countryCodeType"> <xs:restriction base="seer:minStringType"> <xs:pattern value="\d{4}"/> </xs:restriction> </xs:simpleType> |
namespace | http://seer.arc.gov.au/2023/seer/1 | |||||||||||||||||||||||
type | restriction of xs:string | |||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||
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> |
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
source | <xs:simpleType name="doiType"> <xs:restriction base="xs:string"> <xs:pattern value="10(\.[^./]+)+/.+"/> </xs:restriction> </xs:simpleType> |
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||
type | restriction of seer:stringMax500Type | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:simpleType name="electronicLocationUrlType"> <xs:restriction base="seer:stringMax500Type"> <xs:pattern value="https://.*"/> </xs:restriction> </xs:simpleType> |
namespace | http://seer.arc.gov.au/2023/seer/1 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | restriction of xs:string | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||||||||
type | restriction of xs:string | ||||||||||||||||||
properties |
|
||||||||||||||||||
used by |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
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> |
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
source | <xs:simpleType name="forGroupCodeType"> <xs:restriction base="xs:string"> <xs:pattern value="\d{4}"/> </xs:restriction> </xs:simpleType> |
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||
type | restriction of seer:stringMax10Type | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:simpleType name="identifierMax10Type"> <xs:restriction base="seer:stringMax10Type"> <xs:whiteSpace value="collapse"/> </xs:restriction> </xs:simpleType> |
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||
type | restriction of seer:stringMax30Type | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:simpleType name="identifierMax30Type"> <xs:restriction base="seer:stringMax30Type"> <xs:whiteSpace value="collapse"/> </xs:restriction> </xs:simpleType> |
namespace | http://seer.arc.gov.au/2023/seer/1 | |||||||||
type | restriction of xs:integer | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="incomeAmountType"> <xs:restriction base="xs:integer"> <xs:minInclusive value="-9999999999"/> <xs:maxInclusive value="9999999999"/> </xs:restriction> </xs:simpleType> |
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||||||||||||||||||
type | restriction of xs:string | ||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||
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> |
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
source | <xs:simpleType name="isbnType"> <xs:restriction base="xs:string"> <xs:pattern value="(\d{1,3})((-?\d){8,11})(-?[\dXx])"/> </xs:restriction> </xs:simpleType> |
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
source | <xs:simpleType name="issnType"> <xs:restriction base="xs:string"> <xs:pattern value="\d{4}-?\d{3}[\dXx]"/> </xs:restriction> </xs:simpleType> |
namespace | http://seer.arc.gov.au/2023/seer/1 | |||||||||
type | restriction of seer:minStringType | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="languageType"> <xs:restriction base="seer:minStringType"> <xs:pattern value="\d{4}"/> </xs:restriction> </xs:simpleType> |
namespace | http://seer.arc.gov.au/2023/seer/1 | |||||||||||||||||||||||
type | restriction of xs:string | |||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||
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> |
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||
type | restriction of xs:token | ||||||
properties |
|
||||||
used by | |||||||
facets |
|
||||||
source | <xs:simpleType name="minStringType"> <xs:restriction base="xs:token"> <xs:minLength value="1"/> </xs:restriction> </xs:simpleType> |
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
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> |
namespace | http://seer.arc.gov.au/2023/seer/1 | |||||||||
type | restriction of xs:integer | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="orderInOutputType"> <xs:restriction base="xs:integer"> <xs:minInclusive value="1"/> <xs:maxInclusive value="9999"/> </xs:restriction> </xs:simpleType> |
namespace | http://seer.arc.gov.au/2023/seer/1 | |||||||||||||||||||||||
type | restriction of xs:string | |||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||
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> |
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||
type | restriction of xs:decimal | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
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> |
namespace | http://seer.arc.gov.au/2023/seer/1 | |||||||||||||||||||||||||||||||||
type | restriction of xs:string | |||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||
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> |
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||
type | restriction of xs:float | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
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> |
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||||||||
type | restriction of xs:string | ||||||||||||||||||
properties |
|
||||||||||||||||||
used by |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
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> |
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
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> |
namespace | http://seer.arc.gov.au/2023/seer/1 | |||||||||||||||||||||||
type | restriction of xs:string | |||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||
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> |
namespace | http://seer.arc.gov.au/2023/seer/1 | ||
type | list of seer:sensitiveNoteType | ||
properties |
|
||
used by |
|
||
source | <xs:simpleType name="sensitiveNoteListType"> <xs:list itemType="seer:sensitiveNoteType"/> </xs:simpleType> |
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||||||||||||||||||
type | restriction of xs:string | ||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||
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'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'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> |
namespace | http://seer.arc.gov.au/2023/seer/1 | |||||||||
type | restriction of seer:minStringType | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="stringMax1000Type"> <xs:restriction base="seer:minStringType"> <xs:maxLength value="1000"/> </xs:restriction> </xs:simpleType> |
namespace | http://seer.arc.gov.au/2023/seer/1 | |||||||||
type | restriction of seer:minStringType | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="stringMax10Type"> <xs:restriction base="seer:minStringType"> <xs:maxLength value="10"/> </xs:restriction> </xs:simpleType> |
namespace | http://seer.arc.gov.au/2023/seer/1 | |||||||||
type | restriction of seer:minStringType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="stringMax11Type"> <xs:restriction base="seer:minStringType"> <xs:maxLength value="11"/> </xs:restriction> </xs:simpleType> |
namespace | http://seer.arc.gov.au/2023/seer/1 | |||||||||
type | restriction of seer:minStringType | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="stringMax1500Type"> <xs:restriction base="seer:minStringType"> <xs:maxLength value="1500"/> </xs:restriction> </xs:simpleType> |
namespace | http://seer.arc.gov.au/2023/seer/1 | |||||||||
type | restriction of seer:minStringType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="stringMax150Type"> <xs:restriction base="seer:minStringType"> <xs:maxLength value="150"/> </xs:restriction> </xs:simpleType> |
namespace | http://seer.arc.gov.au/2023/seer/1 | |||||||||
type | restriction of seer:minStringType | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="stringMax2000Type"> <xs:restriction base="seer:minStringType"> <xs:maxLength value="2000"/> </xs:restriction> </xs:simpleType> |
namespace | http://seer.arc.gov.au/2023/seer/1 | |||||||||
type | restriction of seer:minStringType | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="stringMax200Type"> <xs:restriction base="seer:minStringType"> <xs:maxLength value="200"/> </xs:restriction> </xs:simpleType> |
namespace | http://seer.arc.gov.au/2023/seer/1 | |||||||||
type | restriction of seer:minStringType | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="stringMax20Type"> <xs:restriction base="seer:minStringType"> <xs:maxLength value="20"/> </xs:restriction> </xs:simpleType> |
namespace | http://seer.arc.gov.au/2023/seer/1 | |||||||||
type | restriction of seer:minStringType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="stringMax255Type"> <xs:restriction base="seer:minStringType"> <xs:maxLength value="255"/> </xs:restriction> </xs:simpleType> |
namespace | http://seer.arc.gov.au/2023/seer/1 | |||||||||
type | restriction of seer:minStringType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="stringMax256Type"> <xs:restriction base="seer:minStringType"> <xs:maxLength value="256"/> </xs:restriction> </xs:simpleType> |
namespace | http://seer.arc.gov.au/2023/seer/1 | |||||||||
type | restriction of seer:minStringType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="stringMax2Type"> <xs:restriction base="seer:minStringType"> <xs:maxLength value="2"/> </xs:restriction> </xs:simpleType> |
namespace | http://seer.arc.gov.au/2023/seer/1 | |||||||||
type | restriction of seer:minStringType | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="stringMax30Type"> <xs:restriction base="seer:minStringType"> <xs:maxLength value="30"/> </xs:restriction> </xs:simpleType> |
namespace | http://seer.arc.gov.au/2023/seer/1 | |||||||||
type | restriction of seer:minStringType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="stringMax36Type"> <xs:restriction base="seer:minStringType"> <xs:maxLength value="36"/> </xs:restriction> </xs:simpleType> |
namespace | http://seer.arc.gov.au/2023/seer/1 | |||||||||
type | restriction of seer:minStringType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="stringMax3Type"> <xs:restriction base="seer:minStringType"> <xs:maxLength value="3"/> </xs:restriction> </xs:simpleType> |
namespace | http://seer.arc.gov.au/2023/seer/1 | |||||||||
type | restriction of seer:minStringType | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="stringMax500Type"> <xs:restriction base="seer:minStringType"> <xs:maxLength value="500"/> </xs:restriction> </xs:simpleType> |
namespace | http://seer.arc.gov.au/2023/seer/1 | |||||||||
type | restriction of seer:minStringType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="stringMax5Type"> <xs:restriction base="seer:minStringType"> <xs:maxLength value="5"/> </xs:restriction> </xs:simpleType> |
namespace | http://seer.arc.gov.au/2023/seer/1 | |||||||||
type | restriction of xs:integer | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="totalPagesType"> <xs:restriction base="xs:integer"> <xs:minInclusive value="1"/> <xs:maxInclusive value="999999"/> </xs:restriction> </xs:simpleType> |
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
source | <xs:simpleType name="yearType"> <xs:restriction base="xs:string"> <xs:pattern value="(\d{4}|\d{2}[A-C])"/> </xs:restriction> </xs:simpleType> |
diagram | ![]() |
||||||||||||||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||||
properties |
|
||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
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> |
type | seer:stringMax200Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | seer:disciplineAssignment seer:otherNames | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | seer:stringMax100Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | seer:stringMax20Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | seer:stringMax100Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | seer:stringMax100Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | seer:stringMax100Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | seer:employmentLevelType | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | seer:employmentStatusType | ||||||||||||||||||
properties |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
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> |
type | seer:researcherFunctionType | ||||||||||||||||||
properties |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
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> |
type | seer:researcherGenderType | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
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> |
type | seer:researcherFteType | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
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> |
type | seer:indigenousStatusType | ||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||
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> |
type | seer:orcidType | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
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> |
diagram | ![]() |
||||||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||
properties |
|
||||||
children | seer:otherName | ||||||
annotation |
|
||||||
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> |
diagram | ![]() |
||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||
properties |
|
||
children | seer:researcher | ||
used by |
|
||
annotation |
|
||
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> |
diagram | ![]() |
||||||||||||||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||||
properties |
|
||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
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> |
type | seer:stringMax100Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
diagram | ![]() |
||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||
properties |
|
||
children | seer:staffCreator | ||
used by |
|
||
annotation |
|
||
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> |
diagram | ![]() |
||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||
type | extension of seer:researchIncomeType | ||
properties |
|
||
children | seer:incomeYears | ||
used by |
|
||
source | <xs:element name="australianCompetitiveGrantIncome"> <xs:complexType> <xs:complexContent> <xs:extension base="seer:researchIncomeType"/> </xs:complexContent> </xs:complexType> </xs:element> |
diagram | ![]() |
||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||
type | extension of seer:researchIncomeType | ||
properties |
|
||
children | seer:incomeYears | ||
used by |
|
||
source | <xs:element name="crcResearchIncome"> <xs:complexType> <xs:complexContent> <xs:extension base="seer:researchIncomeType"/> </xs:complexContent> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | seer:incomeDisciplineAssignment | ||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
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> |
type | seer:incomeAmountType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | seer:yearType | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
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> |
diagram | ![]() |
||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||
type | extension of seer:researchIncomeType | ||
properties |
|
||
children | seer:incomeYears | ||
used by |
|
||
source | <xs:element name="industryAndOtherResearchIncome"> <xs:complexType> <xs:complexContent> <xs:extension base="seer:researchIncomeType"/> </xs:complexContent> </xs:complexType> </xs:element> |
diagram | ![]() |
||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||
type | extension of seer:researchIncomeType | ||
properties |
|
||
children | seer:incomeYears | ||
used by |
|
||
source | <xs:element name="otherPublicSectorIncome"> <xs:complexType> <xs:complexContent> <xs:extension base="seer:researchIncomeType"/> </xs:complexContent> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
children | seer:australianCompetitiveGrantIncome seer:otherPublicSectorIncome seer:industryAndOtherResearchIncome seer:crcResearchIncome | ||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
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> |
diagram | ![]() |
||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||
children | seer:incomeYears | ||
used by |
|
||
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> |
diagram | ![]() |
||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||
properties |
|
||
children | seer:incomeYear | ||
annotation |
|
||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of seer:researchOutputType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | seer:title seer:disciplineAssignment seer:electronicLocations seer:creators seer:staffCreators seer:institutionalNotes seer:nominatedPRDisciplines | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | xs:boolean | ||
annotation |
|
||
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> |
type | seer:stringMax30Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | seer:isbnType | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
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> |
type | seer:stringMax10Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | seer:stringMax100Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | seer:yearType | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
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> |
type | seer:stringMax100Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of seer:researchOutputType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | seer:title seer:disciplineAssignment seer:electronicLocations seer:creators seer:staffCreators seer:institutionalNotes seer:nominatedPRDisciplines seer:bookOutlet | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | seer:yearType | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of seer:researchOutputType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | seer:title seer:disciplineAssignment seer:electronicLocations seer:creators seer:staffCreators seer:institutionalNotes seer:nominatedPRDisciplines seer:conferencePublicationOutlet | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | seer:stringMax100Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:attribute name="publisher" type="seer:stringMax100Type" use="required"> <xs:annotation> <xs:documentation>(DC: Publisher)</xs:documentation> </xs:annotation> </xs:attribute> |
type | seer:stringMax100Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | seer:yearType | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
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> |
type | seer:issnType | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
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> |
type | seer:isbnType | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
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> |
diagram | ![]() |
||||||||||||||||||||||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
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> |
type | seer:orderInOutputType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | seer:stringMax200Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
diagram | ![]() |
||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||
properties |
|
||
children | seer:creator | ||
used by |
|
||
annotation |
|
||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of seer:nonTraditionalResearchOutputType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | seer:title seer:disciplineAssignment seer:electronicLocations seer:creators seer:staffCreators seer:institutionalNotes seer:nominatedPRDisciplines seer:researchStatement | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | seer:curatedExhibitionOrEventCategoryType | |||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||
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> |
diagram | ![]() |
||||||||||||||||||||||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
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> |
type | seer:electronicLocationUrlType | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
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> |
type | xs:boolean | ||||
properties |
|
||||
annotation |
|
||||
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> |
diagram | ![]() |
||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||
properties |
|
||
children | seer:electronicLocation | ||
used by |
|
||
annotation |
|
||
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> |
diagram | ![]() |
||||||||||||||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||||
properties |
|
||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
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> |
type | seer:stringMax100Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
diagram | ![]() |
||||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||
properties |
|
||||
children | seer:institutionalNote | ||||
used by |
|
||||
annotation |
|
||||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of seer:researchOutputType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | seer:title seer:disciplineAssignment seer:electronicLocations seer:creators seer:staffCreators seer:institutionalNotes seer:nominatedPRDisciplines seer:journalOutlet | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | seer:stringMax30Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | seer:stringMax100Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | seer:stringMax100Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | seer:yearType | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
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> |
type | seer:stringMax100Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of seer:nonTraditionalResearchOutputType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | seer:title seer:disciplineAssignment seer:electronicLocations seer:creators seer:staffCreators seer:institutionalNotes seer:nominatedPRDisciplines seer:researchStatement | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | seer:livePerformanceCategoryType | |||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||
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> |
diagram | ![]() |
||||||||||||||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||||
properties |
|
||||||||||||||
children | seer:nominatedPRDiscipline | ||||||||||||||
used by |
|
||||||||||||||
identity constraints |
|
||||||||||||||
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> |
diagram | ![]() |
||||||||||||||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||||
properties |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |
type | seer:forGroupCodeType | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of seer:nonTraditionalResearchOutputType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | seer:title seer:disciplineAssignment seer:electronicLocations seer:creators seer:staffCreators seer:institutionalNotes seer:nominatedPRDisciplines seer:researchStatement | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | seer:originalCreativeWorkCategoryType | |||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
children | seer:researchStatement seer:disciplineAssignment seer:nominatedPRDisciplines seer:institutionalNotes seer:portfolioOriginalCreativeWork seer:portfolioLivePerformance seer:portfolioRecordedOrRenderedWork seer:portfolioCuratedExhibitionOrEvent seer:portfolioResearchReportForExternalBody | ||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | seer:stringMax100Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | seer:stringMax100Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | xs:boolean | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | seer:sensitiveNoteListType | ||
properties |
|
||
annotation |
|
||
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> |
type | seer:stringMax1500Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of seer:portfolioNonTraditionalResearchOutputType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | seer:title seer:electronicLocations seer:creators seer:staffCreators | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | seer:curatedExhibitionOrEventCategoryType | |||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of seer:portfolioNonTraditionalResearchOutputType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | seer:title seer:electronicLocations seer:creators seer:staffCreators | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | seer:livePerformanceCategoryType | |||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of seer:portfolioNonTraditionalResearchOutputType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | seer:title seer:electronicLocations seer:creators seer:staffCreators | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | seer:originalCreativeWorkCategoryType | |||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of seer:portfolioNonTraditionalResearchOutputType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | seer:title seer:electronicLocations seer:creators seer:staffCreators | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | seer:recordedOrRenderedWorkCategoryType | |||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of seer:portfolioNonTraditionalResearchOutputType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | seer:title seer:electronicLocations seer:creators seer:staffCreators | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | seer:researchReportForExternalBodyCategoryType | |||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of seer:nonTraditionalResearchOutputType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | seer:title seer:disciplineAssignment seer:electronicLocations seer:creators seer:staffCreators seer:institutionalNotes seer:nominatedPRDisciplines seer:researchStatement | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | seer:recordedOrRenderedWorkCategoryType | |||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||
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> |
diagram | ![]() |
||||||||||||||||||||||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | seer:book seer:bookChapter seer:journalArticle seer:conferencePublication seer:originalCreativeWork seer:livePerformance seer:recordedOrRenderedWork seer:curatedExhibitionOrEvent seer:researchReportForExternalBody seer:portfolio | ||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of seer:nonTraditionalResearchOutputType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | seer:title seer:disciplineAssignment seer:electronicLocations seer:creators seer:staffCreators seer:institutionalNotes seer:nominatedPRDisciplines seer:researchStatement | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | seer:researchReportForExternalBodyCategoryType | |||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||
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> |
diagram | ![]() |
|||||||||
namespace | http://seer.arc.gov.au/2023/seer/1 | |||||||||
type | seer:stringMax2000Type | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||||||||||||||||||||||||||||
type | seer:artefactTitleType | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of seer:researchOutputType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | seer:title seer:disciplineAssignment seer:electronicLocations seer:creators seer:staffCreators seer:institutionalNotes seer:nominatedPRDisciplines seer:researchStatement | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | seer:stringMax100Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:attribute name="publisher" type="seer:stringMax100Type" use="optional"> <xs:annotation> <xs:documentation>(DC: publisher).</xs:documentation> </xs:annotation> </xs:attribute> |
type | seer:stringMax100Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | seer:yearType | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
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> |
type | seer:stringMax30Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | seer:stringMax100Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | seer:stringMax100Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | seer:stringMax200Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | seer:stringMax200Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | seer:title seer:electronicLocations seer:creators seer:staffCreators | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | seer:stringMax100Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:attribute name="publisher" type="seer:stringMax100Type" use="optional"> <xs:annotation> <xs:documentation>(DC: publisher).</xs:documentation> </xs:annotation> </xs:attribute> |
type | seer:stringMax100Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | seer:yearType | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
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> |
type | seer:stringMax30Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | seer:stringMax100Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | seer:stringMax100Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | seer:stringMax200Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | seer:stringMax200Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | seer:stringMax100Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | seer:yearType | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
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> |
type | seer:doiType | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
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> |
type | xs:boolean | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:boolean | ||
properties |
|
||
annotation |
|
||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | seer:stringMax100Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | seer:yearType | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
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> |
type | seer:doiType | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
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> |
type | xs:boolean | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:boolean | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | seer:sensitiveNoteListType | ||
properties |
|
||
annotation |
|
||
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> |
type | seer:stringMax1500Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | xs:boolean | ||
properties |
|
||
annotation |
|
||
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> |
diagram | ![]() |
||||||||||||||||||||||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
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> |
type | seer:forGroupCodeType | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
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> |
type | seer:percentageType | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
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> |
diagram | ![]() |
||||||||||||||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||||
properties |
|
||||||||||||||
children | seer:discipline | ||||||||||||||
used by |
|
||||||||||||||
identity constraints |
|
||||||||||||||
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> |
diagram | ![]() |
||||||||||||||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||||
properties |
|
||||||||||||||
children | seer:discipline | ||||||||||||||
used by |
|
||||||||||||||
identity constraints |
|
||||||||||||||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | seer:title | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | seer:stringMax30Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | seer:isbnType | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
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> |
type | seer:stringMax100Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | seer:stringMax10Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | seer:stringMax1000Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | seer:stringMax100Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||||||||||||||||||||||||||||
type | seer:artefactTitleType | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
children | seer:title | ||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | seer:stringMax10Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | seer:stringMax100Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | seer:stringMax100Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | seer:stringMax100Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | seer:stringMax200Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||||||||||||||||||||||||||||
type | seer:artefactTitleType | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
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> |
diagram | ![]() |
||||||||||||||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||||
properties |
|
||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
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> |
type | seer:stringMax10Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||||||||||||||||||||||||||||
type | seer:artefactTitleType | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
source | <xs:element name="artefactTitle" type="seer:artefactTitleType"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||
namespace | http://seer.arc.gov.au/2023/seer/1 | ||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
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> |
type | seer:stringMax1500Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | seer:languageType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | seer:stringMax1500Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | seer:stringMax1500Type | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |