Browse Source

Allow for the specification of custom ingest/edit form builders

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

12
islandoracm.xsd

@ -182,10 +182,16 @@
<xsd:complexContent>
<xsd:extension base="formElementType">
<xsd:attribute name="name" type="xsd:normalizedString" use="required"/>
<xsd:attribute name="module" type="xsd:normalizedString" use="required"/>
<xsd:attribute name="file" type="xsd:normalizedString" use="required"/>
<xsd:attribute name="class" type="xsd:normalizedString" use="required"/>
<xsd:attribute name="dsid" type="xsd:normalizedString" use="required"/>
<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:extension>
</xsd:complexContent>
</xsd:complexType>

Loading…
Cancel
Save