Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Included schema collection.xsd
Namespace http://ands.org.au/standards/rif-cs/registryObjects
Annotations
Schema for an ISO2146 collections and services registry Collection object.
Properties
attribute form default: unqualified
element form default: qualified
version: 1.6
Element collection
Namespace http://ands.org.au/standards/rif-cs/registryObjects
Annotations
Wrapper element for descriptive and administrative metadata for a collection registry object.
Diagram
Diagram registryTypes_xsd.tmp#objectAttributes registryTypes_xsd.tmp#collectionAttributes collection_xsd.tmp#collection_identifier collection_xsd.tmp#collection_name collection_xsd.tmp#collection_dates collection_xsd.tmp#collection_location collection_xsd.tmp#collection_coverage collection_xsd.tmp#collection_relatedObject collection_xsd.tmp#collection_subject collection_xsd.tmp#collection_description collection_xsd.tmp#collection_rights collection_xsd.tmp#collection_relatedInfo collection_xsd.tmp#collection_citationInfo
Properties
content: complex
Used by
Model identifier* | name* | dates* | location* | coverage* | relatedObject* | subject* | description* | rights* | relatedInfo* | citationInfo*
Children citationInfo, coverage, dates, description, identifier, location, name, relatedInfo, relatedObject, rights, subject
Instance
<collection dateAccessioned="" dateModified="" type="" xmlns="http://ands.org.au/standards/rif-cs/registryObjects">
  <identifier type="">{0,unbounded}</identifier>
  <name dateFrom="" dateTo="" xml:lang="" type="">{0,unbounded}</name>
  <dates type="">{0,unbounded}</dates>
  <location dateFrom="" dateTo="" type="">{0,unbounded}</location>
  <coverage>{0,unbounded}</coverage>
  <relatedObject>{0,unbounded}</relatedObject>
  <subject xml:lang="" termIdentifier="" type="">{0,unbounded}</subject>
  <description xml:lang="" type="">{0,unbounded}</description>
  <rights>{0,unbounded}</rights>
  <relatedInfo type="">{0,unbounded}</relatedInfo>
  <citationInfo>{0,unbounded}</citationInfo>
