Documentation for ffr

Table of Contents

Master schema documentation file: ffr.xsd.html

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"/>
...
</schema>
top

Global Declarations

Element: address

Name address
Used by (from the same schema document) Complex Type typeOrganisation
Type typeAddress
Nillable no
Abstract no
Documentation Address.
Logical Diagram
XML Instance Representation
<address>
Start Choice [1]
<street> token </street> [0..1]

'The street name and the street number.'

<postbox> token </postbox> [0..1]

'Postbox address.'

End Choice
<postcode> token </postcode> [0..1]

'Postal code or zip code.'

<city> string </city> [0..1]

'A city.'

<country> string </country> [0..1]

'A country.'

</address>
Diagram
Schema Component Representation
<element name="address" type=" typeAddress "/>
top

Element: application

Name application
Used by (from the same schema document) Element format
Type typeApplication
Nillable no
Abstract no
Documentation An application.
Logical Diagram
h-1332098009 h269123674 h-808242748 h-1019875349 h-334245908 h-1436142371 h2096522904 h-145520670
XML Instance Representation
<application>
Start All [1]
<identifiers> ... </identifiers> [1]
<descriptions> ... </descriptions> [1]
<version> ... </version> [0..1]
<release> ... </release> [0..1]
<vendor> ... </vendor> [0..1]
<applicationTypes> ... </applicationTypes> [0..1]
<platforms> [0..1]
Start Sequence [0..*]
<platform> ... </platform> [1]
End Sequence
</platforms>
<languages> ... </languages> [0..1]
<lastModified> ... </lastModified> [0..1]
End All
</application>
Diagram
h-1332098009 h269123674 h-1547229547 h-808242748 h-1019875349 h-334245908 h-1154705834 h2096522904 h-145520670
Schema Component Representation
<element name="application" type=" typeApplication "/>
top

Element: applicationTypes

Name applicationTypes
Used by (from the same schema document) Complex Type typeApplication
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Container for applicationType elements.
Logical Diagram
h820501863
XML Instance Representation
<applicationTypes>
<applicationType> [1..*]

'Application type, e.g. database, word processing, etc.'


<identifiers> ... </identifiers> [1]
<descriptions> ... </descriptions> [1]
</applicationType>
</applicationTypes>
Diagram
h-1332098009 h269123674
Schema Component Representation
<element name="applicationTypes">
<complexType>
<sequence>
<element name="applicationType" maxOccurs="unbounded">
<complexType>
<sequence>
<element ref=" identifiers "/>
<element ref=" descriptions "/>
</sequence>
</complexType>
</element>
</sequence>
</complexType>
</element>
top

Element: contact

Name contact
Used by (from the same schema document) Complex Type typeOrganisation
Type typeContact
Nillable no
Abstract no
Documentation Address.
Logical Diagram
XML Instance Representation
<contact>
Start All [1]
<telephone> token </telephone> [0..1]

'Telephone number.'

<fax> token </fax> [0..1]

'Fascimile number.'

<e-mail> token </e-mail> [0..1]

'Email address.'

<web> token </web> [0..1]

'Web site.'

End All
</contact>
Diagram
Schema Component Representation
<element name="contact" type=" typeContact "/>
top

Element: countries

Name countries
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Container for country elements.
Logical Diagram
h-941006509
XML Instance Representation
<countries>
<country> [1..*]

'A country.'


<identifiers> ... </identifiers> [1]
<descriptions> ... </descriptions> [1]
</country>
</countries>
Diagram
h-1332098009 h269123674
Schema Component Representation
<element name="countries">
<complexType>
<sequence>
<element name="country" maxOccurs="unbounded">
<complexType>
<sequence>
<element ref=" identifiers "/>
<element ref=" descriptions "/>
</sequence>
</complexType>
</element>
</sequence>
</complexType>
</element>
top

Element: descriptions

Name descriptions
Used by (from the same schema document) Complex Type typeApplication , Complex Type typeDescription , Complex Type typePlatform , Element applicationTypes , Element platformTypes , Element mimeTypes , Element countries , Element languages , Element format
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Container for description elements.
Logical Diagram
h-129865927
XML Instance Representation
<descriptions>
<description
lang="[0..1]"> [1..*]

