Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Main schema registryObjects.xsd
Namespace http://ands.org.au/standards/rif-cs/registryObjects
Annotations
An early draft of an ISO2146 schema to promote discussion. This is intended as an alternative to that currently published on the draft ISO2146 web site. It is based on experience from the pilot collection and services registry developed under the APSR ORCA project (see http://www.apsr.edu.au/orca/index.htm).
The schema structure has been based on the original PREMIS approach where the core objects are provided their own schema. This may be useful in a maintenance context, a usability context, in establishing focussed working groups, and even swapping out alternative models should better representations of core entities become available in the future. It may be useful in allowing more targetted processing and data exchange.
Each sub-schema represents one of the object sub-types. While there are commonalities across the different entities, the content model of a property may in future be better controlled/tailored if they are tied to their object type. In this schema the common elements are replicated in each of the different registry object classes. This will in future allow different rules (content models) to be imposed on how they are expressed. While at a theoretical level this is redundant (and theoreticians may shudder!) in practice this is likely to be needed and will make an implementors job a little easier.
Change history
v1.4 - 15 October 2012
     * add new dates element
     * add new relatedInfo format element
     * add new version element to citationMetadata 
     * removed edition element from citationMetadata
     * changed various citationMetadata fields from mandatory to optional
v1.3 - 12 September 2011
    * add new rights element
    * add new existenceDate element
    * add new termIdentifier attribute to subject element
    * add new publisher element to citationMetadata
v1.2.0 - 7 July 2010
    * remove type attribute from location
    * add coverage element to collection, party, service and activity
    * change relatedInfoType content model and add type attribute
    * add citationInfoType and citation element to collection
v1.0.1 - 4 June 2009
    * added type attribute to location
v1.0 - 13 March 2009
    * remove dateCreated attribute
    * move dateModified attribute to individual object classes and make optional
    * add dateAccessioned attribute to collection
    * add originatingSource element under registryObject with optional type attribute
    * change simpleNameType and complexType to a single nameType
    * make the relation element's description element optional
    * move date range attributes from physical and spatial up to the location element
    * import namespace in registryTypes.xsd updated to proper XML namespace and schema location
    * update default and target namespace to reflect ANDS ownership
    * remove xml:lang from namePart and addressPart
v0.4 - 29 Feb 2008 (Review feedback during ORCA redevelopment)
    * Removed dateRangeType and converted to attribute group
    * Registry object wrapper element and relocation of key element and common attributes
    * Remove type attribute from common attributes (in support of object wrapper element)
    * Change relation type element from NMTOKENS to xsd:string to support simpler processing of relations
    * Electronic address element type attribute now optional
    * Removed type attribute from relatedObjectType
    * Removed uri element from relatedObjectType
    * Add type attribute to complexNameType
    * Drop uri element from electronicAddressType, add value element in its place
    * Remove args element from relatedObject
    * Add description element and type attribute to relation element
v0.3 - 20 Feb 2008
    * Added group attribute to registry objects
v0.2 - 4 Feb 2008 (ORCA developer meeting)
    * enumeration values moved to external vocabularies
    * dateCreated attribute added to all repository objects
    * type attribute added to description element
    * collection/service relation model applied to party, activity
    * profile element removed
    * type library created and imports added to object schemas
    * type attribute added to collection element
v0.1 - 7 Dec 2007
    * Initial Draft
Properties
attribute form default: unqualified
element form default: qualified
version: 1.3
Element registryObjects
Namespace http://ands.org.au/standards/rif-cs/registryObjects
Annotations
Wrapper element for registryObject elements.
Diagram
Diagram registryObjects_xsd.tmp#registryObjects_registryObject
Properties
content: complex
Model registryObject*
Children registryObject
Instance
<registryObjects>
  <registryObject group="">{0,unbounded}</registryObject>
</registryObjects>
Source
<xsd:element name="registryObjects">
  <xsd:annotation>
    <xsd:documentation>Wrapper element for registryObject elements.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="registryObject" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation>This element is a wrapper element containing descriptive and administrative metadata for a single registry object.</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="key" type="xsd:string" minOccurs="1" maxOccurs="1">
              <xsd:annotation>
                <xsd:documentation>The key (or primary identifier) of an object. It must unique within its context of use.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="originatingSource" minOccurs="1" maxOccurs="1">
              <xsd:annotation>
                <xsd:documentation>A string or URI identifying the entity holding the managed version of the registry object metadata. For example in a federated aggregation context this must identify the original repository or owning institution from which the metadata was harvested *not* the aggregator from which it was harvested.</xsd:documentation>
              </xsd:annotation>
              <xsd:complexType>
                <xsd:simpleContent>
                  <xsd:extension base="xsd:string">
                    <xsd:attribute name="type" use="optional" type="xsd:string">
                      <xsd:annotation>
                        <xsd:documentation>A value taken from a controlled vocabulary indicating the type of originating source.</xsd:documentation>
                      </xsd:annotation>
                    </xsd:attribute>
                  </xsd:extension>
                </xsd:simpleContent>
              </xsd:complexType>
            </xsd:element>
            <xsd:choice>
              <xsd:element ref="activity" minOccurs="1" maxOccurs="1"/>
              <xsd:element ref="collection" minOccurs="1" maxOccurs="1"/>
              <xsd:element ref="party" minOccurs="1" maxOccurs="1"/>
              <xsd:element ref="service" minOccurs="1" maxOccurs="1"/>
            </xsd:choice>
          </xsd:sequence>
          <xsd:attributeGroup ref="registryObjectAttributes"/>
        </xsd:complexType>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element registryObjects / registryObject
Namespace http://ands.org.au/standards/rif-cs/registryObjects
Annotations
This element is a wrapper element containing descriptive and administrative metadata for a single registry object.
Diagram
Diagram registryTypes_xsd.tmp#registryObjectAttributes registryObjects_xsd.tmp#registryObjects_registryObjects_registryObject_key registryObjects_xsd.tmp#registryObjects_registryObjects_registryObject_originatingSource activity_xsd.tmp#activity collection_xsd.tmp#collection party_xsd.tmp#party service_xsd.tmp#service
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model key , originatingSource , (activity | collection | party | service)
Children activity, collection, key, originatingSource, party, service
Instance
<registryObject group="">
  <key>{1,1}</key>
  <originatingSource type="">{1,1}</originatingSource>
  <activity dateModified="" type="">{1,1}</activity>
  <collection dateAccessioned="" dateModified="" type="">{1,1}</collection>
  <party dateModified="" type="">{1,1}</party>
  <service dateModified="" type="">{1,1}</service>
</registryObject>
Attributes
QName Type Fixed Default Use Annotation
group xsd:string required
A string available for grouping of repository objects, typically
by organisation.
Source
<xsd:element name="registryObject" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>This element is a wrapper element containing descriptive and administrative metadata for a single registry object.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="key" type="xsd:string" minOccurs="1" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation>The key (or primary identifier) of an object. It must unique within its context of use.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="originatingSource" minOccurs="1" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation>A string or URI identifying the entity holding the managed version of the registry object metadata. For example in a federated aggregation context this must identify the original repository or owning institution from which the metadata was harvested *not* the aggregator from which it was harvested.</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:simpleContent>
            <xsd:extension base="xsd:string">
              <xsd:attribute name="type" use="optional" type="xsd:string">
                <xsd:annotation>
                  <xsd:documentation>A value taken from a controlled vocabulary indicating the type of originating source.</xsd:documentation>
                </xsd:annotation>
              </xsd:attribute>
            </xsd:extension>
          </xsd:simpleContent>
        </xsd:complexType>
      </xsd:element>
      <xsd:choice>
        <xsd:element ref="activity" minOccurs="1" maxOccurs="1"/>
        <xsd:element ref="collection" minOccurs="1" maxOccurs="1"/>
        <xsd:element ref="party" minOccurs="1" maxOccurs="1"/>
        <xsd:element ref="service" minOccurs="1" maxOccurs="1"/>
      </xsd:choice>
    </xsd:sequence>
    <xsd:attributeGroup ref="registryObjectAttributes"/>
  </xsd:complexType>
</xsd:element>
Element registryObjects / registryObject / key
Namespace http://ands.org.au/standards/rif-cs/registryObjects
Annotations
The key (or primary identifier) of an object. It must unique within its context of use.
Diagram
Diagram
Type xsd:string
Properties
content: simple
minOccurs: 1
maxOccurs: 1
Source
<xsd:element name="key" type="xsd:string" minOccurs="1" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>The key (or primary identifier) of an object. It must unique within its context of use.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element registryObjects / registryObject / originatingSource
Namespace http://ands.org.au/standards/rif-cs/registryObjects
Annotations
A string or URI identifying the entity holding the managed version of the registry object metadata. For example in a federated aggregation context this must identify the original repository or owning institution from which the metadata was harvested *not* the aggregator from which it was harvested.
Diagram
Diagram registryObjects_xsd.tmp#registryObjects_registryObjects_registryObject_registryObjects_registryObjects_registryObject_originatingSource_type
Type extension of xsd:string
Properties
content: complex
minOccurs: 1
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
type xsd:string optional
A value taken from a controlled vocabulary indicating the type of originating source.
Source
<xsd:element name="originatingSource" minOccurs="1" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>A string or URI identifying the entity holding the managed version of the registry object metadata. For example in a federated aggregation context this must identify the original repository or owning institution from which the metadata was harvested *not* the aggregator from which it was harvested.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:simpleContent>
      <xsd:extension base="xsd:string">
        <xsd:attribute name="type" use="optional" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation>A value taken from a controlled vocabulary indicating the type of originating source.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
</xsd:element>
Attribute registryObjects / registryObject / originatingSource / @type
Namespace No namespace
Annotations
A value taken from a controlled vocabulary indicating the type of originating source.
Type xsd:string
Properties
use: optional
Used by
Source
<xsd:attribute name="type" use="optional" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>A value taken from a controlled vocabulary indicating the type of originating source.</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>