}
trav = restType->children;
- if (trav != NULL && node_is_equal(trav, "annotaion")) {
+ if (trav != NULL && node_is_equal(trav, "annotation")) {
/* TODO: <annotation> support */
trav = trav->next;
}
trav = restType->children;
if (trav != NULL && node_is_equal(trav,"annotation")) {
- /* TODO: <annotaion> support */
+ /* TODO: <annotation> support */
trav = trav->next;
}
if (trav != NULL) {
trav = extType->children;
if (trav != NULL && node_is_equal(trav,"annotation")) {
- /* TODO: <annotaion> support */
+ /* TODO: <annotation> support */
trav = trav->next;
}
while (trav != NULL) {
trav = extType->children;
if (trav != NULL && node_is_equal(trav,"annotation")) {
- /* TODO: <annotaion> support */
+ /* TODO: <annotation> support */
trav = trav->next;
}
if (trav != NULL) {
trav = all->children;
if (trav != NULL && node_is_equal(trav,"annotation")) {
- /* TODO: <annotaion> support */
+ /* TODO: <annotation> support */
trav = trav->next;
}
while (trav != NULL) {
trav = groupType->children;
if (trav != NULL && node_is_equal(trav,"annotation")) {
- /* TODO: <annotaion> support */
+ /* TODO: <annotation> support */
trav = trav->next;
}
if (trav != NULL) {
trav = choiceType->children;
if (trav != NULL && node_is_equal(trav,"annotation")) {
- /* TODO: <annotaion> support */
+ /* TODO: <annotation> support */
trav = trav->next;
}
while (trav != NULL) {
trav = seqType->children;
if (trav != NULL && node_is_equal(trav,"annotation")) {
- /* TODO: <annotaion> support */
+ /* TODO: <annotation> support */
trav = trav->next;
}
while (trav != NULL) {