'A text description in any language.'


token
</description>
</descriptions>
Diagram
Schema Component Representation
<element name="descriptions">
<complexType>
<sequence>
<element name="description" maxOccurs="unbounded">
<complexType>
<simpleContent>
<extension base=" token ">
<attribute ref="lang" use="optional"/>
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
</complexType>
</element>
top

Element: format

Name format
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Identification of the format of a file where format is the organisation of digital information according to present specifications.
Logical Diagram
h-1332098009 h269123674 h-808242748 h372134690 h-1019875349 h-593016912 h2136067227 h-1167316602 h-145520670
XML Instance Representation
<format>
Start All [1]
<identifiers> ... </identifiers> [1]
<descriptions> ... </descriptions> [1]
<version> ... </version> [0..1]
<release> ... </release> [0..1]
<mimeTypes> ... </mimeTypes> [0..1]
<vendor> ... </vendor> [0..1]
<owner> ... </owner> [0..1]
<maintainer> ... </maintainer> [0..1]
<applications> [0..1]

'Container for the element application.'


Start Sequence [0..*]
<application> ... </application> [1]
End Sequence
</applications>
<lastModified> ... </lastModified> [0..1]
End All
</format>
Diagram
h-1332098009 h269123674 h-1547229547 h-808242748 h372134690 h-1019875349 h-593016912 h2136067227 h-1146034035 h-145520670
Schema Component Representation
<element name="format">
<complexType>
<all>
<element ref=" identifiers "/>
<element ref=" descriptions "/>
<element ref=" version " minOccurs="0"/>
<element ref=" release " minOccurs="0"/>
<element ref=" mimeTypes " minOccurs="0"/>
<element ref=" vendor " minOccurs="0"/>
<element ref=" owner " minOccurs="0"/>
<element ref=" maintainer " minOccurs="0"/>
<element name="applications" minOccurs="0">
<complexType>
<sequence minOccurs="0" maxOccurs="unbounded">
<element ref=" application "/>
</sequence>
</complexType>
</element>
<element ref=" lastModified " minOccurs="0"/>
</all>
</complexType>
</element>
top

Element: identifiers

Name identifiers
Used by (from the same schema document) Complex Type typeApplication , Complex Type typeOrganisation , Complex Type typePlatform , Element applicationTypes , Element platformTypes , Element mimeTypes , Element countries , Element languages , Element format
Type typeIdentifier
Nillable no
Abstract no
Documentation Unique names or numbers, i.e. identifiers.
Logical Diagram
h-874254900
XML Instance Representation
<identifiers>
<identifier> [1..*]

'Describes a unique name or number, i.e. an identifier.'


<properties> [1]

'Container for property elements.'


<property> ... </property> [1..*]

'The domain within which the identifier is unique, i.e. identifier type.'

</properties>
<value> token </value> [1]

'The value of the identifier.'

</identifier>
</identifiers>
Diagram
Schema Component Representation
<element name="identifiers" type=" typeIdentifier "/>
top

Element: languages

Name languages
Used by (from the same schema document) Complex Type typeApplication , Complex Type typePlatform
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Container for language elements.
Logical Diagram
h-348012229
XML Instance Representation
<languages>
<language> [1..*]

'A language.'


<identifiers> ... </identifiers> [1]
<descriptions> ... </descriptions> [1]
</language>
</languages>
Diagram
h-1332098009 h269123674
Schema Component Representation
<element name="languages">
<complexType>
<sequence>
<element name="language" maxOccurs="unbounded">
<complexType>
<sequence>
<element ref=" identifiers "/>
<element ref=" descriptions "/>
</sequence>
</complexType>
</element>
</sequence>
</complexType>
</element>
top

Element: lastModified

Name lastModified
Used by (from the same schema document) Complex Type typeApplication , Complex Type typeOrganisation , Complex Type typePlace , Complex Type typePlatform , Element format
Type typeDate
Nillable no
Abstract no
Documentation Date of last modification.
Logical Diagram
XML Instance Representation
<lastModified>
<year> short (total no. of digits = 4) (Whitespace policy: collapse) </year> [1]

