Skip to content

Commit

Permalink
Another readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
misdoro committed Nov 23, 2015
1 parent 6dfcda5 commit 1912560
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,19 @@ Please use meaningful commit messages, describing the whole set of changes made.

ID and IDREF tags and references
------------------------------------

* Define ID types in typesAttributes.xsd,

* Always define the ID prefix letter (or several letters, if we run out of them) to avoid collisions between different IDs in instance documents

* Always document the ID and what would be the use of it.

- In the documentation of an ID type, name the elements/types that are referencing it.

* Never define attributes/elements of type IDREF without specifyng what ID elements they should refer to!
Not everyone is as smart as you, so to deny him making stupid things, don't do this.
* Define IDREF types in typesAttributes.xsd, next to the ID definition.


* Define ID types in typesAttributes.xsd,

* Always define the ID prefix letter (or several letters, if we run out of them) to avoid collisions between different IDs in instance documents

* Always document the ID and what would be the use of it.
- In the documentation of an ID type, name the elements/types that are referencing it.

* Never define attributes/elements of type IDREF without specifyng what ID elements they should refer to!
Not everyone is as smart as you, so to deny him making stupid things, don't do this.

* Define IDREF types in typesAttributes.xsd, next to the ID definition.

General tips
---------------

Expand Down

0 comments on commit 1912560

Please sign in to comment.