Schemas/CoT
From Code Synthesis Wiki
(Difference between revisions)
Revision as of 15:39, 4 October 2006 Boris (Talk | contribs) ← Previous diff |
Revision as of 12:48, 17 February 2008 Boris (Talk | contribs) (Add some more information on how to handle this vocabulary) Next diff → |
||
Line 1: | Line 1: | ||
This page contains information on using the [http://cot.mitre.org Cursor On Target (CoT)] schemas with XSD. | This page contains information on using the [http://cot.mitre.org Cursor On Target (CoT)] schemas with XSD. | ||
- | The following threads on the xsd-users mailing list have some useful information on using these schemas with the C++/Tree mapping. | + | The Cot schemas rely heavily on the XML Schema wildcards (<code>any</code> and <code>anyAttribute</code>). For an example on how to handle wildcards in the C++/Tree and C++/Parser mappings, refer to the <code>wildcard</code> example provided for each mapping. For the C++/Tree mapping also see [http://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/manual/#2.12 Section 2.12, "Mapping for any and anyAttribute"] in the [http://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/manual/ C++/Tree Mapping User Manual]. |
+ | |||
+ | The following threads on the xsd-users mailing list may have some useful information on using these schemas with the C++/Tree mapping. | ||
*[http://www.codesynthesis.com/pipermail/xsd-users/2006-June/000408.html "CoT schema and XSD followup"] | *[http://www.codesynthesis.com/pipermail/xsd-users/2006-June/000408.html "CoT schema and XSD followup"] | ||
*[http://www.codesynthesis.com/pipermail/xsd-users/2006-June/000422.html "Accessing embedded sub-schemas"] | *[http://www.codesynthesis.com/pipermail/xsd-users/2006-June/000422.html "Accessing embedded sub-schemas"] | ||
*[http://www.codesynthesis.com/pipermail/xsd-users/2006-July/000428.html "Adding namspaces"] | *[http://www.codesynthesis.com/pipermail/xsd-users/2006-July/000428.html "Adding namspaces"] |
Revision as of 12:48, 17 February 2008
This page contains information on using the Cursor On Target (CoT) schemas with XSD.
The Cot schemas rely heavily on the XML Schema wildcards (any
and anyAttribute
). For an example on how to handle wildcards in the C++/Tree and C++/Parser mappings, refer to the wildcard
example provided for each mapping. For the C++/Tree mapping also see Section 2.12, "Mapping for any and anyAttribute" in the C++/Tree Mapping User Manual.
The following threads on the xsd-users mailing list may have some useful information on using these schemas with the C++/Tree mapping.