'The year according to the Gregorian calendar (4 digits).'

<month> short (pattern = \d{2}) (01 <= value <= 12) (total no. of digits = 2) (Whitespace policy: collapse) </month> [0..1]

'The month according to the Gregorian calendar (2 digits). Valid values are in the range 01-12.'

<day> int (pattern = \d{2}) (01 <= value <= 31) (total no. of digits = 2) (Whitespace policy: collapse) </day> [0..1]

'The day according to the Gregorian calendar (2 digits). Valid values are in the range 01-31.'

</lastModified>
Diagram
Schema Component Representation
<element name="lastModified" type=" typeDate "/>
top

Element: maintainer

Name maintainer
Used by (from the same schema document) Element format
Type typeOrganisation
Nillable no
Abstract no
Documentation Maintaining authority.
Logical Diagram
h-1332098009 h1635328011 h1248437681 h-947311139 h-145520670
XML Instance Representation
<maintainer>
Start All [1]
<identifiers> ... </identifiers> [0..1]
<organisationNames> ... </organisationNames> [1]
<address> ... </address> [0..1]
<contact> ... </contact> [0..1]
<lastModified> ... </lastModified> [0..1]
End All
</maintainer>
Diagram
h-1332098009 h1635328011 h1248437681 h-947311139 h-145520670
Schema Component Representation
<element name="maintainer" type=" typeOrganisation "/>
top

Element: mimeTypes

Name mimeTypes
Used by (from the same schema document) Element format
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Container for mimeType elements.
Logical Diagram
h-126542991
XML Instance Representation
<mimeTypes>
<mimeType> [1..*]

'Multipurpose Internet Mail Extension (MIME) type identifies the format of a file.'


<identifiers> ... </identifiers> [1]
<descriptions> ... </descriptions> [1]
</mimeType>
</mimeTypes>
Diagram
h-1332098009 h269123674
Schema Component Representation
<element name="mimeTypes">
<complexType>
<sequence>
<element name="mimeType" maxOccurs="unbounded">
<complexType>
<sequence>
<element ref=" identifiers "/>
<element ref=" descriptions "/>
</sequence>
</complexType>
</element>
</sequence>
</complexType>
</element>
top

Element: organisationNames

Name organisationNames
Used by (from the same schema document) Complex Type typeOrganisation
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Container for organisation name elements.
Logical Diagram
h-778531480
XML Instance Representation
<organisationNames>
<organisationName
lang="[0..1]"> [1..*]

'A text organisation name in any language.'


token
</organisationName>
</organisationNames>
Diagram
Schema Component Representation
<element name="organisationNames">
<complexType>
<sequence>
<element name="organisationName" maxOccurs="unbounded">
<complexType>
<simpleContent>
<extension base=" token ">
<attribute ref="lang" use="optional"/>
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
</complexType>
</element>
top

Element: owner

Name owner
Used by (from the same schema document) Element format
Type typeOrganisation
Nillable no
Abstract no
Documentation Legal owner.
Logical Diagram
h-1332098009 h1635328011 h1248437681 h-947311139 h-145520670
XML Instance Representation
<owner>
Start All [1]
<identifiers> ... </identifiers> [0..1]
<organisationNames> ... </organisationNames> [1]
<address> ... </address> [0..1]
<contact> ... </contact> [0..1]
<lastModified> ... </lastModified> [0..1]
End All
</owner>
Diagram
h-1332098009 h1635328011 h1248437681 h-947311139 h-145520670
Schema Component Representation
<element name="owner" type=" typeOrganisation "/>
top

Element: platform

Name platform
Used by (from the same schema document) Complex Type typeApplication
Type typePlatform
Nillable no
Abstract no
Documentation Description of a platform.
Logical Diagram
h-1332098009 h269123674 h-287680573 h-808242748 h-1019875349 h2096522904 h-145520670
XML Instance Representation
<platform>
Start All [1]
<identifiers> ... </identifiers> [1]
<descriptions> ... </descriptions> [0..1]
<platformTypes> ... </platformTypes> [0..1]
<version> ... </version> [0..1]
<release> ... </release> [0..1]
<vendor> ... </vendor> [0..1]
<languages> ... </languages> [0..1]
<lastModified> ... </lastModified> [0..1]
End All
</platform>
Diagram
h-1332098009 h269123674 h-287680573 h-1547229547 h-808242748 h-1019875349 h2096522904 h-145520670
Schema Component Representation
<element name="platform" type=" typePlatform "/>
top

