Schemas/CoT
From Code Synthesis Wiki
< Schemas
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.