Documentation for ffr-format

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">
<import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/>
<include schemaLocation="http://www.diva-portal.org/schema/ffr/2005/ffr-types.xsd"/>
...
</schema>
top

Global Declarations

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