Element: platformTypes

Name platformTypes
Used by (from the same schema document) Complex Type typePlatform
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Container for platformType elements.
Logical Diagram
h-1948942672
XML Instance Representation
<platformTypes>
<platformType> [1..*]

'Platform type, e.g. operating system.'


<identifiers> ... </identifiers> [1]
<descriptions> ... </descriptions> [1]
</platformType>
</platformTypes>
Diagram
h-1332098009 h269123674
Schema Component Representation
<element name="platformTypes">
<complexType>
<sequence>
<element name="platformType" maxOccurs="unbounded">
<complexType>
<sequence>
<element ref=" identifiers "/>
<element ref=" descriptions "/>
</sequence>
</complexType>
</element>
</sequence>
</complexType>
</element>
top

Element: release

Name release
Used by (from the same schema document) Complex Type typeApplication , Complex Type typePlatform , Element format
Type typeDate
Nillable no
Abstract no
Documentation Date of release.
Logical Diagram
XML Instance Representation
<release>
<year> short (total no. of digits = 4) (Whitespace policy: collapse) </year> [1]

'The year according to the Gregorian calendar (4 digits).'

<month> short (pattern = \d{2}) (01 <= value <= 12) (total no. of digits = 2) (Whitespace policy: collapse) </month> [0..1]

'The month according to the Gregorian calendar (2 digits). Valid values are in the range 01-12.'

<day> int (pattern = \d{2}) (01 <= value <= 31) (total no. of digits = 2) (Whitespace policy: collapse) </day> [0..1]

'The day according to the Gregorian calendar (2 digits). Valid values are in the range 01-31.'

</release>
Diagram
Schema Component Representation
<element name="release" type=" typeDate "/>
top

Element: vendor

Name vendor
Used by (from the same schema document) Complex Type typeApplication , Complex Type typePlatform , Element format
Type typeOrganisation
Nillable no
Abstract no
Documentation Vendor.
Logical Diagram
h-1332098009 h1635328011 h1248437681 h-947311139 h-145520670
XML Instance Representation
<vendor>
Start All [1]
<identifiers> ... </identifiers> [0..1]
<organisationNames> ... </organisationNames> [1]
<address> ... </address> [0..1]
<contact> ... </contact> [0..1]
<lastModified> ... </lastModified> [0..1]
End All
</vendor>
Diagram
h-1332098009 h1635328011 h1248437681 h-947311139 h-145520670
Schema Component Representation
<element name="vendor" type=" typeOrganisation "/>
top

Element: version

Name version
Used by (from the same schema document) Complex Type typeApplication , Complex Type typePlatform , Element format
Type string
Nillable no
Abstract no
Documentation Version identifier.
Logical Diagram
XML Instance Representation
<version> string </version>
Diagram
Schema Component Representation
<element name="version" type=" string "/>
top

Global Definitions

Complex Type: typeAddress

Super-types: None
Sub-types: None
Name typeAddress
Used by (from the same schema document) Element address
Abstract no
Documentation Description of an address.
XML Instance Representation
<...>
Start Choice [1]
<street> token </street> [0..1]

'The street name and the street number.'

<postbox> token </postbox> [0..1]

'Postbox address.'

End Choice
<postcode> token </postcode> [0..1]

'Postal code or zip code.'

<city> string </city> [0..1]

'A city.'

<country> string </country> [0..1]

'A country.'

</...>
Diagram
Schema Component Representation
<complexType name="typeAddress">
<sequence>
<choice>
<element name="street" type=" token " minOccurs="0"/>
<element name="postbox" type=" token " minOccurs="0"/>
</choice>
<element name="postcode" type=" token " minOccurs="0"/>
<element name="city" type=" string " minOccurs="0"/>
<element name="country" type=" string " minOccurs="0"/>
</sequence>
</complexType>
top

