XML Schema
From OpenEvsys
Version 0.1
Initial Draft of the "Events Standard Formats" XML Schema is completed (30 October 2008). You can download the schema file from media:Events_0.1V_draft1.xsd
- The Schema was created according to "huridocs events standard formats" and "Events Logical Domain Model" ( found on RFP ). Each entity of the domain model will have a corresponding complex type and each field of those elements will have a corresponding simple type element.
- One additional complex type was introduce to group common set of elements found on entities. It was named as 'management' and contain following fields ( remarks , comments , date_of_entry , entered_by , date_updated , updated_by )
- In the standard format, relationships are formed by tracking names of other entities (Ex victim name is recorded in an act). In the schema relationships are tracked by record numbers (Ex Act will contain person record number of a victim).
To view and edit this file, you can use XML Copy Editor, which is free software (only does syntax highlighting). Download a 30 day trial of XMLSpy if you want to visualise the model.
To do V.01
- Some element names are long because exact field names are used as element names. In the next step we need to come up with meaningful shorter names to improve manageability.
- More field validation schema can be added in the second draft.
Version 0.2
Second Draft of the "Events Standard Formats" XML Schema. You can download the schema file from media:Events_0.2V_draft.xsd

