Difference between revisions of "Code Discussion 2009-06-22"

From MPDLMediaWiki
Jump to navigation Jump to search
Line 4: Line 4:
* enums have an own namespace (see below)
* enums have an own namespace (see below)
* all elements under publication, event, source, person, organization, file (not elements from external schemas like dc, dcterms) are in the same NS
* all elements under publication, event, source, person, organization, file (not elements from external schemas like dc, dcterms) are in the same NS
===Status===
* alle schemas for pubman are finished
* collection and image are under rework now
* XSLTs are updated, namespace placeholders have to be synchronized with pom


==Namespaces==
==Namespaces==
Line 16: Line 21:
* person: http://purl.org/escidoc/metadata/profiles/0.1/person
* person: http://purl.org/escidoc/metadata/profiles/0.1/person
* publication: http://purl.org/escidoc/metadata/profiles/0.1/publication
* publication: http://purl.org/escidoc/metadata/profiles/0.1/publication
* collection: http://purl.org/escidoc/metadata/profiles/0.1/collection
* image: http://purl.org/escidoc/metadata/profiles/0.1/image


===Terms/Properties===
===Terms/Properties===
Line 34: Line 41:
* person: http://purl.org/escidoc/metadata/schemas/0.1/person
* person: http://purl.org/escidoc/metadata/schemas/0.1/person
* publication: http://purl.org/escidoc/metadata/schemas/0.1/publication
* publication: http://purl.org/escidoc/metadata/schemas/0.1/publication
 
* collection: http://purl.org/escidoc/metadata/schemas/0.1/collection
* image: http://purl.org/escidoc/metadata/schemas/0.1/image
* eterms: http://purl.org/escidoc/metadata/schemas/0.1/types
* eterms: http://purl.org/escidoc/metadata/schemas/0.1/types
* eves: http://purl.org/escidoc/metadata/schemas/0.1/enumtypes
* eves: http://purl.org/escidoc/metadata/schemas/0.1/enumtypes

Revision as of 11:41, 22 June 2009

Namespace Changes

  • event, source, organization, person are handled als "profiles" now (as it is already in colab) the same way like publication and the schema definitions are in separate files
  • enums have an own namespace (see below)
  • all elements under publication, event, source, person, organization, file (not elements from external schemas like dc, dcterms) are in the same NS

Status

  • alle schemas for pubman are finished
  • collection and image are under rework now
  • XSLTs are updated, namespace placeholders have to be synchronized with pom

Namespaces

Profiles

Terms/Properties

Vocabulary Encoding Schemes

Schema Locations

Other changes

  • organization looks like the following example:

		<organization:organization>
			<dc:title xml:lang="fr">Department of Physics, University of California</dc:title>
			<eterms:address>Berkeley, CA 94720, USA</eterms:address>
			<dc:identifier xsi:type="eidt:ESCIDOC">P4711</dc:identifier>
		</organization:organization>