</collection>
Attributes
QName Type Fixed Default Use Annotation
dateAccessioned xsd:string optional
The date this object was registered in a managed environment.
Must be UTC and of one of the forms described in section 3.2.7 of the W3C's
Schema Data Types document
(http://www.w3.org/TR/xmlschema-2/).
dateModified xsd:string optional
The date this object’s metadata was last changed. This only
refers to the metadata of the registry object itself. For example if a
collection has a new item added to it this does not constitute a modification to
the object. Where an object's metadata has not changed, this attribute should be
set to the object's creation date.
type xsd:string required
A value taken from a controlled vocabulary indicating the type of
object being described
Source
<xsd:element name="collection">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Wrapper element for descriptive and administrative metadata for a collection registry object.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:choice minOccurs="0" maxOccurs="unbounded">
      <xsd:element name="identifier" type="identifierType" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">Primary and alternative identifiers for a collection. The value of the <key> element may be repeated, or any additional (local or global) identifiers described. Each identifier must be represented in its own identifier element.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="name" type="nameType" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">The name of the party in either a simple or compound form.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="dates" type="datesType" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">Dates associated with an event in the life cycle of the data collection object as provided for in Dublin Core and other metadata standards.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="location" type="locationType" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">Location(s) relevant to the collection. A location element should contain information about a single location (e.g. collection web site).</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="coverage" type="coverageType" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">Collection coverage information.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="relatedObject" type="relatedObjectType" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">Element for holding information about a related registry object.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="subject" type="subjectType" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">A subject category into which the collection falls or the collection is related. Multiple subjects must be represented via separate subject elements.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="description" type="descriptionType" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">A textual description or URI resolving to a description relevant to the collection.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="rights" type="rightsType" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">Rights(s) relevant to the collection.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="relatedInfo" type="relatedInfoType" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">A URI pointing to information related to the collection.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="citationInfo" type="citationInfoType" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">A full citation string or metadata that can be used to generate a citation</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:choice>
    <xsd:attributeGroup ref="objectAttributes"/>
    <xsd:attributeGroup ref="collectionAttributes"/>
  </xsd:complexType>
</xsd:element>
Element collection / identifier
Namespace http://ands.org.au/standards/rif-cs/registryObjects
Annotations
Primary and alternative identifiers for a collection. The value of the <key> element may be repeated, or any additional (local or global) identifiers described. Each identifier must be represented in its own identifier element.
Diagram
Diagram registryTypes_xsd.tmp#identifierType_type registryTypes_xsd.tmp#identifierType
Type identifierType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
type xsd:string required
A value taken from a controlled vocabulary indicating the
type of identifier.
Source
<xsd:element name="identifier" type="identifierType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Primary and alternative identifiers for a collection. The value of the <key> element may be repeated, or any additional (local or global) identifiers described. Each identifier must be represented in its own identifier element.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element collection / name
Namespace http://ands.org.au/standards/rif-cs/registryObjects
Annotations
The name of the party in either a simple or compound form.
Diagram
Diagram registryTypes_xsd.tmp#dateRangeAttributes registryTypes_xsd.tmp#nameType_type xml_xsd.tmp#lang registryTypes_xsd.tmp#nameType_namePart registryTypes_xsd.tmp#nameType
Type nameType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model namePart+
Children namePart
Instance
<name dateFrom="" dateTo="" xml:lang="" type="" xmlns="http://ands.org.au/standards/rif-cs/registryObjects">
  <namePart type="">{1,unbounded}</namePart>
</name>
Attributes
QName Type Fixed Default Use Annotation
dateFrom xsd:string optional
The date from which the metadata being described was current.
This is only applicable where versions of the same metadata is being provided
(e.g. name changes). Should be UTC and of one of the forms described in section
3.2.7 of the W3C's Schema Data Types document
(http://www.w3.org/TR/xmlschema-2/).
dateTo xsd:string optional
The date the metadata being described was no longer current. This
is only applicable where versions of the same metadata is being provided (e.g.
name changes). Should be UTC and of one of the forms described in section 3.2.7
of the W3C's Schema Data Types document
(http://www.w3.org/TR/xmlschema-2/).
type xsd:string optional
A value taken from a controlled vocabulary indicating the type of
name.
xml:lang restriction of xs:token optional
<div>
  <h3>lang (as an attribute name)</h3>
  <p>denotes an attribute whose value is a language code for the natural language of the content of any element; its value is inherited. This name is reserved by virtue of its definition in the XML specification.</p>
</div>
<div>
  <h4>Notes</h4>
  <p>Attempting to install the relevant ISO 2- and 3-letter codes as the enumerated possible values is probably never going to be a realistic possibility.</p>
  <p>See BCP 47 at
    <a href="http://www.rfc-editor.org/rfc/bcp/bcp47.txt">http://www.rfc-editor.org/rfc/bcp/bcp47.txt</a>and the IANA language subtag registry at
    <a href="http://www.iana.org/assignments/language-subtag-registry">http://www.iana.org/assignments/language-subtag-registry</a>for further information.</p>
  <p>The union allows for the 'un-declaration' of xml:lang with the empty string.</p>
</div>
Source
<xsd:element name="name" type="nameType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">The name of the party in either a simple or compound form.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element collection / dates
Namespace http://ands.org.au/standards/rif-cs/registryObjects
Annotations
Dates associated with an event in the life cycle of the data collection object as provided for in Dublin Core and other metadata standards.
Diagram
Diagram registryTypes_xsd.tmp#datesType_type registryTypes_xsd.tmp#datesType_date registryTypes_xsd.tmp#datesType
Type datesType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model date*
Children date
Instance
<dates type="" xmlns="http://ands.org.au/standards/rif-cs/registryObjects">
  <date dateFormat="" type="">{0,unbounded}</date>
</dates>
Attributes
QName Type Fixed Default Use Annotation
type xsd:string required
A value taken from the Temporal Coverage Date Type vocabulary indicating the type of this date.
Source
<xsd:element name="dates" type="datesType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Dates associated with an event in the life cycle of the data collection object as provided for in Dublin Core and other metadata standards.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element collection / location
Namespace http://ands.org.au/standards/rif-cs/registryObjects
Annotations
Location(s) relevant to the collection. A location element should contain information about a single location (e.g. collection web site).
Diagram
Diagram registryTypes_xsd.tmp#dateRangeAttributes registryTypes_xsd.tmp#locationType_type registryTypes_xsd.tmp#locationType_address registryTypes_xsd.tmp#locationType_spatial registryTypes_xsd.tmp#locationType
Type locationType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model address* , spatial*
Children address, spatial
Instance
<location dateFrom="" dateTo="" type="" xmlns="http://ands.org.au/standards/rif-cs/registryObjects">
  <address>{0,unbounded}</address>
  <spatial xml:lang="" type="">{0,unbounded}</spatial>
</location>
Attributes
QName Type Fixed Default Use Annotation
dateFrom xsd:string optional
The date from which the metadata being described was current.
This is only applicable where versions of the same metadata is being provided
(e.g. name changes). Should be UTC and of one of the forms described in section
3.2.7 of the W3C's Schema Data Types document
(http://www.w3.org/TR/xmlschema-2/).
dateTo xsd:string optional
The date the metadata being described was no longer current. This
is only applicable where versions of the same metadata is being provided (e.g.
name changes). Should be UTC and of one of the forms described in section 3.2.7
of the W3C's Schema Data Types document
(http://www.w3.org/TR/xmlschema-2/).
type xsd:string optional
This attribute is not currently used
Source
<xsd:element name="location" type="locationType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Location(s) relevant to the collection. A location element should contain information about a single location (e.g. collection web site).</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element collection / coverage
Namespace http://ands.org.au/standards/rif-cs/registryObjects
Annotations
Collection coverage information.
Diagram
Diagram registryTypes_xsd.tmp#coverageType_spatial registryTypes_xsd.tmp#coverageType_temporal registryTypes_xsd.tmp#coverageType
Type coverageType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model spatial* | temporal*
Children spatial, temporal
Instance
<coverage xmlns="http://ands.org.au/standards/rif-cs/registryObjects">
  <spatial xml:lang="" type="">{0,unbounded}</spatial>
  <temporal>{0,unbounded}</temporal>
</coverage>
Source
<xsd:element name="coverage" type="coverageType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Collection coverage information.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element collection / relatedObject
Namespace http://ands.org.au/standards/rif-cs/registryObjects
Annotations
Element for holding information about a related registry object.
Diagram
Diagram registryTypes_xsd.tmp#relatedObjectType_key registryTypes_xsd.tmp#relatedObjectType_relation registryTypes_xsd.tmp#relatedObjectType
Type relatedObjectType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model key , relation+
Children key, relation
Instance
<relatedObject xmlns="http://ands.org.au/standards/rif-cs/registryObjects">
  <key>{1,1}</key>
  <relation type="">{1,unbounded}</relation>
</relatedObject>
Source
<xsd:element name="relatedObject" type="relatedObjectType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Element for holding information about a related registry object.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element collection / subject
Namespace http://ands.org.au/standards/rif-cs/registryObjects
Annotations
A subject category into which the collection falls or the collection is related. Multiple subjects must be represented via separate subject elements.
Diagram
Diagram registryTypes_xsd.tmp#subjectType_type registryTypes_xsd.tmp#subjectType_termIdentifier xml_xsd.tmp#lang registryTypes_xsd.tmp#subjectType
Type subjectType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
termIdentifier xsd:string optional
The value of an association which identifies
the term. This string may be a URI.
type xsd:string required
A value taken from a controlled vocabulary indicating the
type of subject.
xml:lang restriction of xs:token optional
<div>
  <h3>lang (as an attribute name)</h3>
  <p>denotes an attribute whose value is a language code for the natural language of the content of any element; its value is inherited. This name is reserved by virtue of its definition in the XML specification.</p>
</div>
<div>
  <h4>Notes</h4>
  <p>Attempting to install the relevant ISO 2- and 3-letter codes as the enumerated possible values is probably never going to be a realistic possibility.</p>
  <p>See BCP 47 at
    <a href="http://www.rfc-editor.org/rfc/bcp/bcp47.txt">http://www.rfc-editor.org/rfc/bcp/bcp47.txt</a>and the IANA language subtag registry at
    <a href="http://www.iana.org/assignments/language-subtag-registry">http://www.iana.org/assignments/language-subtag-registry</a>for further information.</p>
  <p>The union allows for the 'un-declaration' of xml:lang with the empty string.</p>
</div>
Source
<xsd:element name="subject" type="subjectType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A subject category into which the collection falls or the collection is related. Multiple subjects must be represented via separate subject elements.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element collection / description
Namespace http://ands.org.au/standards/rif-cs/registryObjects
Annotations
A textual description or URI resolving to a description relevant to the collection.
Diagram
Diagram registryTypes_xsd.tmp#descriptionType_type xml_xsd.tmp#lang registryTypes_xsd.tmp#descriptionType
Type descriptionType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
type xsd:string required
A value taken from a controlled vocabulary indicating the
type of description.
xml:lang restriction of xs:token optional
<div>
  <h3>lang (as an attribute name)</h3>
  <p>denotes an attribute whose value is a language code for the natural language of the content of any element; its value is inherited. This name is reserved by virtue of its definition in the XML specification.</p>
</div>
<div>
  <h4>Notes</h4>
  <p>Attempting to install the relevant ISO 2- and 3-letter codes as the enumerated possible values is probably never going to be a realistic possibility.</p>
  <p>See BCP 47 at
    <a href="http://www.rfc-editor.org/rfc/bcp/bcp47.txt">http://www.rfc-editor.org/rfc/bcp/bcp47.txt</a>and the IANA language subtag registry at
    <a href="http://www.iana.org/assignments/language-subtag-registry">http://www.iana.org/assignments/language-subtag-registry</a>for further information.</p>
  <p>The union allows for the 'un-declaration' of xml:lang with the empty string.</p>
</div>
Source
<xsd:element name="description" type="descriptionType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A textual description or URI resolving to a description relevant to the collection.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element collection / rights
Namespace http://ands.org.au/standards/rif-cs/registryObjects
Annotations
Rights(s) relevant to the collection.
Diagram
Diagram registryTypes_xsd.tmp#rightsType_rightsStatement registryTypes_xsd.tmp#rightsType_licence registryTypes_xsd.tmp#rightsType_accessRights registryTypes_xsd.tmp#rightsType
Type rightsType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model rightsStatement{0,1} | licence{0,1} | accessRights{0,1}
Children accessRights, licence, rightsStatement
Instance
<rights xmlns="http://ands.org.au/standards/rif-cs/registryObjects">
  <rightsStatement rightsUri="">{0,1}</rightsStatement>
  <licence rightsUri="" type="">{0,1}</licence>
  <accessRights rightsUri="" type="">{0,1}</accessRights>
</rights>
Source
<xsd:element name="rights" type="rightsType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Rights(s) relevant to the collection.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element collection / relatedInfo
Namespace http://ands.org.au/standards/rif-cs/registryObjects
Annotations
A URI pointing to information related to the collection.
Diagram
Diagram registryTypes_xsd.tmp#relatedInfoType_type registryTypes_xsd.tmp#relatedInfoType_identifier registryTypes_xsd.tmp#relatedInfoType_relation registryTypes_xsd.tmp#relatedInfoType_title registryTypes_xsd.tmp#relatedInfoType_notes registryTypes_xsd.tmp#relatedInfoType_format registryTypes_xsd.tmp#relatedInfoType
Type relatedInfoType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model identifier+ | relation* | title{0,1} | notes{0,1} | format{0,1}
Children format, identifier, notes, relation, title
Instance
<relatedInfo type="" xmlns="http://ands.org.au/standards/rif-cs/registryObjects">
  <identifier type="">{1,unbounded}</identifier>
  <relation type="">{0,unbounded}</relation>
  <title>{0,1}</title>
  <notes>{0,1}</notes>
  <format>{0,1}</format>
</relatedInfo>
Attributes
QName Type Fixed Default Use Annotation
type xsd:string optional
A value taken from a controlled vocabulary indicating the type of
description.
Source
<xsd:element name="relatedInfo" type="relatedInfoType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A URI pointing to information related to the collection.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element collection / citationInfo
Namespace http://ands.org.au/standards/rif-cs/registryObjects
Annotations
A full citation string or metadata that can be used to generate a citation
Diagram
Diagram registryTypes_xsd.tmp#citationInfoType_fullCitation registryTypes_xsd.tmp#citationInfoType_citationMetadata registryTypes_xsd.tmp#citationInfoType
Type citationInfoType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model fullCitation | citationMetadata
Children citationMetadata, fullCitation
Instance
<citationInfo xmlns="http://ands.org.au/standards/rif-cs/registryObjects">
  <fullCitation style="">{1,1}</fullCitation>
  <citationMetadata>{1,1}</citationMetadata>
</citationInfo>
Source
<xsd:element name="citationInfo" type="citationInfoType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A full citation string or metadata that can be used to generate a citation</xsd:documentation>
  </xsd:annotation>
</xsd:element>