Document:
DE_2.0_schema_ver07_HAVE_Examples.zip

Draft (A preliminary unapproved sketch, outline, or version.)

Details

Submitted By Jeff Waters on 2011-08-30 2:25 pm UTC

Publication Type

None at this time.

Group / Folder

EM Infrastructure Framework SC / Requirements

Modified by

Not modified.

Copy

This document is not a copy.

Technical Contact

None at this time.

Download Count

16

Download Agreement

None at this time.

Description

EDXL DE 2.0 Draft Schema ver 7.0 with HAVE Examples -- Aug 30, 2011
----------------------------
The changes in this draft DE 2.0 and the accompanying examples from the previous version include:

(1) Added edxl-gsf to the namespace of the DE schema and the example XML files. They now use the EDXLGeoLocation element, which comes from the gml simple features profile contained in the two schema found in the folder edxl-gsf-v1.0-wd09-schemas.

(2) Changed DistributionType element to DistributionKind to conform with naming policy (where all xml type names end with "Type" and xml elements don't) (exception currently is MimeType which is used as an element name)

(3) Added defaults for AreaKind into the DE_DefaultValueLists_ver04.xsd schema

(4) Updated the DE_2.0_QuickReference_ver_02.txt and the DE_2_Diagram_ver2.ppt

(5) Some elements in the old version were different but had the same name. These occurred when there was a choice between a ValueList or a DefaultValueList. The solution was to follow the following format:

<someElementName>
<someElementNameValueList>
OR
<someElementNameDefault>
</someElementName>

For example, here is how it works for the DistributionKind:

<DistributionKind>
<DistributionKindValueList>
OR
<DistributionKindDefault>
</DistributionKind>