Showing:

Annotations
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Included schema CEF-AT-SHARE-BaseTypes.xsd
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Properties
attribute form default unqualified
element form default qualified
version 1.0.0
Element identifierSchemeName
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
Specifies the name of the identifier scheme as assigned by a designated authority (e.g. DOI, PURL, ISLRN, etc.)
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
enumeration CEF-AT
Value for identifierSchemeName, referring to the CEF-AT
enumeration Handle
Value for identifierSchemeName, referring to the Handle system for identifiers (https://www.handle.net/)
enumeration PURL
Value for identifierSchemeName, referring to PURL (Persistent URL, https://archive.org/services/purl/help)
enumeration URL
Value for identifierSchemeName, referring to the URL (Uniform Resource Locator, https://en.wikipedia.org/wiki/URL)
enumeration URN
Value for identifierSchemeName, referring to the URN (Uniform Resource Name, https://en.wikipedia.org/wiki/Uniform_Resource_Name)
enumeration ISLRN
Value for identifierSchemeName, referring to the ISLRN (International Standard Language Resource Number, http://www.islrn.org/)
enumeration DOI
Value for identifierSchemeName, referring to the DOI (Digital Object Identifier, https://www.doi.org//)
enumeration maven
Value for identifierSchemeName, referring to software distributed through Maven (https://maven.apache.org/)
enumeration docker
Value for identifierSchemeName, referring to software distributed through the central Docker Hub (https://hub.docker.com/)
enumeration other
Value for identifierSchemeName, to be used when the desired value is not included in the listed values; if used, please give more information in the schemeURI
Used by
Source
<xs:element name="identifierSchemeName">
  <xs:annotation>
    <xs:documentation>Specifies the name of the identifier scheme as assigned by a designated authority (e.g. DOI, PURL, ISLRN, etc.)</xs:documentation>
    <xs:appinfo>
      <label>Identifier scheme name</label>
      <label-plural>Identifier scheme names</label-plural>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="CEF-AT">
        <xs:annotation>
          <xs:documentation>Value for identifierSchemeName, referring to the CEF-AT</xs:documentation>
          <xs:appinfo>
            <label>CEF-AT identifier</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Handle">
        <xs:annotation>
          <xs:documentation>Value for identifierSchemeName, referring to the Handle system for identifiers (https://www.handle.net/)</xs:documentation>
          <xs:appinfo>
            <label>Handle identifier</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PURL">
        <xs:annotation>
          <xs:documentation>Value for identifierSchemeName, referring to PURL (Persistent URL, https://archive.org/services/purl/help)</xs:documentation>
          <xs:appinfo>
            <label>PURL (Persistent URL)</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="URL">
        <xs:annotation>
          <xs:documentation>Value for identifierSchemeName, referring to the URL (Uniform Resource Locator, https://en.wikipedia.org/wiki/URL)</xs:documentation>
          <xs:appinfo>
            <label>URL (Uniform Resource Locator)</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="URN">
        <xs:annotation>
          <xs:documentation>Value for identifierSchemeName, referring to the URN (Uniform Resource Name, https://en.wikipedia.org/wiki/Uniform_Resource_Name)</xs:documentation>
          <xs:appinfo>
            <label>URN (Uniform Resource Name)</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ISLRN">
        <xs:annotation>
          <xs:documentation>Value for identifierSchemeName, referring to the ISLRN (International Standard Language Resource Number, http://www.islrn.org/)</xs:documentation>
          <xs:appinfo>
            <label>ISLRN (International Standard Language Resource Number)</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DOI">
        <xs:annotation>
          <xs:documentation>Value for identifierSchemeName, referring to the DOI (Digital Object Identifier, https://www.doi.org//)</xs:documentation>
          <xs:appinfo>
            <label>DOI (Digital Object Identifier)</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="maven">
        <xs:annotation>
          <xs:documentation>Value for identifierSchemeName, referring to software distributed through Maven (https://maven.apache.org/)</xs:documentation>
          <xs:appinfo>
            <label>Maven</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="docker">
        <xs:annotation>
          <xs:documentation>Value for identifierSchemeName, referring to software distributed through the central Docker Hub (https://hub.docker.com/)</xs:documentation>
          <xs:appinfo>
            <label>Docker</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="other">
        <xs:annotation>
          <xs:documentation>Value for identifierSchemeName, to be used when the desired value is not included in the listed values; if used, please give more information in the schemeURI</xs:documentation>
          <xs:appinfo>
            <label>Other</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element schemeURI
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
Specifies the URI of the scheme according to which the resource identifier is assigned by the authority that issues it
Diagram
Diagram
Type restriction of xs:anyURI
Properties
content simple
Facets
maxLength 300
Used by
Source
<xs:element name="schemeURI">
  <xs:annotation>
    <xs:documentation>Specifies the URI of the scheme according to which the resource identifier is assigned by the authority that issues it</xs:documentation>
    <xs:appinfo>
      <label>URI for scheme</label>
      <label-plural>URI for schemes</label-plural>
      <userTip>If the scheme name is not included in the listed values for resource or other identifiers, please use "other" and use the "schemeURI" attribute to provide a link to information about the scheme</userTip>
      <condition>Show in editor only if identifierSchemeName=other</condition>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:anyURI">
      <xs:maxLength value="300"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element sex
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
The gender of a person related to or participating in the resource
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 30
enumeration male
enumeration female
enumeration unknown
Used by
Complex Type personInfoType
Source
<xs:element name="sex">
  <xs:annotation>
    <xs:documentation>The gender of a person related to or participating in the resource</xs:documentation>
    <xs:appinfo>
      <label>Sex</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="30"/>
      <xs:enumeration value="male"/>
      <xs:enumeration value="female"/>
      <xs:enumeration value="unknown"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element contactInfoType / contactType
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
The type of the contact point (email or URL)
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
enumeration landingPage
Value for contactType; for URL's used as the landing page providing information on how to receive help for a service
enumeration contactEmail
Value for contactType; for general emails or contact persons that can be approached for receiving help for a service
Source
<xs:element name="contactType">
  <xs:annotation>
    <xs:documentation>The type of the contact point (email or URL)</xs:documentation>
    <xs:appinfo>
      <label>Contact type</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="landingPage">
        <xs:annotation>
          <xs:documentation>Value for contactType; for URL's used as the landing page providing information on how to receive help for a service</xs:documentation>
          <xs:appinfo>
            <label>Landing page</label>
            <label-plural>Landing pages</label-plural>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="contactEmail">
        <xs:annotation>
          <xs:documentation>Value for contactType; for general emails or contact persons that can be approached for receiving help for a service</xs:documentation>
          <xs:appinfo>
            <label>Contact email</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element contactInfoType / contactPoint
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
An email or a URL (landing page) that provides more information on the resource
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 300
Source
<xs:element name="contactPoint">
  <xs:annotation>
    <xs:documentation>An email or a URL (landing page) that provides more information on the resource</xs:documentation>
    <xs:appinfo>
      <label>Contact point</label>
      <condition>If contactType="landingPage", validate with pattern for URLs; if contactType="contactEmail", validate with pattern for email addresses</condition>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="300"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element contactInfoType / contactPerson
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
Groups information on the person(s) that is/are responsible for providing further information regarding the service
Diagram
Diagram CEF-AT-SHARE-RoleTypes_xsd.tmp#personInfoType_surname CEF-AT-SHARE-RoleTypes_xsd.tmp#personInfoType_givenName CEF-AT-SHARE-BaseTypes_xsd.tmp#sex CEF-AT-SHARE-RoleTypes_xsd.tmp#communicationInfo CEF-AT-SHARE-RoleTypes_xsd.tmp#personInfoType_affiliation CEF-AT-SHARE-RoleTypes_xsd.tmp#personInfoType
Type personInfoType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children affiliation, communicationInfo, givenName, sex, surname
Instance
<contactPerson xmlns="https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/">
  <surname>{1,1}</surname>
  <givenName>{0,1}</givenName>
  <sex>{0,1}</sex>
  <communicationInfo>{0,1}</communicationInfo>
  <affiliation>{0,unbounded}</affiliation>
</contactPerson>
Source
<xs:element name="contactPerson" type="personInfoType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Groups information on the person(s) that is/are responsible for providing further information regarding the service</xs:documentation>
    <xs:appinfo>
      <label>Contact person</label>
      <label-plural>Contact persons</label-plural>
      <relation>many-to-many</relation>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element documentationInfoType / documentLocation
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
Link to a document (other than the user manual) providing information about a service
Diagram
Diagram
Type restriction of httpURI
Type hierarchy
Properties
content simple
Facets
maxLength 300
pattern (http://.*)|(https://.*)|(ftp://.*)|(www.*)
Source
<xs:element name="documentLocation">
  <xs:annotation>
    <xs:documentation>Link to a document (other than the user manual) providing information about a service</xs:documentation>
    <xs:appinfo>
      <label>Service documentation</label>
      <action>User may fill in the field or upload a document file to a url controlled by us</action>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="httpURI">
      <xs:maxLength value="300"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element documentationInfoType / documentCaption
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
A short title (description) that can be used as a caption for the document
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 1000
Source
<xs:element name="documentCaption">
  <xs:annotation>
    <xs:documentation>A short title (description) that can be used as a caption for the document</xs:documentation>
    <xs:appinfo>
      <label>Service documentation title</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1000"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element versionInfo
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
Groups information on a specific version or release of the resource
Diagram
Diagram CEF-AT-SHARE-BaseTypes_xsd.tmp#versionInfoType_version CEF-AT-SHARE-BaseTypes_xsd.tmp#versionInfoType_lastDateUpdated CEF-AT-SHARE-BaseTypes_xsd.tmp#versionInfoType
Type versionInfoType
Properties
content complex
Used by
Complex Type serviceInfoType
Model
Children lastDateUpdated, version
Instance
<versionInfo xmlns="https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/">
  <version>{1,1}</version>
  <lastDateUpdated>{0,1}</lastDateUpdated>
</versionInfo>
Source
<xs:element name="versionInfo" type="versionInfoType">
  <xs:annotation>
    <xs:documentation>Groups information on a specific version or release of the resource</xs:documentation>
    <xs:appinfo>
      <label>Version</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element versionInfoType / version
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
Any string, usually a number, that identifies the version of a resource
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 50
Source
<xs:element name="version">
  <xs:annotation>
    <xs:documentation>Any string, usually a number, that identifies the version of a resource</xs:documentation>
    <xs:appinfo>
      <label>Version</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="50"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element versionInfoType / lastDateUpdated
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
Date of the last update of the version of the resource
Diagram
Diagram
Type xs:date
Properties
content simple
minOccurs 0
Source
<xs:element name="lastDateUpdated" type="xs:date" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Date of the last update of the version of the resource</xs:documentation>
    <xs:appinfo>
      <label>Last date updated</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element resourceCreationInfo
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
Groups information on the creation procedure of a resource
Diagram
Diagram CEF-AT-SHARE-BaseTypes_xsd.tmp#resourceCreationInfoType_resourceCreator CEF-AT-SHARE-BaseTypes_xsd.tmp#resourceCreationInfoType_fundingProject CEF-AT-SHARE-BaseTypes_xsd.tmp#resourceCreationInfoType_creationStartDate CEF-AT-SHARE-BaseTypes_xsd.tmp#resourceCreationInfoType_creationEndDate CEF-AT-SHARE-BaseTypes_xsd.tmp#resourceCreationInfoType
Type resourceCreationInfoType
Properties
content complex
Used by
Complex Type serviceInfoType
Model
Children creationEndDate, creationStartDate, fundingProject, resourceCreator
Instance
<resourceCreationInfo xmlns="https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/">
  <resourceCreator>{0,unbounded}</resourceCreator>
  <fundingProject>{0,unbounded}</fundingProject>
  <creationStartDate>{0,1}</creationStartDate>
  <creationEndDate>{0,1}</creationEndDate>
</resourceCreationInfo>
Source
<xs:element name="resourceCreationInfo" type="resourceCreationInfoType">
  <xs:annotation>
    <xs:documentation>Groups information on the creation procedure of a resource</xs:documentation>
    <xs:appinfo>
      <label>Resource creation</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element resourceCreationInfoType / resourceCreator
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
Groups information on the person or the organization that has created the resource
Diagram
Diagram CEF-AT-SHARE-RoleTypes_xsd.tmp#personInfo CEF-AT-SHARE-RoleTypes_xsd.tmp#organizationInfo CEF-AT-SHARE-RoleTypes_xsd.tmp#actorInfoType
Type actorInfoType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children organizationInfo, personInfo
Instance
<resourceCreator xmlns="https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/">
  <personInfo>{1,1}</personInfo>
  <organizationInfo>{1,1}</organizationInfo>
</resourceCreator>
Source
<xs:element name="resourceCreator" type="actorInfoType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Groups information on the person or the organization that has created the resource</xs:documentation>
    <xs:appinfo>
      <recommended>true</recommended>
      <relation>many-to-many</relation>
      <label>Resource creator</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element resourceCreationInfoType / fundingProject
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
Groups information on the project that has funded the resource
Diagram
Diagram CEF-AT-SHARE-UsageMetadata_xsd.tmp#projectInfoType_projectName CEF-AT-SHARE-UsageMetadata_xsd.tmp#projectInfoType_projectShortName CEF-AT-SHARE-UsageMetadata_xsd.tmp#projectInfoType_projectID CEF-AT-SHARE-SimpleTypes_xsd.tmp#url CEF-AT-SHARE-UsageMetadata_xsd.tmp#projectInfoType_fundingType CEF-AT-SHARE-UsageMetadata_xsd.tmp#projectInfoType_funder CEF-AT-SHARE-UsageMetadata_xsd.tmp#projectInfoType_fundingCountry CEF-AT-SHARE-UsageMetadata_xsd.tmp#projectInfoType_projectStartDate CEF-AT-SHARE-UsageMetadata_xsd.tmp#projectInfoType_projectEndDate CEF-AT-SHARE-UsageMetadata_xsd.tmp#projectInfoType
Type projectInfoType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children funder, fundingCountry, fundingType, projectEndDate, projectID, projectName, projectShortName, projectStartDate, url
Instance
<fundingProject xmlns="https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/">
  <projectName>{1,1}</projectName>
  <projectShortName>{0,1}</projectShortName>
  <projectID>{0,1}</projectID>
  <url>{0,unbounded}</url>
  <fundingType>{1,unbounded}</fundingType>
  <funder>{0,unbounded}</funder>
  <fundingCountry>{0,unbounded}</fundingCountry>
  <projectStartDate>{0,1}</projectStartDate>
  <projectEndDate>{0,1}</projectEndDate>
</fundingProject>
Source
<xs:element name="fundingProject" type="projectInfoType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Groups information on the project that has funded the resource</xs:documentation>
    <xs:appinfo>
      <relation>many-to-many</relation>
      <label>Funding project</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element resourceCreationInfoType / creationStartDate
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
The date in which the creation process was started
Diagram
Diagram
Type xs:date
Properties
content simple
minOccurs 0
Source
<xs:element name="creationStartDate" type="xs:date" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The date in which the creation process was started</xs:documentation>
    <xs:appinfo>
      <recommended>true</recommended>
      <label>Creation start date</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element resourceCreationInfoType / creationEndDate
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
The date in which the creation process was completed
Diagram
Diagram
Type xs:date
Properties
content simple
minOccurs 0
Source
<xs:element name="creationEndDate" type="xs:date" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The date in which the creation process was completed</xs:documentation>
    <xs:appinfo>
      <recommended>true</recommended>
      <label>Creation end date</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element validationInfo
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
Groups information on validation of a resource; it can be repeated to allow for different validations (e.g. formal validation of the whole resource; content validation of one part of the resource etc.).
Diagram
Diagram CEF-AT-SHARE-BaseTypes_xsd.tmp#validationInfoType_validated CEF-AT-SHARE-BaseTypes_xsd.tmp#validationInfoType_validationReport CEF-AT-SHARE-BaseTypes_xsd.tmp#validationInfoType_validator CEF-AT-SHARE-BaseTypes_xsd.tmp#validationInfoType
Type validationInfoType
Properties
content complex
Used by
Complex Type serviceInfoType
Model
Children validated, validationReport, validator
Instance
<validationInfo xmlns="https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/">
  <validated>{1,1}</validated>
  <validationReport>{0,unbounded}</validationReport>
  <validator>{0,unbounded}</validator>
</validationInfo>
Source
<xs:element name="validationInfo" type="validationInfoType">
  <xs:annotation>
    <xs:documentation>Groups information on validation of a resource; it can be repeated to allow for different validations (e.g. formal validation of the whole resource; content validation of one part of the resource etc.).</xs:documentation>
    <xs:appinfo>
      <label>Validation</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element validationInfoType / validated
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
Specifies the validation status of the resource
Diagram
Diagram
Type xs:boolean
Properties
content simple
Source
<xs:element name="validated" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>Specifies the validation status of the resource</xs:documentation>
    <xs:appinfo>
      <label>Validated</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element validationInfoType / validationReport
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
A short account of the validation details or a bibliographic reference to a document with detailed information on the validation process and results
Diagram
Diagram CEF-AT-SHARE-BaseTypes_xsd.tmp#documentationInfoType_documentLocation CEF-AT-SHARE-BaseTypes_xsd.tmp#documentationInfoType_documentCaption CEF-AT-SHARE-BaseTypes_xsd.tmp#documentationInfoType
Type documentationInfoType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children documentCaption, documentLocation
Instance
<validationReport xmlns="https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/">
  <documentLocation>{1,1}</documentLocation>
  <documentCaption>{1,1}</documentCaption>
</validationReport>
Source
<xs:element name="validationReport" type="documentationInfoType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A short account of the validation details or a bibliographic reference to a document with detailed information on the validation process and results</xs:documentation>
    <xs:appinfo>
      <relation>many-to-many</relation>
      <label>Validation report</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element validationInfoType / validator
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
Groups information on the person(s) or the organization(s) that validated the resource
Diagram
Diagram CEF-AT-SHARE-RoleTypes_xsd.tmp#personInfo CEF-AT-SHARE-RoleTypes_xsd.tmp#organizationInfo CEF-AT-SHARE-RoleTypes_xsd.tmp#actorInfoType
Type actorInfoType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children organizationInfo, personInfo
Instance
<validator xmlns="https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/">
  <personInfo>{1,1}</personInfo>
  <organizationInfo>{1,1}</organizationInfo>
</validator>
Source
<xs:element name="validator" type="actorInfoType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Groups information on the person(s) or the organization(s) that validated the resource</xs:documentation>
    <xs:appinfo>
      <relation>many-to-many</relation>
      <label>Validator</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element metadataHeaderInfoType / metadataRecordIdentifier
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
A persistent identifier for the metadata record itself
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 300
Source
<xs:element name="metadataRecordIdentifier">
  <xs:annotation>
    <xs:documentation>A persistent identifier for the metadata record itself</xs:documentation>
    <xs:appinfo>
      <label>Metadata record identifier</label>i</xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="300"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element metadataHeaderInfoType / metadataCreationDate
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
The date of creation of this metadata description
Diagram
Diagram
Type xs:date
Properties
content simple
Source
<xs:element name="metadataCreationDate" type="xs:date">
  <xs:annotation>
    <xs:documentation>The date of creation of this metadata description</xs:documentation>
    <xs:appinfo>
      <label>Metadata creation date</label>
      <action>Automatically assigned</action>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element metadataHeaderInfoType / metadataCreator
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
Groups information on the person that has created the metadata record (for records manually edited)
Diagram
Diagram CEF-AT-SHARE-RoleTypes_xsd.tmp#personInfoType_surname CEF-AT-SHARE-RoleTypes_xsd.tmp#personInfoType_givenName CEF-AT-SHARE-BaseTypes_xsd.tmp#sex CEF-AT-SHARE-RoleTypes_xsd.tmp#communicationInfo CEF-AT-SHARE-RoleTypes_xsd.tmp#personInfoType_affiliation CEF-AT-SHARE-RoleTypes_xsd.tmp#personInfoType
Type personInfoType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children affiliation, communicationInfo, givenName, sex, surname
Instance
<metadataCreator xmlns="https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/">
  <surname>{1,1}</surname>
  <givenName>{0,1}</givenName>
  <sex>{0,1}</sex>
  <communicationInfo>{0,1}</communicationInfo>
  <affiliation>{0,unbounded}</affiliation>
</metadataCreator>
Source
<xs:element name="metadataCreator" type="personInfoType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Groups information on the person that has created the metadata record (for records manually edited)</xs:documentation>
    <xs:appinfo>
      <relation>many-to-many</relation>
      <label>Metadata creator</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element metadataHeaderInfoType / sourceOfMetadataRecord
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
Refers to the catalog or repository from which the metadata record has been originated (for harvested records)
Diagram
Diagram CEF-AT-SHARE-BaseTypes_xsd.tmp#metadataHeaderInfoType_metadataHeaderInfoType_sourceOfMetadataRecord_collectedFrom CEF-AT-SHARE-BaseTypes_xsd.tmp#metadataHeaderInfoType_metadataHeaderInfoType_sourceOfMetadataRecord_sourceMetadataLink
Properties
content complex
minOccurs 0
Model
Children collectedFrom, sourceMetadataLink
Instance
<sourceOfMetadataRecord xmlns="https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/">
  <collectedFrom>{1,1}</collectedFrom>
  <sourceMetadataLink>{0,1}</sourceMetadataLink>
</sourceOfMetadataRecord>
Source
<xs:element name="sourceOfMetadataRecord" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Refers to the catalog or repository from which the metadata record has been originated (for harvested records)</xs:documentation>
    <xs:appinfo>
      <label>Source of metadata record</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="collectedFrom">
        <xs:annotation>
          <xs:documentation>Refers to the entity (repository, aggregator etc.) from which the metadata record has been harvested</xs:documentation>
          <xs:appinfo>
            <label>Source provider</label>
          </xs:appinfo>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:maxLength value="50"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="sourceMetadataLink" minOccurs="0">
        <xs:annotation>
          <xs:documentation>A link to the original metadata record, in cases of harvesting</xs:documentation>
          <xs:appinfo>
            <label>Original metadata record link</label>
          </xs:appinfo>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="httpURI">
            <xs:maxLength value="300"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element metadataHeaderInfoType / sourceOfMetadataRecord / collectedFrom
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
Refers to the entity (repository, aggregator etc.) from which the metadata record has been harvested
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 50
Source
<xs:element name="collectedFrom">
  <xs:annotation>
    <xs:documentation>Refers to the entity (repository, aggregator etc.) from which the metadata record has been harvested</xs:documentation>
    <xs:appinfo>
      <label>Source provider</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="50"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element metadataHeaderInfoType / sourceOfMetadataRecord / sourceMetadataLink
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
Diagram
Type restriction of httpURI
Type hierarchy
Properties
Facets
Source
Element metadataHeaderInfoType / metadataLanguage
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
The language in which the metadata description is written according to IETF BCP47 (ISO 639-1 or ISO 639-3 for languages not covered by the first standard)
Diagram
Diagram CEF-AT-SHARE-LanguageMetadata_xsd.tmp#languageSetInfoType_languageSetId CEF-AT-SHARE-LanguageMetadata_xsd.tmp#languageId CEF-AT-SHARE-LanguageMetadata_xsd.tmp#languageScriptId CEF-AT-SHARE-LanguageMetadata_xsd.tmp#regionId CEF-AT-SHARE-LanguageMetadata_xsd.tmp#variantId CEF-AT-SHARE-LanguageMetadata_xsd.tmp#languageSetInfoType
Type languageSetInfoType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children languageId, languageScriptId, languageSetId, regionId, variantId
Instance
<metadataLanguage xmlns="https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/">
  <languageSetId>{1,1}</languageSetId>
  <languageId>{1,1}</languageId>
  <languageScriptId>{0,1}</languageScriptId>
  <regionId>{0,1}</regionId>
  <variantId>{0,unbounded}</variantId>
</metadataLanguage>
Source
<xs:element name="metadataLanguage" type="languageSetInfoType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The language in which the metadata description is written according to IETF BCP47 (ISO 639-1 or ISO 639-3 for languages not covered by the first standard)</xs:documentation>
    <xs:appinfo>
      <label>Metadata language</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element metadataHeaderInfoType / metadataLastDateUpdated
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
The date of the last updating of the metadata record
Diagram
Diagram
Type xs:date
Properties
content simple
minOccurs 0
Source
<xs:element name="metadataLastDateUpdated" type="xs:date" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The date of the last updating of the metadata record</xs:documentation>
    <xs:appinfo>
      <label>Metadata last date updated</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element domainId
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
The identifier of the application domain of the resource or the tool/service, taken from the EUROVOC domains: http://eurovoc.europa.eu/drupal
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 100
enumeration 04
enumeration 08
enumeration 10
enumeration 12
enumeration 16
enumeration 20
enumeration 24
enumeration 28
enumeration 32
enumeration 36
enumeration 40
enumeration 44
enumeration 48
enumeration 52
enumeration 56
enumeration 60
enumeration 64
enumeration 66
enumeration 68
enumeration 72
enumeration 76
enumeration XX
Used by
Complex Type domainInfoType
Source
<xs:element name="domainId">
  <xs:annotation>
    <xs:documentation>The identifier of the application domain of the resource or the tool/service, taken from the EUROVOC domains: http://eurovoc.europa.eu/drupal</xs:documentation>
    <xs:appinfo>
      <inline-type>tabular</inline-type>
      <label>Domain identifier</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="100"/>
      <xs:enumeration value="04">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>POLITICS</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="08">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>INTERNATIONAL RELATIONS</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="10">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>EUROPEAN UNION</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="12">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>LAW</xs:label>></xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="16">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>ECONOMICS</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="20">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>TRADE</xs:label>></xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="24">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>FINANCE</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="28">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>SOCIAL QUESTIONS</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="32">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>EDUCATION AND COMMUNICATIONS</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="36">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>SCIENCE</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="40">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>BUSINESS AND COMPETITION</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="44">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>EMPLOYMENT AND WORKING CONDITIONS</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="48">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>TRANSPORT</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="52">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>ENVIRONMENT</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="56">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>AGRICULTURE, FORESTRY AND FISHERIES</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="60">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>AGRI-FOODSTUFFS</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="64">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>PRODUCTION, TECHNOLOGY AND RESEARCH</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="66">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>ENERGY</xs:label>></xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="68">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>INDUSTRY</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="72">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>GEOGRAPHY</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="76">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>INTERNATIONAL ORGANISATIONS</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="XX">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>other</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element domainInfoType / subdomainId
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
The identifier of the application subdomain of the resource or the tool/service, taken from the EUROVOC domains: http://eurovoc.europa.eu/drupal
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Facets
enumeration 0406
enumeration 0411
enumeration 0416
enumeration 0421
enumeration 0426
enumeration 0431
enumeration 0436
enumeration 0806
enumeration 0811
enumeration 0816
enumeration 0821
enumeration 1006
enumeration 1011
enumeration 1016
enumeration 1021
enumeration 1206
enumeration 1211
enumeration 1216
enumeration 1221
enumeration 1226
enumeration 1231
enumeration 1236
enumeration 1606
enumeration 1611
enumeration 1616
enumeration 1621
enumeration 1626
enumeration 1631
enumeration 2006
enumeration 2011
enumeration 2016
enumeration 2021
enumeration 2026
enumeration 2031
enumeration 2036
enumeration 2406
enumeration 2411
enumeration 2416
enumeration 2421
enumeration 2426
enumeration 2431
enumeration 2436
enumeration 2441
enumeration 2446
enumeration 2451
enumeration 2806
enumeration 2811
enumeration 2816
enumeration 2821
enumeration 2826
enumeration 2831
enumeration 2836
enumeration 2841
enumeration 2846
enumeration 3206
enumeration 3211
enumeration 3216
enumeration 3221
enumeration 3226
enumeration 3231
enumeration 3236
enumeration 3606
enumeration 3611
enumeration 4006
enumeration 4011
enumeration 4016
enumeration 4021
enumeration 4026
enumeration 4031
enumeration 4406
enumeration 4411
enumeration 4416
enumeration 4421
enumeration 4426
enumeration 4806
enumeration 4811
enumeration 4816
enumeration 4821
enumeration 4826
enumeration 5206
enumeration 5211
enumeration 5216
enumeration 5606
enumeration 5611
enumeration 5616
enumeration 5621
enumeration 5626
enumeration 5631
enumeration 5636
enumeration 5641
enumeration 6006
enumeration 6011
enumeration 6016
enumeration 6021
enumeration 6026
enumeration 6031
enumeration 6036
enumeration 6406
enumeration 6411
enumeration 6416
enumeration 6606
enumeration 6611
enumeration 6616
enumeration 6621
enumeration 6626
enumeration 6806
enumeration 6811
enumeration 6816
enumeration 6821
enumeration 6826
enumeration 6831
enumeration 6836
enumeration 6841
enumeration 6846
enumeration 7206
enumeration 7211
enumeration 7216
enumeration 7221
enumeration 7226
enumeration 7231
enumeration 7236
enumeration 7241
enumeration 7606
enumeration 7611
enumeration 7616
enumeration 7621
enumeration 7626
Source
<xs:element name="subdomainId" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The identifier of the application subdomain of the resource or the tool/service, taken from the EUROVOC domains: http://eurovoc.europa.eu/drupal</xs:documentation>
    <xs:appinfo>
      <inline-type>tabular</inline-type>
      <label>Subdomain identifier</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="0406">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>political framework</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0411">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>political party</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0416">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>electoral procedure and voting</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0421">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>parliament</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0426">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>parliamentary proceedings</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0431">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>politics and public safety</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0436">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>executive power and public service</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0806">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>international affairs</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0811">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>cooperation policy</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0816">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>international balance</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0821">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>defence</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1006">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>EU institutions and European civil service</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1011">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>European Union law</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1016">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>European construction</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1021">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>EU finance</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1206">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>sources and branches of the law</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1211">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>civil law</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1216">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>criminal law</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1221">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>justice</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1226">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>organisation of the legal system</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1231">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>international law</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1236">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>rights and freedoms</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1606">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>economic policy</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1611">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>economic growth</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1616">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>regions and regional policy</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1621">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>economic structure</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1626">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>national accounts</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1631">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>economic analysis</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2006">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>trade policy</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2011">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>tariff policy</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2016">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>trade</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2021">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>international trade</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2026">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>consumption</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2031">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>marketing</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2036">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>distributive trades</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2406">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>monetary relations</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2411">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>monetary economics</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2416">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>financial institutions and credit</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2421">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>free movement of capital</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2426">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>financing and investment</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2431">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>insurance</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2436">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>public finance and budget policy</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2441">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>budget</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2446">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>taxation</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2451">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>prices</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2806">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>family</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2811">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>migration</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2816">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>demography and population</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2821">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>social framework</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2826">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>social affairs</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2831">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>culture and religion</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2836">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>social protection</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2841">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>health</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2846">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>construction and town planning</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3206">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>education</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3211">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>teaching</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3216">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>organisation of teaching</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3221">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>documentation</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3226">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>communications</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3231">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>information and information processing</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3236">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>information technology and data processing</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3606">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>natural and applied sciences</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3611">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>humanities</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4006">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>business organisation</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4011">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>business classification</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4016">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>legal form of organisations</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4021">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>management</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4026">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>accounting</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4031">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>competition</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4406">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>employment</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4411">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>labour market</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4416">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>organisation of work and working conditions</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4421">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>personnel management and staff remuneration</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4426">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>labour law and labour relations</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4806">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>transport policy</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4811">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>organisation of transport</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4816">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>land transport</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4821">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>maritime and inland waterway transport</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4826">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>air and space transport</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5206">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>environmental policy</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5211">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>natural environment</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5216">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>deterioration of the environment</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5606">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>agricultural policy</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5611">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>agricultural structures and production</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5616">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>farming systems</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5621">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>cultivation of agricultural land</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5626">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>means of agricultural production</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5631">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>agricultural activity</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5636">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>forestry</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5641">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>fisheries</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6006">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>plant product</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6011">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>animal product</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6016">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>processed agricultural produce</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6021">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>beverages and sugar</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6026">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>foodstuff</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6031">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>agri-foodstuffs</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6036">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>food technology</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6406">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>production</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6411">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>technology and technical regulations</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6416">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>research and intellectual property</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6606">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>energy policy</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6611">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>coal and mining industries</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6616">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>oil industry</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6621">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>electrical and nuclear industries</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6626">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>soft energy</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6806">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>industrial structures and policy</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6811">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>chemistry</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6816">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>iron, steel and other metal industries</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6821">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>mechanical engineering</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6826">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>electronics and electrical engineering</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6831">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>building and public works</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6836">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>wood industry</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6841">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>leather and textile industries</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6846">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>miscellaneous industries</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7206">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>Europe</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7211">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>regions of EU Member States</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7216">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>America</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7221">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>Africa</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7226">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>Asia and Oceania</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7231">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>economic geography</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7236">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>political geography</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7241">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>overseas countries and territories</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7606">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>United Nations</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7611">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>European organisations</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7616">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>extra-European organisations</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7621">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>world organisations</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7626">
        <xs:annotation>
          <xs:appinfo>
            <xs:label>non-governmental organisations</xs:label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element domainInfoType / domainOther
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
Free text to be used when none of the pre-registered values can be used to describe the domain of a tool
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="domainOther" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Free text to be used when none of the pre-registered values can be used to describe the domain of a tool</xs:documentation>
    <xs:appinfo>
      <label>Domain (other)</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element conformanceToStandardsBestPractices
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
Specifies the standards or the best practices to which the tagset used for the annotation conforms
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 100
enumeration BML
enumeration CES
enumeration EAGLES
enumeration EML
enumeration GMX
enumeration GrAF
enumeration ISO12620
enumeration ISO16642
enumeration ISO26162
enumeration ISO30042
enumeration ISO704
enumeration LMF
enumeration MAF
enumeration MLIF
enumeration MULTEXT
enumeration OAXAL
enumeration OWL
enumeration pennTreeBank
enumeration pragueTreebank
enumeration RDF
enumeration SemAF
enumeration SemAF_DA
enumeration SemAF_NE
enumeration SemAF_SRL
enumeration SemAF_DS
enumeration SKOS
enumeration SRX
enumeration SynAF
enumeration TBX
enumeration TMX
enumeration TEI
enumeration TEI_P3
enumeration TEI_P4
enumeration TEI_P5
enumeration TimeML
enumeration XCES
enumeration XLIFF
enumeration WordNet
enumeration other
Used by
Complex Types inputInfoType, outputInfoType
Source
<xs:element name="conformanceToStandardsBestPractices">
  <xs:annotation>
    <xs:documentation>Specifies the standards or the best practices to which the tagset used for the annotation conforms</xs:documentation>
    <xs:appinfo>
      <label>Conformance to standards / best practices</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="100"/>
      <xs:enumeration value="BML"/>
      <xs:enumeration value="CES"/>
      <xs:enumeration value="EAGLES"/>
      <xs:enumeration value="EML"/>
      <xs:enumeration value="GMX"/>
      <xs:enumeration value="GrAF"/>
      <xs:enumeration value="ISO12620"/>
      <xs:enumeration value="ISO16642"/>
      <xs:enumeration value="ISO26162"/>
      <xs:enumeration value="ISO30042"/>
      <xs:enumeration value="ISO704"/>
      <xs:enumeration value="LMF"/>
      <xs:enumeration value="MAF"/>
      <xs:enumeration value="MLIF"/>
      <xs:enumeration value="MULTEXT"/>
      <xs:enumeration value="OAXAL"/>
      <xs:enumeration value="OWL"/>
      <xs:enumeration value="pennTreeBank"/>
      <xs:enumeration value="pragueTreebank"/>
      <xs:enumeration value="RDF"/>
      <xs:enumeration value="SemAF"/>
      <xs:enumeration value="SemAF_DA"/>
      <xs:enumeration value="SemAF_NE"/>
      <xs:enumeration value="SemAF_SRL"/>
      <xs:enumeration value="SemAF_DS"/>
      <xs:enumeration value="SKOS"/>
      <xs:enumeration value="SRX"/>
      <xs:enumeration value="SynAF"/>
      <xs:enumeration value="TBX"/>
      <xs:enumeration value="TMX"/>
      <xs:enumeration value="TEI"/>
      <xs:enumeration value="TEI_P3"/>
      <xs:enumeration value="TEI_P4"/>
      <xs:enumeration value="TEI_P5"/>
      <xs:enumeration value="TimeML"/>
      <xs:enumeration value="XCES"/>
      <xs:enumeration value="XLIFF"/>
      <xs:enumeration value="WordNet"/>
      <xs:enumeration value="other"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element dependenciesInfo
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
Groups together information on the dependencies (requirements) of a tool or a language description
Diagram
Diagram CEF-AT-SHARE-BaseTypes_xsd.tmp#dependenciesInfoType_requiredSoftware CEF-AT-SHARE-BaseTypes_xsd.tmp#dependenciesInfoType_requiredLRs CEF-AT-SHARE-BaseTypes_xsd.tmp#dependenciesInfoType_dependenciesDetails CEF-AT-SHARE-BaseTypes_xsd.tmp#dependenciesInfoType
Type dependenciesInfoType
Properties
content complex
Used by
Model
Children dependenciesDetails, requiredLRs, requiredSoftware
Instance
<dependenciesInfo xmlns="https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/">
  <requiredSoftware>{0,unbounded}</requiredSoftware>
  <requiredLRs>{0,unbounded}</requiredLRs>
  <dependenciesDetails>{0,1}</dependenciesDetails>
</dependenciesInfo>
Source
<xs:element name="dependenciesInfo" type="dependenciesInfoType">
  <xs:annotation>
    <xs:documentation>Groups together information on the dependencies (requirements) of a tool or a language description</xs:documentation>
    <xs:appinfo>
      <label>Dependencies</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element dependenciesInfoType / requiredSoftware
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
Additional software required for running a tool and/or computational grammar
Diagram
Diagram CEF-AT-SHARE-BaseTypes_xsd.tmp#targetResourceInfoType_targetResourceNameURI CEF-AT-SHARE-BaseTypes_xsd.tmp#targetResourceInfoType
Type targetResourceInfoType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children targetResourceNameURI
Instance
<requiredSoftware xmlns="https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/">
  <targetResourceNameURI>{1,1}</targetResourceNameURI>
</requiredSoftware>
Source
<xs:element name="requiredSoftware" type="targetResourceInfoType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Additional software required for running a tool and/or computational grammar</xs:documentation>
    <xs:appinfo>
      <relation>many-to-many</relation>
      <label>Required software</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element targetResourceInfoType / targetResourceNameURI
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
The full name or a url to a resource related to the one being described; to be used for identifiers also for this version
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 4500
Source
<xs:element name="targetResourceNameURI">
  <xs:annotation>
    <xs:documentation>The full name or a url to a resource related to the one being described; to be used for identifiers also for this version</xs:documentation>
    <xs:appinfo>
      <label>Target resource</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="4500"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element dependenciesInfoType / requiredLRs
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
If for running a tool and/or computational grammar, specific LRs (e.g. a grammar, a list of words etc.) are required
Diagram
Diagram CEF-AT-SHARE-BaseTypes_xsd.tmp#targetResourceInfoType_targetResourceNameURI CEF-AT-SHARE-BaseTypes_xsd.tmp#targetResourceInfoType
Type targetResourceInfoType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children targetResourceNameURI
Instance
<requiredLRs xmlns="https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/">
  <targetResourceNameURI>{1,1}</targetResourceNameURI>
</requiredLRs>
Source
<xs:element name="requiredLRs" type="targetResourceInfoType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>If for running a tool and/or computational grammar, specific LRs (e.g. a grammar, a list of words etc.) are required</xs:documentation>
    <xs:appinfo>
      <relation>many-to-many</relation>
      <label>Required Language Resources</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element dependenciesInfoType / dependenciesDetails
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
Provides further information on the dependencies
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
minOccurs 0
Facets
maxLength 500
Source
<xs:element name="dependenciesDetails" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Provides further information on the dependencies</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="500"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element originalSource
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
The name, the identifier or the url of thethe original resources that were at the base of the creation process of the resource
Diagram
Diagram CEF-AT-SHARE-BaseTypes_xsd.tmp#targetResourceInfoType_targetResourceNameURI CEF-AT-SHARE-BaseTypes_xsd.tmp#targetResourceInfoType
Type targetResourceInfoType
Properties
content complex
Used by
Model
Children targetResourceNameURI
Instance
<originalSource xmlns="https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/">
  <targetResourceNameURI>{1,1}</targetResourceNameURI>
</originalSource>
Source
<xs:element name="originalSource" type="targetResourceInfoType">
  <xs:annotation>
    <xs:documentation>The name, the identifier or the url of thethe original resources that were at the base of the creation process of the resource</xs:documentation>
    <xs:appinfo>
      <label>Original source</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element creationInfoType / creationMode
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
Specifies whether the resource is created automatically or in a manual or interactive mode
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
minOccurs 0
Facets
maxLength 30
enumeration automatic
enumeration manual
enumeration mixed
enumeration interactive
Source
<xs:element name="creationMode" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specifies whether the resource is created automatically or in a manual or interactive mode</xs:documentation>
    <xs:appinfo>
      <recommended>true</recommended>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="30"/>
      <xs:enumeration value="automatic"/>
      <xs:enumeration value="manual"/>
      <xs:enumeration value="mixed"/>
      <xs:enumeration value="interactive"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element creationInfoType / creationModeDetails
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
Provides further information on the creation methods and processes
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
minOccurs 0
Facets
maxLength 1750
Source
<xs:element name="creationModeDetails" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Provides further information on the creation methods and processes</xs:documentation>
    <xs:appinfo>
      <label>Creation mode details</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1750"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element creationInfoType / creationTool
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
The name, the identifier or the url of the tool used in the creation process
Diagram
Diagram CEF-AT-SHARE-BaseTypes_xsd.tmp#targetResourceInfoType_targetResourceNameURI CEF-AT-SHARE-BaseTypes_xsd.tmp#targetResourceInfoType
Type targetResourceInfoType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children targetResourceNameURI
Instance
<creationTool xmlns="https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/">
  <targetResourceNameURI>{1,1}</targetResourceNameURI>
</creationTool>
Source
<xs:element name="creationTool" type="targetResourceInfoType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The name, the identifier or the url of the tool used in the creation process</xs:documentation>
    <xs:appinfo>
      <relation>many-to-many</relation>
      <label>Creation tool</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element resourceDocumentationInfo
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
Groups together information on any document describing the resource
Diagram
Diagram CEF-AT-SHARE-BaseTypes_xsd.tmp#resourceDocumentationInfoType
Type resourceDocumentationInfoType
Properties
content complex
Model
Source
<xs:element name="resourceDocumentationInfo" type="resourceDocumentationInfoType">
  <xs:annotation>
    <xs:documentation>Groups together information on any document describing the resource</xs:documentation>
    <xs:appinfo>
      <label>Resource documentation</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element domainInfo
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
Groups together information on domains represented in the resource; the values conform to the EUROVOC thesaurus; can be repeated for parts of the resource with distinct domain
Diagram
Diagram CEF-AT-SHARE-BaseTypes_xsd.tmp#domainId CEF-AT-SHARE-BaseTypes_xsd.tmp#domainInfoType_subdomainId CEF-AT-SHARE-BaseTypes_xsd.tmp#domainInfoType_domainOther CEF-AT-SHARE-SimpleTypes_xsd.tmp#conformanceToClassificationScheme CEF-AT-SHARE-BaseTypes_xsd.tmp#domainInfoType
Type domainInfoType
Properties
content complex
Model
Children conformanceToClassificationScheme, domainId, domainOther, subdomainId
Instance
<domainInfo xmlns="https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/">
  <domainId>{1,unbounded}</domainId>
  <subdomainId>{0,unbounded}</subdomainId>
  <domainOther>{0,1}</domainOther>
  <conformanceToClassificationScheme>{0,1}</conformanceToClassificationScheme>
</domainInfo>
Source
<xs:element name="domainInfo" type="domainInfoType">
  <xs:annotation>
    <xs:documentation>Groups together information on domains represented in the resource; the values conform to the EUROVOC thesaurus; can be repeated for parts of the resource with distinct domain</xs:documentation>
    <xs:appinfo>
      <label>Domain</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element creationInfo
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
Groups together information on the resource creation (e.g. for corpora, selection of texts/audio files/ video files etc. and structural encoding thereof; for lexica, construction of lemma list etc.)
Diagram
Diagram CEF-AT-SHARE-BaseTypes_xsd.tmp#originalSource CEF-AT-SHARE-BaseTypes_xsd.tmp#creationInfoType_creationMode CEF-AT-SHARE-BaseTypes_xsd.tmp#creationInfoType_creationModeDetails CEF-AT-SHARE-BaseTypes_xsd.tmp#creationInfoType_creationTool CEF-AT-SHARE-BaseTypes_xsd.tmp#creationInfoType
Type creationInfoType
Properties
content complex
Model
Children creationMode, creationModeDetails, creationTool, originalSource
Instance
<creationInfo xmlns="https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/">
  <originalSource>{0,unbounded}</originalSource>
  <creationMode>{0,1}</creationMode>
  <creationModeDetails>{0,1}</creationModeDetails>
  <creationTool>{0,unbounded}</creationTool>
</creationInfo>
Source
<xs:element name="creationInfo" type="creationInfoType">
  <xs:annotation>
    <xs:documentation>Groups together information on the resource creation (e.g. for corpora, selection of texts/audio files/ video files etc. and structural encoding thereof; for lexica, construction of lemma list etc.)</xs:documentation>
    <xs:appinfo>
      <label>Creation</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element documentationInfo
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
Used to bring together information on documents
Diagram
Diagram CEF-AT-SHARE-BaseTypes_xsd.tmp#documentationInfoType_documentLocation CEF-AT-SHARE-BaseTypes_xsd.tmp#documentationInfoType_documentCaption CEF-AT-SHARE-BaseTypes_xsd.tmp#documentationInfoType
Type documentationInfoType
Properties
content complex
Model
Children documentCaption, documentLocation
Instance
<documentationInfo xmlns="https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/">
  <documentLocation>{1,1}</documentLocation>
  <documentCaption>{1,1}</documentCaption>
</documentationInfo>
Source
<xs:element name="documentationInfo" type="documentationInfoType">
  <xs:annotation>
    <xs:documentation>Used to bring together information on documents</xs:documentation>
    <xs:appinfo>
      <label>Documentation</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element theoreticModel
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
Name of the theoretic model applied for the creation or enrichment of the resource, and/or a reference (URL or bibliographic reference) to informative material about the theoretic model used
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 500
Source
<xs:element name="theoreticModel">
  <xs:annotation>
    <xs:documentation>Name of the theoretic model applied for the creation or enrichment of the resource, and/or a reference (URL or bibliographic reference) to informative material about the theoretic model used</xs:documentation>
    <xs:appinfo>
      <label>Theoretic model</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="500"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Complex Type contactInfoType
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Diagram
Diagram CEF-AT-SHARE-BaseTypes_xsd.tmp#contactInfoType_contactType CEF-AT-SHARE-BaseTypes_xsd.tmp#contactInfoType_contactPoint CEF-AT-SHARE-BaseTypes_xsd.tmp#contactInfoType_contactPerson
Used by
Model
Children contactPerson, contactPoint, contactType
Source
<xs:complexType name="contactInfoType">
  <xs:sequence>
    <xs:element name="contactType">
      <xs:annotation>
        <xs:documentation>The type of the contact point (email or URL)</xs:documentation>
        <xs:appinfo>
          <label>Contact type</label>
        </xs:appinfo>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="landingPage">
            <xs:annotation>
              <xs:documentation>Value for contactType; for URL's used as the landing page providing information on how to receive help for a service</xs:documentation>
              <xs:appinfo>
                <label>Landing page</label>
                <label-plural>Landing pages</label-plural>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="contactEmail">
            <xs:annotation>
              <xs:documentation>Value for contactType; for general emails or contact persons that can be approached for receiving help for a service</xs:documentation>
              <xs:appinfo>
                <label>Contact email</label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="contactPoint">
      <xs:annotation>
        <xs:documentation>An email or a URL (landing page) that provides more information on the resource</xs:documentation>
        <xs:appinfo>
          <label>Contact point</label>
          <condition>If contactType="landingPage", validate with pattern for URLs; if contactType="contactEmail", validate with pattern for email addresses</condition>
        </xs:appinfo>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="300"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="contactPerson" type="personInfoType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Groups information on the person(s) that is/are responsible for providing further information regarding the service</xs:documentation>
        <xs:appinfo>
          <label>Contact person</label>
          <label-plural>Contact persons</label-plural>
          <relation>many-to-many</relation>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type documentationInfoType
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Diagram
Diagram CEF-AT-SHARE-BaseTypes_xsd.tmp#documentationInfoType_documentLocation CEF-AT-SHARE-BaseTypes_xsd.tmp#documentationInfoType_documentCaption
Used by
Model
Children documentCaption, documentLocation
Source
<xs:complexType name="documentationInfoType">
  <xs:sequence>
    <xs:element name="documentLocation">
      <xs:annotation>
        <xs:documentation>Link to a document (other than the user manual) providing information about a service</xs:documentation>
        <xs:appinfo>
          <label>Service documentation</label>
          <action>User may fill in the field or upload a document file to a url controlled by us</action>
        </xs:appinfo>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="httpURI">
          <xs:maxLength value="300"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="documentCaption">
      <xs:annotation>
        <xs:documentation>A short title (description) that can be used as a caption for the document</xs:documentation>
        <xs:appinfo>
          <label>Service documentation title</label>
        </xs:appinfo>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="1000"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <!--
			<xs:element ref="documentInfo">
				<xs:annotation>
					<xs:documentation>Groups information on a document in a structured format; it can be used both for published or unpublished documents; depending on the role of the document (e.g. usage report, validation report, annotation manual etc.), it can be found at various places of the metadata</xs:documentation>
					<xs:appinfo>
						<label>Document</label>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
-->
  </xs:sequence>
</xs:complexType>
Complex Type versionInfoType
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Diagram
Diagram CEF-AT-SHARE-BaseTypes_xsd.tmp#versionInfoType_version CEF-AT-SHARE-BaseTypes_xsd.tmp#versionInfoType_lastDateUpdated
Used by
Element versionInfo
Model
Children lastDateUpdated, version
Source
<xs:complexType name="versionInfoType">
  <xs:annotation>
    <xs:appinfo>
      <render-short>{version} {lastDateUpdated}</render-short>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="version">
      <xs:annotation>
        <xs:documentation>Any string, usually a number, that identifies the version of a resource</xs:documentation>
        <xs:appinfo>
          <label>Version</label>
        </xs:appinfo>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="50"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <!--
			<xs:element name="revision" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Provides an account of the revisions in free text or a link to a document with revisions</xs:documentation>
					<xs:appinfo>
						<label>Revision</label>
					</xs:appinfo>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="500"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
-->
    <xs:element name="lastDateUpdated" type="xs:date" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Date of the last update of the version of the resource</xs:documentation>
        <xs:appinfo>
          <label>Last date updated</label>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <!--
			<xs:element name="updateFrequency" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Specifies the frequency with which the resource is updated</xs:documentation>
					<xs:appinfo>
						<label>Update frequency</label>
					</xs:appinfo>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="100"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
-->
  </xs:sequence>
</xs:complexType>
Complex Type resourceCreationInfoType
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Diagram
Diagram CEF-AT-SHARE-BaseTypes_xsd.tmp#resourceCreationInfoType_resourceCreator CEF-AT-SHARE-BaseTypes_xsd.tmp#resourceCreationInfoType_fundingProject CEF-AT-SHARE-BaseTypes_xsd.tmp#resourceCreationInfoType_creationStartDate CEF-AT-SHARE-BaseTypes_xsd.tmp#resourceCreationInfoType_creationEndDate
Used by
Model
Children creationEndDate, creationStartDate, fundingProject, resourceCreator
Source
<xs:complexType name="resourceCreationInfoType">
  <xs:annotation>
    <xs:appinfo>
      <render-short>{resourceCreator} {fundingProject} {creationStartDate}-{creationEndDate}</render-short>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="resourceCreator" type="actorInfoType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Groups information on the person or the organization that has created the resource</xs:documentation>
        <xs:appinfo>
          <recommended>true</recommended>
          <relation>many-to-many</relation>
          <label>Resource creator</label>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="fundingProject" type="projectInfoType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Groups information on the project that has funded the resource</xs:documentation>
        <xs:appinfo>
          <relation>many-to-many</relation>
          <label>Funding project</label>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="creationStartDate" type="xs:date" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The date in which the creation process was started</xs:documentation>
        <xs:appinfo>
          <recommended>true</recommended>
          <label>Creation start date</label>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="creationEndDate" type="xs:date" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The date in which the creation process was completed</xs:documentation>
        <xs:appinfo>
          <recommended>true</recommended>
          <label>Creation end date</label>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type validationInfoType
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Diagram
Diagram CEF-AT-SHARE-BaseTypes_xsd.tmp#validationInfoType_validated CEF-AT-SHARE-BaseTypes_xsd.tmp#validationInfoType_validationReport CEF-AT-SHARE-BaseTypes_xsd.tmp#validationInfoType_validator
Used by
Element validationInfo
Model
Children validated, validationReport, validator
Source
<xs:complexType name="validationInfoType">
  <xs:sequence>
    <xs:element name="validated" type="xs:boolean">
      <xs:annotation>
        <xs:documentation>Specifies the validation status of the resource</xs:documentation>
        <xs:appinfo>
          <label>Validated</label>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="validationReport" type="documentationInfoType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>A short account of the validation details or a bibliographic reference to a document with detailed information on the validation process and results</xs:documentation>
        <xs:appinfo>
          <relation>many-to-many</relation>
          <label>Validation report</label>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="validator" type="actorInfoType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Groups information on the person(s) or the organization(s) that validated the resource</xs:documentation>
        <xs:appinfo>
          <relation>many-to-many</relation>
          <label>Validator</label>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type metadataHeaderInfoType
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Annotations
Base type for metadata header
Diagram
Diagram CEF-AT-SHARE-BaseTypes_xsd.tmp#metadataHeaderInfoType_metadataRecordIdentifier CEF-AT-SHARE-BaseTypes_xsd.tmp#metadataHeaderInfoType_metadataCreationDate CEF-AT-SHARE-BaseTypes_xsd.tmp#metadataHeaderInfoType_metadataCreator CEF-AT-SHARE-BaseTypes_xsd.tmp#metadataHeaderInfoType_sourceOfMetadataRecord CEF-AT-SHARE-BaseTypes_xsd.tmp#metadataHeaderInfoType_metadataLanguage CEF-AT-SHARE-BaseTypes_xsd.tmp#metadataHeaderInfoType_metadataLastDateUpdated
Used by
Model
Children metadataCreationDate, metadataCreator, metadataLanguage, metadataLastDateUpdated, metadataRecordIdentifier, sourceOfMetadataRecord
Source
<xs:complexType name="metadataHeaderInfoType">
  <xs:annotation>
    <xs:documentation>Base type for metadata header</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="metadataRecordIdentifier">
      <xs:annotation>
        <xs:documentation>A persistent identifier for the metadata record itself</xs:documentation>
        <xs:appinfo>
          <label>Metadata record identifier</label>i</xs:appinfo>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="300"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="metadataCreationDate" type="xs:date">
      <xs:annotation>
        <xs:documentation>The date of creation of this metadata description</xs:documentation>
        <xs:appinfo>
          <label>Metadata creation date</label>
          <action>Automatically assigned</action>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="metadataCreator" type="personInfoType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Groups information on the person that has created the metadata record (for records manually edited)</xs:documentation>
        <xs:appinfo>
          <relation>many-to-many</relation>
          <label>Metadata creator</label>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="sourceOfMetadataRecord" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Refers to the catalog or repository from which the metadata record has been originated (for harvested records)</xs:documentation>
        <xs:appinfo>
          <label>Source of metadata record</label>
        </xs:appinfo>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="collectedFrom">
            <xs:annotation>
              <xs:documentation>Refers to the entity (repository, aggregator etc.) from which the metadata record has been harvested</xs:documentation>
              <xs:appinfo>
                <label>Source provider</label>
              </xs:appinfo>
            </xs:annotation>
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:maxLength value="50"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:element>
          <xs:element name="sourceMetadataLink" minOccurs="0">
            <xs:annotation>
              <xs:documentation>A link to the original metadata record, in cases of harvesting</xs:documentation>
              <xs:appinfo>
                <label>Original metadata record link</label>
              </xs:appinfo>
            </xs:annotation>
            <xs:simpleType>
              <xs:restriction base="httpURI">
                <xs:maxLength value="300"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="metadataLanguage" type="languageSetInfoType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>The language in which the metadata description is written according to IETF BCP47 (ISO 639-1 or ISO 639-3 for languages not covered by the first standard)</xs:documentation>
        <xs:appinfo>
          <label>Metadata language</label>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="metadataLastDateUpdated" type="xs:date" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The date of the last updating of the metadata record</xs:documentation>
        <xs:appinfo>
          <label>Metadata last date updated</label>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type domainInfoType
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Diagram
Diagram CEF-AT-SHARE-BaseTypes_xsd.tmp#domainId CEF-AT-SHARE-BaseTypes_xsd.tmp#domainInfoType_subdomainId CEF-AT-SHARE-BaseTypes_xsd.tmp#domainInfoType_domainOther CEF-AT-SHARE-SimpleTypes_xsd.tmp#conformanceToClassificationScheme
Used by
Model
Children conformanceToClassificationScheme, domainId, domainOther, subdomainId
Source
<xs:complexType name="domainInfoType">
  <xs:sequence>
    <xs:element ref="domainId" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Specifies the application domain of the resource or the tool/service</xs:documentation>
        <xs:appinfo>
          <inline-type>tabular</inline-type>
          <label>Domain identifier</label>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="subdomainId" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>The identifier of the application subdomain of the resource or the tool/service, taken from the EUROVOC domains: http://eurovoc.europa.eu/drupal</xs:documentation>
        <xs:appinfo>
          <inline-type>tabular</inline-type>
          <label>Subdomain identifier</label>
        </xs:appinfo>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="0406">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>political framework</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="0411">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>political party</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="0416">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>electoral procedure and voting</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="0421">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>parliament</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="0426">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>parliamentary proceedings</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="0431">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>politics and public safety</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="0436">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>executive power and public service</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="0806">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>international affairs</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="0811">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>cooperation policy</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="0816">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>international balance</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="0821">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>defence</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="1006">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>EU institutions and European civil service</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="1011">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>European Union law</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="1016">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>European construction</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="1021">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>EU finance</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="1206">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>sources and branches of the law</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="1211">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>civil law</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="1216">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>criminal law</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="1221">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>justice</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="1226">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>organisation of the legal system</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="1231">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>international law</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="1236">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>rights and freedoms</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="1606">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>economic policy</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="1611">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>economic growth</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="1616">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>regions and regional policy</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="1621">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>economic structure</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="1626">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>national accounts</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="1631">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>economic analysis</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="2006">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>trade policy</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="2011">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>tariff policy</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="2016">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>trade</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="2021">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>international trade</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="2026">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>consumption</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="2031">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>marketing</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="2036">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>distributive trades</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="2406">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>monetary relations</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="2411">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>monetary economics</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="2416">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>financial institutions and credit</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="2421">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>free movement of capital</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="2426">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>financing and investment</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="2431">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>insurance</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="2436">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>public finance and budget policy</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="2441">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>budget</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="2446">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>taxation</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="2451">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>prices</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="2806">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>family</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="2811">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>migration</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="2816">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>demography and population</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="2821">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>social framework</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="2826">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>social affairs</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="2831">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>culture and religion</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="2836">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>social protection</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="2841">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>health</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="2846">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>construction and town planning</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="3206">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>education</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="3211">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>teaching</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="3216">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>organisation of teaching</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="3221">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>documentation</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="3226">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>communications</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="3231">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>information and information processing</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="3236">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>information technology and data processing</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="3606">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>natural and applied sciences</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="3611">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>humanities</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="4006">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>business organisation</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="4011">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>business classification</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="4016">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>legal form of organisations</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="4021">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>management</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="4026">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>accounting</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="4031">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>competition</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="4406">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>employment</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="4411">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>labour market</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="4416">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>organisation of work and working conditions</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="4421">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>personnel management and staff remuneration</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="4426">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>labour law and labour relations</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="4806">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>transport policy</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="4811">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>organisation of transport</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="4816">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>land transport</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="4821">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>maritime and inland waterway transport</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="4826">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>air and space transport</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="5206">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>environmental policy</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="5211">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>natural environment</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="5216">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>deterioration of the environment</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="5606">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>agricultural policy</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="5611">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>agricultural structures and production</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="5616">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>farming systems</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="5621">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>cultivation of agricultural land</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="5626">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>means of agricultural production</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="5631">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>agricultural activity</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="5636">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>forestry</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="5641">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>fisheries</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="6006">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>plant product</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="6011">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>animal product</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="6016">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>processed agricultural produce</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="6021">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>beverages and sugar</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="6026">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>foodstuff</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="6031">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>agri-foodstuffs</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="6036">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>food technology</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="6406">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>production</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="6411">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>technology and technical regulations</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="6416">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>research and intellectual property</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="6606">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>energy policy</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="6611">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>coal and mining industries</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="6616">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>oil industry</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="6621">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>electrical and nuclear industries</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="6626">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>soft energy</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="6806">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>industrial structures and policy</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="6811">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>chemistry</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="6816">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>iron, steel and other metal industries</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="6821">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>mechanical engineering</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="6826">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>electronics and electrical engineering</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="6831">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>building and public works</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="6836">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>wood industry</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="6841">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>leather and textile industries</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="6846">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>miscellaneous industries</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="7206">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>Europe</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="7211">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>regions of EU Member States</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="7216">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>America</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="7221">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>Africa</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="7226">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>Asia and Oceania</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="7231">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>economic geography</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="7236">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>political geography</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="7241">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>overseas countries and territories</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="7606">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>United Nations</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="7611">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>European organisations</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="7616">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>extra-European organisations</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="7621">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>world organisations</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="7626">
            <xs:annotation>
              <xs:appinfo>
                <xs:label>non-governmental organisations</xs:label>
              </xs:appinfo>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="domainOther" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Free text to be used when none of the pre-registered values can be used to describe the domain of a tool</xs:documentation>
        <xs:appinfo>
          <label>Domain (other)</label>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element ref="conformanceToClassificationScheme" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies the external classification schemes</xs:documentation>
        <xs:appinfo>
          <label>Conformance to classification scheme</label>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type dependenciesInfoType
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Diagram
Diagram CEF-AT-SHARE-BaseTypes_xsd.tmp#dependenciesInfoType_requiredSoftware CEF-AT-SHARE-BaseTypes_xsd.tmp#dependenciesInfoType_requiredLRs CEF-AT-SHARE-BaseTypes_xsd.tmp#dependenciesInfoType_dependenciesDetails
Used by
Model
Children dependenciesDetails, requiredLRs, requiredSoftware
Source
<xs:complexType name="dependenciesInfoType">
  <xs:sequence>
    <xs:element name="requiredSoftware" type="targetResourceInfoType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Additional software required for running a tool and/or computational grammar</xs:documentation>
        <xs:appinfo>
          <relation>many-to-many</relation>
          <label>Required software</label>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <!--
			<xs:element name="requiredHardware" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Hardware required for running a tool and/or computational grammar</xs:documentation>
					<xs:appinfo>
						<relation>many-to-many</relation>
						<recommended>true</recommended>
					</xs:appinfo>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="100"/>
						<xs:enumeration value="graphicCard"/>
						<xs:enumeration value="microphone"/>
						<xs:enumeration value="ocrSystem"/>
						<xs:enumeration value="specialHardwareEquipment"/>
						<xs:enumeration value="none"/>
						<xs:enumeration value="other"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
-->
    <xs:element name="requiredLRs" type="targetResourceInfoType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>If for running a tool and/or computational grammar, specific LRs (e.g. a grammar, a list of words etc.) are required</xs:documentation>
        <xs:appinfo>
          <relation>many-to-many</relation>
          <label>Required Language Resources</label>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="dependenciesDetails" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Provides further information on the dependencies</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="500"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type targetResourceInfoType
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Diagram
Diagram CEF-AT-SHARE-BaseTypes_xsd.tmp#targetResourceInfoType_targetResourceNameURI
Used by
Model
Children targetResourceNameURI
Source
<xs:complexType name="targetResourceInfoType">
  <xs:annotation>
    <xs:appinfo>
      <relation>one-to-one</relation>
      <render-short>{targetResourceNameURI}</render-short>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="targetResourceNameURI">
      <xs:annotation>
        <xs:documentation>The full name or a url to a resource related to the one being described; to be used for identifiers also for this version</xs:documentation>
        <xs:appinfo>
          <label>Target resource</label>
        </xs:appinfo>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="4500"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type creationInfoType
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Diagram
Diagram CEF-AT-SHARE-BaseTypes_xsd.tmp#originalSource CEF-AT-SHARE-BaseTypes_xsd.tmp#creationInfoType_creationMode CEF-AT-SHARE-BaseTypes_xsd.tmp#creationInfoType_creationModeDetails CEF-AT-SHARE-BaseTypes_xsd.tmp#creationInfoType_creationTool
Used by
Element creationInfo
Model
Children creationMode, creationModeDetails, creationTool, originalSource
Source
<xs:complexType name="creationInfoType">
  <xs:sequence>
    <xs:element ref="originalSource" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>The name, the identifier or the url of the original resources that were at the base of the creation process of the resource</xs:documentation>
        <xs:appinfo>
          <recommended>true</recommended>
          <relation>many-to-many</relation>
          <label>Original source</label>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="creationMode" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specifies whether the resource is created automatically or in a manual or interactive mode</xs:documentation>
        <xs:appinfo>
          <recommended>true</recommended>
        </xs:appinfo>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="30"/>
          <xs:enumeration value="automatic"/>
          <xs:enumeration value="manual"/>
          <xs:enumeration value="mixed"/>
          <xs:enumeration value="interactive"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="creationModeDetails" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Provides further information on the creation methods and processes</xs:documentation>
        <xs:appinfo>
          <label>Creation mode details</label>
        </xs:appinfo>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="1750"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="creationTool" type="targetResourceInfoType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>The name, the identifier or the url of the tool used in the creation process</xs:documentation>
        <xs:appinfo>
          <relation>many-to-many</relation>
          <label>Creation tool</label>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type resourceDocumentationInfoType
Namespace https://cef-at-service-catalogue.eu/CEF-AT-SHARE_Schema/Schema/
Diagram
Diagram
Used by
Model
Source
<xs:complexType name="resourceDocumentationInfoType">
  <xs:annotation>
    <xs:appinfo>
      <render-short>{documentation}</render-short>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence/>
</xs:complexType>