Documentation for ffr

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: applications

Name applications
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Container for the element application.
Logical Diagram
h-1146034035
XML Instance Representation
<applications>
Start Sequence [0..*]
<application> ... </application> [1]
End Sequence
</applications>
Diagram
h-1146034035
Schema Component Representation
<element name="applications">
<complexType>
<sequence minOccurs="0" maxOccurs="unbounded">
<element ref=" application "/>
</sequence>
</complexType>
</element>
top

Element: formats

Name formats
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Container for format elements.
Logical Diagram
h-1468579174
XML Instance Representation
<formats>
Start Sequence [0..*]
<format> ... </format> [1]
End Sequence
</formats>
Diagram
h-1468579174
Schema Component Representation
<element name="formats">
<complexType>
<sequence minOccurs="0" maxOccurs="unbounded">
<element ref=" format "/>
</sequence>
</complexType>
</element>
top

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

Element: platforms

Name platforms
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Container for platform elements.
Logical Diagram
h-1154705834
XML Instance Representation
<platforms>
Start Sequence [0..*]
<platform> ... </platform> [1]
End Sequence
</platforms>
Diagram
h-1154705834
Schema Component Representation
<element name="platforms">
<complexType>
<sequence minOccurs="0" maxOccurs="unbounded">
<element ref=" platform "/>
</sequence>
</complexType>
</element>
top