mlhim-specs-dev team mailing list archive
-
mlhim-specs-dev team
-
Mailing list archive
-
Message #00164
[Branch ~mlhim-specs-dev/mlhim-specs/main] Rev 127: Working on Element documentation strings. Completed constraint.xsd Bug #771266
------------------------------------------------------------
revno: 127
committer: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>
branch nick: mlhim-specs
timestamp: Sat 2011-04-30 07:25:23 -0500
message:
Working on Element documentation strings. Completed constraint.xsd Bug #771266
modified:
schemas/constraint.xsd
--
lp:mlhim-specs
https://code.launchpad.net/~mlhim-specs-dev/mlhim-specs/main
Your team MLHIM Specifications Developers is subscribed to branch lp:mlhim-specs.
To unsubscribe from this branch go to https://code.launchpad.net/~mlhim-specs-dev/mlhim-specs/main/+edit-subscription
=== modified file 'schemas/constraint.xsd'
--- schemas/constraint.xsd 2011-04-30 02:18:58 +0000
+++ schemas/constraint.xsd 2011-04-30 12:25:23 +0000
@@ -12,21 +12,21 @@
<xs:sequence>
<xs:element name="names" maxOccurs="unbounded" minOccurs="1" type="xs:string">
- <xs:annotation><xs:documentation></xs:documentation></xs:annotation>
+ <xs:annotation><xs:documentation>Contains the list of 'name' attributes in the CCD;in the original language. They are connected to the name points in the CCD via a uuid. This allows translations using the uuid as the GETTEXT msgid. </xs:documentation></xs:annotation>
</xs:element>
<xs:element name="internalVocabularies" maxOccurs="unbounded" minOccurs="1" type="xs:string">
- <xs:annotation><xs:documentation></xs:documentation></xs:annotation>
+ <xs:annotation><xs:documentation>Internal vocabularies useful for options such as DvText.dv The DvText.dv attribute will contain the uuid link to the named element. This element will contain the options. </xs:documentation></xs:annotation>
</xs:element>
<xs:element name="lookupTables" maxOccurs="unbounded" minOccurs="1" type="xs:string">
- <xs:annotation><xs:documentation></xs:documentation></xs:annotation>
+ <xs:annotation><xs:documentation>Lookup tables used for data points in the CCD. Such as DvText.dv options. These tables may be in a variety of formats such as csv. Therefore the implementation will have to handle how this table is handled. </xs:documentation></xs:annotation>
</xs:element>
<xs:element name="terminologies" maxOccurs="unbounded" minOccurs="1" type="xs:string">
- <xs:annotation><xs:documentation></xs:documentation></xs:annotation>
+ <xs:annotation><xs:documentation>References to teminology entries.</xs:documentation></xs:annotation>
</xs:element>
</xs:sequence>
@@ -44,12 +44,12 @@
<xs:sequence>
<xs:element name="definition" maxOccurs="1" minOccurs="1" type="mlhim2:Locatable">
- <xs:annotation><xs:documentation></xs:documentation></xs:annotation>
+ <xs:annotation><xs:documentation>Contains one Locatable entry as the root term for this CCD.</xs:documentation></xs:annotation>
</xs:element>
<xs:element name="ontology" maxOccurs="1" minOccurs="0" type="mlhim2:Ontology">
- <xs:annotation><xs:documentation></xs:documentation></xs:annotation>
+ <xs:annotation><xs:documentation>Provides the semantic context for the data described by the definition.</xs:documentation></xs:annotation>
</xs:element>
</xs:sequence>