Lines Matching defs:simpleType

7432 		if (IS_SCHEMA(child, "simpleType"))
7435 * If ref is present, then all of <simpleType>,
7449 if (IS_SCHEMA(child, "simpleType")) {
7453 * type and <simpleType> must not both be present.
7457 "The attribute 'type' and the <simpleType> child "
7467 "(annotation?, simpleType?)");
7592 if (IS_SCHEMA(child, "simpleType")) {
7596 * type and <simpleType> must not both be present.
7600 "The attribute 'type' and the <simpleType> child "
7609 "(annotation?, simpleType?)");
8742 * "type" and either <simpleType> or <complexType> are mutually
8754 } else if (IS_SCHEMA(child, "simpleType")) {
8757 * "type" and either <simpleType> or <complexType> are
8764 "The attribute 'type' and the <simpleType> child are "
8793 NULL, "(annotation?, ((simpleType | complexType)?, "
8948 if (IS_SCHEMA(child, "simpleType")) {
8955 while (IS_SCHEMA(child, "simpleType")) {
8974 NULL, node, child, NULL, "(annotation?, simpleType*)");
8980 * be non-empty or there must be at least one simpleType [child].
8986 "at least one <simpleType> child must be present", NULL);
9062 if (IS_SCHEMA(child, "simpleType")) {
9064 * src-list-itemType-or-simpleType
9065 * Either the itemType [attribute] or the <simpleType> [child] of
9072 "The attribute 'itemType' and the <simpleType> child "
9082 "Either the attribute 'itemType' or the <simpleType> child "
9088 NULL, node, child, NULL, "(annotation?, simpleType?)");
9096 "Either the attribute 'itemType' or the <simpleType> child "
9302 * "Within the [children], each <simpleType> must have a
9310 "<simpleType> must have a <restriction> child", NULL);
9783 } else if (IS_SCHEMA(child, "simpleType")) {
9806 "(((simpleType | complexType | group | attributeGroup) "
11066 * Parse (simpleType | complexType | group | attributeGroup))*
11074 IS_SCHEMA(child, "simpleType") ||
11082 } else if (IS_SCHEMA(child, "simpleType")) {
11113 "(annotation | (simpleType | complexType | group | attributeGroup))*");
11488 * SPEC (1.2) "...otherwise (<restriction> has no <simpleType> "
11513 * "Within the [children], each <simpleType> must have a
11547 * Corresponds to <simpleType><restriction><simpleType>.
11549 if (IS_SCHEMA(child, "simpleType")) {
11552 * src-restriction-base-or-simpleType
11553 * Either the base [attribute] or the simpleType [child] of the
11559 "The attribute 'base' and the <simpleType> child are "
11570 "Either the attribute 'base' or a <simpleType> child "
11611 * "1.1 the simple type definition corresponding to the <simpleType>
11614 if (IS_SCHEMA(child, "simpleType")) {
11632 * <simpleType><restriction>...
11720 "(annotation?, (simpleType?, (minExclusive | minInclusive | "
11729 "(annotation?, (simpleType?, (minExclusive | minInclusive | "
13200 * <simpleType>s among the [children] of <union>, if any."
13327 * @type: the simpleType definition
13353 * @type: the simpleType definition
14859 * corresponding to the <simpleType>."
15150 * Checks if the given @type (simpleType) is derived validly by restriction.
15164 "given type is not a user-derived simpleType");
15282 * This is the case if we have: <simpleType><list ..
15326 * This is the case if we have: <simpleType><restriction ...
15633 * either it must have a base [attribute] or a <simpleType> among its
15642 * an itemType [attribute] or a <simpleType> among its [children],
16593 * Attention: at this point the <simpleType> child is in
16600 * must be a <simpleType> among the [children] of
16607 "A <simpleType> is expected among the children "
17837 * Corresponds to <simpleType><list>...
17849 * Corresponds to <simpleType><union>...
17861 * Corresponds to <simpleType><restriction>...
18099 * <simpleType> among the [children] of <restriction> if there
18101 * Note that this "<simpleType> among the [children]" was put
18108 * (1.2) "...otherwise (<restriction> has no <simpleType>
18169 * restricts the <restriction>'s <simpleType> child.
18181 "is missing a <simpleType> child, but was not catched "
18188 * <simpleType> content, "...then the {content type} of that
18208 * SPEC (4) <extension> + base is <simpleType>
20217 * The simple type definition corresponding to the <simpleType> element
22571 xmlSchemaTypePtr type = vctxt->inode->typeDef, simpleType = NULL;
22625 simpleType = type->contentTypeDef;
22626 if (simpleType == NULL) {
22633 simpleType = NULL;
22635 simpleType = type;
22636 if (simpleType == NULL) {
22797 key->type = simpleType;