Browse Source

Changed the content model to support the new form format.

pull/105/head
Nigel Banks 14 years ago
parent
commit
1b5784e4e1
  1. 515
      islandoracm.xsd

515
islandoracm.xsd

@ -1,167 +1,356 @@
<xsd:schema xmlns="http://www.islandora.ca" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.islandora.ca" elementFormDefault="qualified" > <xsd:schema xmlns="http://www.islandora.ca" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
<xsd:annotation> targetNamespace="http://www.islandora.ca" elementFormDefault="qualified">
<xsd:documentation xml:lang="en"> <xsd:annotation>
<xsd:documentation xml:lang="en">
Islandora Content Model Schema Islandora Content Model Schema
Islandora, Robertson Library, University of Prince Edward Island, 550 University Ave., Charlottetown, Prince Edward Island Islandora, Robertson Library, University of Prince Edward Island, 550 University Ave., Charlottetown, Prince Edward Island
</xsd:documentation> </xsd:documentation>
</xsd:annotation> </xsd:annotation>
<xsd:element name="content_model" type="content_modelType"/> <xsd:element name="content_model" type="content_modelType"/>
<xsd:complexType name="content_modelType"> <xsd:complexType name="content_modelType">
<xsd:all> <xsd:all>
<xsd:element name="mimetypes" type="mimetypesType"/> <xsd:element name="mimetypes" type="mimetypesType"/>
<xsd:element name="ingest_form" type="ingest_formType"/> <xsd:element name="ingest_form" type="ingest_formType"/>
<xsd:element name="datastreams" type="datastreamsType" minOccurs="0"/> <xsd:element name="datastreams" type="datastreamsType" minOccurs="0"/>
<xsd:element name="ingest_rules" type="ingest_rulesType"/> <xsd:element name="ingest_rules" type="ingest_rulesType"/>
<xsd:element name="edit_metadata_method" type="edit_metadata_methodType" minOccurs="0"/> <xsd:element name="edit_metadata_method" type="edit_metadata_methodType" minOccurs="0"/>
</xsd:all> <xsd:element name="forms">
<xsd:attribute name="name" type="xsd:normalizedString" use="required"/> <xsd:complexType>
</xsd:complexType> <xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="1" name="form" type="formType"
<xsd:complexType name="mimetypesType"> />
<xsd:sequence> </xsd:sequence>
<xsd:element name="type" type="xsd:string" maxOccurs="unbounded"/> </xsd:complexType>
</xsd:sequence> </xsd:element>
</xsd:complexType> </xsd:all>
<xsd:attribute name="name" type="xsd:normalizedString" use="required"/>
<xsd:complexType name="ingest_formType"> </xsd:complexType>
<xsd:all>
<xsd:element name="form_builder_method" type="form_builder_methodType"/> <xsd:complexType name="mimetypesType">
<xsd:element name="form_elements" type="form_elementsType"/> <xsd:sequence>
</xsd:all> <xsd:element name="type" type="xsd:string" maxOccurs="unbounded"/>
<xsd:attribute name="dsid" type="xsd:normalizedString" use="required"/> </xsd:sequence>
<xsd:attribute name="page" type="xsd:positiveInteger" use="required"/> </xsd:complexType>
<xsd:attribute name="hide_file_chooser" type="xsd:boolean" default="false"/>
<xsd:attribute name="redirect" type="xsd:boolean" default="true"/> <xsd:complexType name="ingest_formType">
<xsd:all>
</xsd:complexType> <xsd:element name="form_builder_method" type="form_builder_methodType"/>
<xsd:complexType name="form_builder_methodType"> <xsd:element name="form_elements" type="form_elementsType"/>
<xsd:attribute name="file" type="xsd:normalizedString" use="required"/> </xsd:all>
<xsd:attribute name="module" type="xsd:normalizedString" default="fedora_repository"/> <xsd:attribute name="dsid" type="xsd:normalizedString" use="required"/>
<xsd:attribute name="class" type="xsd:normalizedString" use="required"/> <xsd:attribute name="page" type="xsd:positiveInteger" use="required"/>
<xsd:attribute name="method" type="xsd:normalizedString" use="required"/> <xsd:attribute name="hide_file_chooser" type="xsd:boolean" default="false"/>
<xsd:attribute name="handler" type="xsd:normalizedString" use="required"/> <xsd:attribute name="redirect" type="xsd:boolean" default="true"/>
</xsd:complexType>
<xsd:complexType name="edit_metadata_methodType"> </xsd:complexType>
<xsd:attribute name="file" type="xsd:normalizedString" use="required"/> <xsd:complexType name="form_builder_methodType">
<xsd:attribute name="module" type="xsd:normalizedString" default="fedora_repository"/> <xsd:attribute name="file" type="xsd:normalizedString" use="required"/>
<xsd:attribute name="class" type="xsd:normalizedString" use="required"/> <xsd:attribute name="module" type="xsd:normalizedString" default="fedora_repository"/>
<xsd:attribute name="method" type="xsd:normalizedString" use="required"/> <xsd:attribute name="class" type="xsd:normalizedString" use="required"/>
<xsd:attribute name="handler" type="xsd:normalizedString" use="required"/> <xsd:attribute name="method" type="xsd:normalizedString" use="required"/>
<xsd:attribute name="dsid" type="xsd:normalizedString" use="required"/> <xsd:attribute name="handler" type="xsd:normalizedString" use="required"/>
</xsd:complexType> </xsd:complexType>
<xsd:complexType name="form_elementsType"> <xsd:complexType name="edit_metadata_methodType">
<xsd:sequence> <xsd:attribute name="file" type="xsd:normalizedString" use="required"/>
<xsd:element name="element" type="elementType" minOccurs="0" maxOccurs="unbounded"/> <xsd:attribute name="module" type="xsd:normalizedString" default="fedora_repository"/>
</xsd:sequence> <xsd:attribute name="class" type="xsd:normalizedString" use="required"/>
</xsd:complexType> <xsd:attribute name="method" type="xsd:normalizedString" use="required"/>
<xsd:attribute name="handler" type="xsd:normalizedString" use="required"/>
<xsd:complexType name="elementType"> <xsd:attribute name="dsid" type="xsd:normalizedString" use="required"/>
<xsd:all> </xsd:complexType>
<xsd:element name="description" type="xsd:string" minOccurs="0"/> <xsd:complexType name="form_elementsType">
<xsd:element name="authoritative_list" type="authoritative_listType" minOccurs="0"/> <xsd:sequence>
<xsd:element name="parameters" type="parametersType" minOccurs="0"/> <xsd:element name="element" type="elementType" minOccurs="0" maxOccurs="unbounded"/>
</xsd:all> </xsd:sequence>
<xsd:attribute name="label" type="xsd:normalizedString"/> </xsd:complexType>
<xsd:attribute name="name" type="xsd:normalizedString" use="required"/>
<xsd:attribute name="type" type="xsd:normalizedString" use="required"/> <xsd:complexType name="elementType">
<xsd:attribute name="required" type="xsd:boolean" default="false"/> <xsd:all>
</xsd:complexType> <xsd:element name="description" type="xsd:string" minOccurs="0"/>
<xsd:element name="authoritative_list" type="authoritative_listType" minOccurs="0"/>
<xsd:complexType name="authoritative_listType"> <xsd:element name="parameters" type="parametersType" minOccurs="0"/>
<xsd:sequence> </xsd:all>
<xsd:element name="item" type="itemType" minOccurs="1" maxOccurs="unbounded"/> <xsd:attribute name="label" type="xsd:normalizedString"/>
</xsd:sequence> <xsd:attribute name="name" type="xsd:normalizedString" use="required"/>
</xsd:complexType> <xsd:attribute name="type" type="xsd:normalizedString" use="required"/>
<xsd:complexType name="itemType"> <xsd:attribute name="required" type="xsd:boolean" default="false"/>
<xsd:simpleContent> </xsd:complexType>
<xsd:extension base="xsd:string">
<xsd:attribute name="field" type="xsd:string" use="optional"/> <xsd:complexType name="authoritative_listType">
</xsd:extension> <xsd:sequence>
</xsd:simpleContent> <xsd:element name="item" type="itemType" minOccurs="1" maxOccurs="unbounded"/>
</xsd:complexType> </xsd:sequence>
</xsd:complexType>
<xsd:complexType name="ingest_rulesType"> <xsd:complexType name="itemType">
<xsd:sequence> <xsd:simpleContent>
<xsd:element name="rule" type="ruleType" minOccurs="0" maxOccurs="unbounded"/> <xsd:extension base="xsd:string">
</xsd:sequence> <xsd:attribute name="field" type="xsd:string" use="optional"/>
</xsd:complexType> </xsd:extension>
</xsd:simpleContent>
<xsd:complexType name="ruleType"> </xsd:complexType>
<xsd:sequence>
<xsd:element name="applies_to" type="xsd:normalizedString" minOccurs="1" maxOccurs="unbounded"/> <xsd:complexType name="ingest_rulesType">
<xsd:element name="ingest_methods" type="ingest_methodsType" minOccurs="0"/> <xsd:sequence>
</xsd:sequence> <xsd:element name="rule" type="ruleType" minOccurs="0" maxOccurs="unbounded"/>
</xsd:complexType> </xsd:sequence>
</xsd:complexType>
<xsd:complexType name="ingest_methodsType">
<xsd:sequence> <xsd:complexType name="ruleType">
<xsd:element name="ingest_method" type="ingest_methodType" minOccurs="1" maxOccurs="unbounded"/> <xsd:sequence>
</xsd:sequence> <xsd:element name="applies_to" type="xsd:normalizedString" minOccurs="1"
</xsd:complexType> maxOccurs="unbounded"/>
<xsd:complexType name="ingest_methodType"> <xsd:element name="ingest_methods" type="ingest_methodsType" minOccurs="0"/>
<xsd:all> </xsd:sequence>
<xsd:element name="parameters" type="parametersType" minOccurs="0" /> </xsd:complexType>
</xsd:all>
<xsd:complexType name="ingest_methodsType">
<xsd:attribute name="file" type="xsd:normalizedString" use="required"/> <xsd:sequence>
<xsd:attribute name="module" type="xsd:normalizedString" default="fedora_repository"/> <xsd:element name="ingest_method" type="ingest_methodType" minOccurs="1"
<xsd:attribute name="class" type="xsd:normalizedString" use="required"/> maxOccurs="unbounded"/>
<xsd:attribute name="method" type="xsd:normalizedString" use="required"/> </xsd:sequence>
<xsd:attribute name="dsid" type="xsd:normalizedString" use="required"/> </xsd:complexType>
<xsd:attribute name="modified_files_ext" type="xsd:normalizedString" use="required"/> <xsd:complexType name="ingest_methodType">
</xsd:complexType> <xsd:all>
<xsd:element name="parameters" type="parametersType" minOccurs="0"/>
<xsd:complexType name="datastreamsType"> </xsd:all>
<xsd:sequence>
<xsd:element name="datastream" type="datastreamType" minOccurs="1" maxOccurs="unbounded"/> <xsd:attribute name="file" type="xsd:normalizedString" use="required"/>
</xsd:sequence> <xsd:attribute name="module" type="xsd:normalizedString" default="fedora_repository"/>
</xsd:complexType> <xsd:attribute name="class" type="xsd:normalizedString" use="required"/>
<xsd:attribute name="method" type="xsd:normalizedString" use="required"/>
<xsd:complexType name="datastreamType"> <xsd:attribute name="dsid" type="xsd:normalizedString" use="required"/>
<xsd:sequence> <xsd:attribute name="modified_files_ext" type="xsd:normalizedString" use="required"/>
<xsd:element name="display_method" type="display_methodType" minOccurs="0" maxOccurs="unbounded"/> </xsd:complexType>
<xsd:element name="add_datastream_method" type="add_datastream_methodType" minOccurs="0" maxOccurs="1"/>
<xsd:complexType name="datastreamsType">
</xsd:sequence> <xsd:sequence>
<xsd:attribute name="dsid" type="xsd:normalizedString" use="required"/> <xsd:element name="datastream" type="datastreamType" minOccurs="1" maxOccurs="unbounded"
<xsd:attribute name="display_in_fieldset" type="xsd:boolean" default="true"/> />
</xsd:complexType> </xsd:sequence>
</xsd:complexType>
<xsd:complexType name="add_datastream_methodType">
<xsd:all> <xsd:complexType name="datastreamType">
<xsd:element name="parameters" type="parametersType" minOccurs="0" /> <xsd:sequence>
</xsd:all> <xsd:element name="display_method" type="display_methodType" minOccurs="0"
<xsd:attribute name="file" type="xsd:normalizedString" use="required"/> maxOccurs="unbounded"/>
<xsd:attribute name="module" type="xsd:normalizedString" default="fedora_repository"/> <xsd:element name="add_datastream_method" type="add_datastream_methodType" minOccurs="0"
<xsd:attribute name="class" type="xsd:normalizedString" use="required"/> maxOccurs="1"/>
<xsd:attribute name="method" type="xsd:normalizedString" use="required"/>
<xsd:attribute name="dsid" type="xsd:normalizedString" use="required"/> </xsd:sequence>
<xsd:attribute name="modified_files_ext" type="xsd:normalizedString" use="required"/> <xsd:attribute name="dsid" type="xsd:normalizedString" use="required"/>
</xsd:complexType> <xsd:attribute name="display_in_fieldset" type="xsd:boolean" default="true"/>
<xsd:complexType name="parametersType"> </xsd:complexType>
<xsd:sequence>
<xsd:element name="parameter" type="parameterType" minOccurs="1" maxOccurs="unbounded"/> <xsd:complexType name="add_datastream_methodType">
</xsd:sequence> <xsd:all>
</xsd:complexType> <xsd:element name="parameters" type="parametersType" minOccurs="0"/>
<xsd:complexType name="parameterType"> </xsd:all>
<xsd:simpleContent> <xsd:attribute name="file" type="xsd:normalizedString" use="required"/>
<xsd:extension base="xsd:string"> <xsd:attribute name="module" type="xsd:normalizedString" default="fedora_repository"/>
<xsd:attribute name="name" type="xsd:normalizedString" use="required"/> <xsd:attribute name="class" type="xsd:normalizedString" use="required"/>
</xsd:extension> <xsd:attribute name="method" type="xsd:normalizedString" use="required"/>
</xsd:simpleContent> <xsd:attribute name="dsid" type="xsd:normalizedString" use="required"/>
</xsd:complexType> <xsd:attribute name="modified_files_ext" type="xsd:normalizedString" use="required"/>
<xsd:complexType name="display_methodType"> </xsd:complexType>
<xsd:complexContent> <xsd:complexType name="parametersType">
<xsd:restriction base="xsd:anyType"> <xsd:sequence>
<xsd:attribute name="file" type="xsd:normalizedString" use="required"/> <xsd:element name="parameter" type="parameterType" minOccurs="1" maxOccurs="unbounded"/>
<xsd:attribute name="module" type="xsd:normalizedString" default="fedora_repository"/> </xsd:sequence>
<xsd:attribute name="class" type="xsd:normalizedString" use="required"/> </xsd:complexType>
<xsd:attribute name="method" type="xsd:normalizedString" use="required"/> <xsd:complexType name="parameterType">
<xsd:attribute name="default" type="xsd:boolean" default="false"/> <xsd:simpleContent>
</xsd:restriction> <xsd:extension base="xsd:string">
</xsd:complexContent> <xsd:attribute name="name" type="xsd:normalizedString" use="required"/>
</xsd:complexType> </xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="display_methodType">
<xsd:complexContent>
<xsd:restriction base="xsd:anyType">
<xsd:attribute name="file" type="xsd:normalizedString" use="required"/>
<xsd:attribute name="module" type="xsd:normalizedString" default="fedora_repository"/>
<xsd:attribute name="class" type="xsd:normalizedString" use="required"/>
<xsd:attribute name="method" type="xsd:normalizedString" use="required"/>
<xsd:attribute name="default" type="xsd:boolean" default="false"/>
</xsd:restriction>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="formType">
<xsd:complexContent>
<xsd:extension base="formElementType">
<xsd:attribute name="name" type="xsd:normalizedString" use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="formElementType">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element maxOccurs="1" minOccurs="1" name="fieldset">
<xsd:complexType>
<xsd:all maxOccurs="1" minOccurs="1">
<xsd:element name="title" type="xsd:normalizedString"/>
<xsd:element minOccurs="0" name="description" type="xsd:normalizedString"/>
<xsd:element maxOccurs="1" minOccurs="0" name="xpath"
type="formControlXPathType"> </xsd:element>
<xsd:element default="true" minOccurs="0" name="collapsible"
type="xsd:boolean"/>
<xsd:element default="false" minOccurs="0" name="collapsed"
type="xsd:boolean"/>
<xsd:element name="content" type="formElementType"/>
</xsd:all>
<xsd:attribute default="false" name="force_create" type="xsd:boolean"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="textfield">
<xsd:complexType>
<xsd:all maxOccurs="1" minOccurs="1">
<xsd:element name="title" type="xsd:normalizedString"/>
<xsd:element minOccurs="0" name="description" type="xsd:normalizedString"/>
<xsd:element maxOccurs="1" minOccurs="0" name="xpath"
type="formControlXPathType"> </xsd:element>
<xsd:element minOccurs="0" name="element_validate"
type="formControlElementValidateType"/>
<xsd:element minOccurs="0" name="required" type="xsd:boolean"/>
<xsd:element minOccurs="0" name="default_value" type="xsd:normalizedString"
/>
</xsd:all>
<xsd:attribute default="false" name="force_create" type="xsd:boolean"/>
</xsd:complexType>
</xsd:element>
<xsd:element minOccurs="1" name="textarea">
<xsd:complexType>
<xsd:all maxOccurs="1" minOccurs="1">
<xsd:element name="title" type="xsd:normalizedString"/>
<xsd:element minOccurs="0" name="description" type="xsd:normalizedString"/>
<xsd:element maxOccurs="1" minOccurs="0" name="xpath"
type="formControlXPathType"> </xsd:element>
<xsd:element minOccurs="0" name="required" type="xsd:boolean"/>
<xsd:element minOccurs="0" name="default_value" type="xsd:normalizedString"
/>
</xsd:all>
<xsd:attribute default="false" name="force_create" type="xsd:boolean"/>
</xsd:complexType>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="1" name="select">
<xsd:complexType>
<xsd:all maxOccurs="1" minOccurs="1">
<xsd:element name="title" type="xsd:normalizedString"/>
<xsd:element minOccurs="0" name="description" type="xsd:normalizedString"/>
<xsd:element maxOccurs="1" minOccurs="0" name="xpath"
type="formControlXPathType"> </xsd:element>
<xsd:element name="options" type="formControlOptionsType"/>
<xsd:element minOccurs="0" name="required" type="xsd:boolean"/>
<xsd:element minOccurs="0" name="default_value" type="xsd:normalizedString"
/>
</xsd:all>
<xsd:attribute default="false" name="force_create" type="xsd:boolean"/>
</xsd:complexType>
</xsd:element>
<xsd:element minOccurs="1" name="list">
<xsd:complexType>
<xsd:all maxOccurs="1" minOccurs="1">
<xsd:element name="title" type="xsd:normalizedString"/>
<xsd:element minOccurs="0" name="description" type="xsd:normalizedString"/>
<xsd:element maxOccurs="1" minOccurs="0" name="xpath"
type="formControlXPathType"> </xsd:element>
<xsd:element minOccurs="0" name="required" type="xsd:boolean"/>
<xsd:element minOccurs="0" name="default_value" type="xsd:normalizedString"
/>
</xsd:all>
<xsd:attribute default="false" name="force_create" type="xsd:boolean"/>
</xsd:complexType>
</xsd:element>
<xsd:element minOccurs="1" name="filechooser">
<xsd:complexType>
<xsd:all maxOccurs="1" minOccurs="1">
<xsd:element name="title" type="xsd:normalizedString"/>
<xsd:element minOccurs="0" name="description" type="xsd:normalizedString"/>
<xsd:element maxOccurs="1" minOccurs="0" name="xpath"
type="formControlXPathType"> </xsd:element>
<xsd:element minOccurs="0" name="required" type="xsd:boolean"/>
<xsd:element minOccurs="0" name="default_value" type="xsd:normalizedString"
/>
</xsd:all>
<xsd:attribute default="false" name="force_create" type="xsd:boolean"/>
</xsd:complexType>
</xsd:element>
<xsd:element minOccurs="1" name="datepicker">
<xsd:complexType>
<xsd:all maxOccurs="1" minOccurs="1">
<xsd:element name="title" type="xsd:normalizedString"/>
<xsd:element minOccurs="0" name="description" type="xsd:normalizedString"/>
<xsd:element maxOccurs="1" minOccurs="0" name="xpath"
type="formControlXPathType"> </xsd:element>
<xsd:element minOccurs="0" name="required" type="xsd:boolean"/>
<xsd:element minOccurs="0" name="default_value" type="xsd:normalizedString"
/>
</xsd:all>
<xsd:attribute default="false" name="force_create" type="xsd:boolean"/>
</xsd:complexType>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="1" name="tabpanel">
<xsd:complexType>
<xsd:all maxOccurs="1" minOccurs="1">
<xsd:element name="title" type="xsd:normalizedString"/>
<xsd:element minOccurs="0" name="description" type="xsd:normalizedString"/>
<xsd:element maxOccurs="1" minOccurs="0" name="xpath"
type="formControlXPathType"> </xsd:element>
<xsd:element name="content" type="formElementType"/>
</xsd:all>
<xsd:attribute default="false" name="force_create" type="xsd:boolean"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="checkbox">
<xsd:complexType>
<xsd:all maxOccurs="1" minOccurs="1">
<xsd:element name="title" type="xsd:normalizedString"/>
<xsd:element minOccurs="0" name="description" type="xsd:normalizedString"/>
<xsd:element maxOccurs="1" minOccurs="0" name="xpath"
type="formControlXPathType"> </xsd:element>
<xsd:element minOccurs="0" name="element_validate"
type="formControlElementValidateType"/>
<xsd:element name="return_value" type="xsd:normalizedString"/>
</xsd:all>
<xsd:attribute default="false" name="force_create" type="xsd:boolean"/>
</xsd:complexType>
</xsd:element>
<xsd:element minOccurs="1" name="hidden">
<xsd:complexType>
<xsd:all>
<xsd:element name="title" type="xsd:normalizedString"/>
<xsd:element minOccurs="0" name="description" type="xsd:normalizedString"/>
<xsd:element maxOccurs="1" minOccurs="0" name="xpath"
type="formControlXPathType"> </xsd:element>
<xsd:element minOccurs="1" name="value" type="xsd:normalizedString"/>
</xsd:all>
<xsd:attribute default="false" name="force_create" type="xsd:boolean"/>
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
<xsd:complexType name="formControlXPathType">
<xsd:simpleContent>
<xsd:extension base="xsd:normalizedString">
<xsd:attribute name="full_path" type="xsd:boolean"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="formControlElementValidateType">
<xsd:complexContent>
<xsd:extension base="array"/>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="array">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" name="item" type="xsd:normalizedString"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="formControlOptionsType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" name="option" type="xsd:normalizedString"/>
</xsd:sequence>
<xsd:attribute name="ignoreFirstOption" type="xsd:boolean" use="required"/>
</xsd:complexType>
</xsd:schema> </xsd:schema>

Loading…
Cancel
Save