Complex Type: typeApplication

Super-types: None
Sub-types: None
Name typeApplication
Used by (from the same schema document) Element application
Abstract no
Documentation Description of an application.
XML Instance Representation
<...>
Start All [1]
<identifiers> ... </identifiers> [1]
<descriptions> ... </descriptions> [1]
<version> ... </version> [0..1]
<release> ... </release> [0..1]
<vendor> ... </vendor> [0..1]
<applicationTypes> ... </applicationTypes> [0..1]
<platforms> [0..1]
Start Sequence [0..*]
<platform> ... </platform> [1]
End Sequence
</platforms>
<languages> ... </languages> [0..1]
<lastModified> ... </lastModified> [0..1]
End All
</...>
Diagram
h-1332098009 h269123674 h-1547229547 h-808242748 h-1019875349 h-334245908 h-1154705834 h2096522904 h-145520670
Schema Component Representation
<complexType name="typeApplication">
<all>
<element ref=" identifiers "/>
<element ref=" descriptions "/>
<element ref=" version " minOccurs="0"/>
<element ref=" release " minOccurs="0"/>
<element ref=" vendor " minOccurs="0"/>
<element ref=" applicationTypes " minOccurs="0"/>
<element name="platforms" minOccurs="0">
<complexType>
<sequence minOccurs="0" maxOccurs="unbounded">
<element ref=" platform "/>
</sequence>
</complexType>
</element>
<element ref=" languages " minOccurs="0"/>
<element ref=" lastModified " minOccurs="0"/>
</all>
</complexType>
top

Complex Type: typeContact

Super-types: None
Sub-types: None
Name typeContact
Used by (from the same schema document) Element contact
Abstract no
Documentation Descritpion of contact information.
XML Instance Representation
<...>
Start All [1]
<telephone> token </telephone> [0..1]

'Telephone number.'

<fax> token </fax> [0..1]

'Fascimile number.'

<e-mail> token </e-mail> [0..1]

'Email address.'

<web> token </web> [0..1]

'Web site.'

End All
</...>
Diagram
Schema Component Representation
<complexType name="typeContact">
<all>
<element name="telephone" type=" token " minOccurs="0"/>
<element name="fax" type=" token " minOccurs="0"/>
<element name="e-mail" type=" token " minOccurs="0"/>
<element name="web" type=" token " minOccurs="0"/>
</all>
</complexType>
top

Complex Type: typeDate

Super-types: None
Sub-types: None
Name typeDate
Used by (from the same schema document) Element lastModified , Element release
Abstract no
Documentation Description of a date.
XML Instance Representation
<...>
<year> short (total no. of digits = 4) (Whitespace policy: collapse) </year> [1]

'The year according to the Gregorian calendar (4 digits).'

<month> short (pattern = \d{2}) (01 <= value <= 12) (total no. of digits = 2) (Whitespace policy: collapse) </month> [0..1]

'The month according to the Gregorian calendar (2 digits). Valid values are in the range 01-12.'

<day> int (pattern = \d{2}) (01 <= value <= 31) (total no. of digits = 2) (Whitespace policy: collapse) </day> [0..1]

'The day according to the Gregorian calendar (2 digits). Valid values are in the range 01-31.'

</...>
Diagram
Schema Component Representation
<complexType name="typeDate">
<sequence>
<element name="year">
<simpleType>
<restriction base=" short ">
<whiteSpace value="collapse"/>
<totalDigits value="4"/>
</restriction>
</simpleType>
</element>
<element name="month" minOccurs="0">
<simpleType>
<restriction base=" short ">
<whiteSpace value="collapse"/>
<minInclusive value="01"/>
<maxInclusive value="12"/>
<totalDigits value="2"/>
<pattern value="\d{2}"/>
</restriction>
</simpleType>
</element>
<element name="day" minOccurs="0">
<simpleType>
<restriction base=" int ">
<minInclusive value="01"/>
<maxInclusive value="31"/>
<whiteSpace value="collapse"/>
<totalDigits value="2"/>
<pattern value="\d{2}"/>
</restriction>
</simpleType>
</element>
</sequence>
</complexType>
top

