Browse Source

Changed attributes for form tag so that edit/ingest declartions aren't required.

pull/105/head
Nigel Banks 14 years ago
parent
commit
01e984a7f8
  1. 12
      islandoracm.xsd

12
islandoracm.xsd

@ -186,12 +186,12 @@
<xsd:attribute name="ingest_module" type="xsd:normalizedString"/>
<xsd:attribute name="ingest_file" type="xsd:normalizedString"/>
<xsd:attribute name="ingest_class" type="xsd:normalizedString"/>
<xsd:attribute name="edit_module" type="xsd:normalizedString" use="required"/>
<xsd:attribute name="edit_file" type="xsd:normalizedString" use="required"/>
<xsd:attribute name="edit_class" type="xsd:normalizedString" use="required"/>
<xsd:attribute name="document_module" type="xsd:normalizedString"/>
<xsd:attribute name="document_file" type="xsd:normalizedString"/>
<xsd:attribute name="document_class" type="xsd:normalizedString"/>
<xsd:attribute name="edit_module" type="xsd:normalizedString" use="optional"/>
<xsd:attribute name="edit_file" type="xsd:normalizedString" use="optional"/>
<xsd:attribute name="edit_class" type="xsd:normalizedString" use="optional"/>
<xsd:attribute name="document_module" type="xsd:normalizedString" use="required"/>
<xsd:attribute name="document_file" type="xsd:normalizedString" use="required"/>
<xsd:attribute name="document_class" type="xsd:normalizedString" use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>

Loading…
Cancel
Save