Documentation for ffr-organisation

Table of Contents

top

Schema Document Properties

Target Namespace urn:nbn:se:uu:ub:epc-schema:file-format-registry
Version 1.0
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations belong to this schema's target namespace.
  • By default, local attribute declarations have no namespace.
Schema Composition

Declared Namespaces

Prefix Namespace
xml http://www.w3.org/XML/1998/namespace
xs http://www.w3.org/2001/XMLSchema
ffr urn:nbn:se:uu:ub:epc-schema:file-format-registry
Schema Component Representation
<schema targetNamespace="urn:nbn:se:uu:ub:epc-schema:file-format-registry" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
<include schemaLocation="http://www.diva-portal.org/schema/ffr/2005/ffr-types.xsd"/>
...
</schema>
top

Global Declarations

Element: organisations

Name organisations
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Container for organisation elements.
Logical Diagram
h-1126005443
XML Instance Representation
<organisations>
Start Sequence [0..*]
<organisation> typeOrganisation </organisation> [1]

'Description of an organisation.'

End Sequence
</organisations>
Diagram
Schema Component Representation
<element name="organisations">
<complexType>
<sequence minOccurs="0" maxOccurs="unbounded">
<element name="organisation" type=" typeOrganisation "/>
</sequence>
</complexType>
</element>
top