Complex Type: typeDescription

Super-types: None
Sub-types: None
Name typeDescription
Abstract no
Documentation Description element.
XML Instance Representation
<...>
<descriptions> ... </descriptions> [1]
</...>
Diagram
h269123674
Schema Component Representation
<complexType name="typeDescription">
<sequence>
<element ref=" descriptions "/>
</sequence>
</complexType>
top

Complex Type: typeIdentifier

Super-types: None
Sub-types: None
Name typeIdentifier
Used by (from the same schema document) Element identifiers
Abstract no
Documentation Description of an identifier.
XML Instance Representation
<...>
<identifier> [1..*]

'Describes a unique name or number, i.e. an identifier.'


<properties> [1]

'Container for property elements.'


<property> ... </property> [1..*]

'The domain within which the identifier is unique, i.e. identifier type.'

</properties>
<value> token </value> [1]

'The value of the identifier.'

</identifier>
</...>
Diagram
Schema Component Representation
<complexType name="typeIdentifier">
<sequence>
<element name="identifier" maxOccurs="unbounded">
<complexType>
<sequence>
<element name="properties">
<complexType>
<sequence>
<element name="property" maxOccurs="unbounded"/>
</sequence>
</complexType>
</element>
<element name="value" type=" token "/>
</sequence>
</complexType>
</element>
</sequence>
</complexType>
top

Complex Type: typeOrganisation

Super-types: None
Sub-types: None
Name typeOrganisation
Used by (from the same schema document) Element maintainer , Element owner , Element vendor
Abstract no
Documentation Description of an organisation.
XML Instance Representation
<...>
Start All [1]
<identifiers> ... </identifiers> [0..1]
<organisationNames> ... </organisationNames> [1]
<address> ... </address> [0..1]
<contact> ... </contact> [0..1]
<lastModified> ... </lastModified> [0..1]
End All
</...>
Diagram
h-1332098009 h1635328011 h1248437681 h-947311139 h-145520670
Schema Component Representation
<complexType name="typeOrganisation">
<all>
<element ref=" identifiers " minOccurs="0"/>
<element ref=" organisationNames "/>
<element ref=" address " minOccurs="0"/>
<element ref=" contact " minOccurs="0"/>
<element ref=" lastModified " minOccurs="0"/>
</all>
</complexType>
top

Complex Type: typePlace

Super-types: None
Sub-types: None
Name typePlace
Abstract no
Documentation Description of a place.
XML Instance Representation
<...>
<city> string </city> [1]

'Town or city.'

<country> string </country> [1]

'Country.'

<lastModified> ... </lastModified> [0..1]
</...>
Diagram
h-145520670
Schema Component Representation
<complexType name="typePlace">
<sequence>
<element name="city" type=" string "/>
<element name="country" type=" string "/>
<element ref=" lastModified " minOccurs="0"/>
</sequence>
</complexType>
top

Complex Type: typePlatform

Super-types: None
Sub-types: None
Name typePlatform
Used by (from the same schema document) Element platform
Abstract no
Documentation Description of a platform
XML Instance Representation
<...>
Start All [1]
<identifiers> ... </identifiers> [1]
<descriptions> ... </descriptions> [0..1]
<platformTypes> ... </platformTypes> [0..1]
<version> ... </version> [0..1]
<release> ... </release> [0..1]
<vendor> ... </vendor> [0..1]
<languages> ... </languages> [0..1]
<lastModified> ... </lastModified> [0..1]
End All
</...>
Diagram
h-1332098009 h269123674 h-287680573 h-1547229547 h-808242748 h-1019875349 h2096522904 h-145520670
Schema Component Representation
<complexType name="typePlatform">
<all>
<element ref=" identifiers "/>
<element ref=" descriptions " minOccurs="0"/>
<element ref=" platformTypes " minOccurs="0"/>
<element ref=" version " minOccurs="0"/>
<element ref=" release " minOccurs="0"/>
<element ref=" vendor " minOccurs="0"/>
<element ref=" languages " minOccurs="0"/>
<element ref=" lastModified " minOccurs="0"/>
</all>
</complexType>
top