Documentation for ffr-application

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