Schemas/CoT
From Code Synthesis Wiki
< Schemas(Difference between revisions)
Revision as of 12:48, 17 February 2008 Boris (Talk | contribs) (Add some more information on how to handle this vocabulary) ← Previous diff |
Current revision Boris (Talk | contribs) (Removed some now irrelevant references) |
||
Line 3: | Line 3: | ||
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 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. | + | The following thread 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/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"] |
Current revision
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 thread on the xsd-users mailing list may have some useful information on using these schemas with the C++/Tree mapping.