Home | History | Annotate | Download | only in libxml2

Lines Matching defs:simpleType

7430 		if (IS_SCHEMA(child, "simpleType"))
7433 * If ref is present, then all of <simpleType>,
7447 if (IS_SCHEMA(child, "simpleType")) {
7451 * type and <simpleType> must not both be present.
7455 "The attribute 'type' and the <simpleType> child "
7465 "(annotation?, simpleType?)");
7590 if (IS_SCHEMA(child, "simpleType")) {
7594 * type and <simpleType> must not both be present.
7598 "The attribute 'type' and the <simpleType> child "
7607 "(annotation?, simpleType?)");
8740 * "type" and either <simpleType> or <complexType> are mutually
8752 } else if (IS_SCHEMA(child, "simpleType")) {
8755 * "type" and either <simpleType> or <complexType> are
8762 "The attribute 'type' and the <simpleType> child are "
8791 NULL, "(annotation?, ((simpleType | complexType)?, "
8946 if (IS_SCHEMA(child, "simpleType")) {
8953 while (IS_SCHEMA(child, "simpleType")) {
8972 NULL, node, child, NULL, "(annotation?, simpleType*)");
8978 * be non-empty or there must be at least one simpleType [child].
8984 "at least one <simpleType> child must be present", NULL);
9060 if (IS_SCHEMA(child, "simpleType")) {
9062 * src-list-itemType-or-simpleType
9063 * Either the itemType [attribute] or the <simpleType> [child] of
9070 "The attribute 'itemType' and the <simpleType> child "
9080 "Either the attribute 'itemType' or the <simpleType> child "
9086 NULL, node, child, NULL, "(annotation?, simpleType?)");
9094 "Either the attribute 'itemType' or the <simpleType> child "
9300 * "Within the [children], each <simpleType> must have a
9308 "<simpleType> must have a <restriction> child", NULL);
9781 } else if (IS_SCHEMA(child, "simpleType")) {
9804 "(((simpleType | complexType | group | attributeGroup) "
11077 * Parse (simpleType | complexType | group | attributeGroup))*
11085 IS_SCHEMA(child, "simpleType") ||
11093 } else if (IS_SCHEMA(child, "simpleType")) {
11124 "(annotation | (simpleType | complexType | group | attributeGroup))*");
11499 * SPEC (1.2) "...otherwise (<restriction> has no <simpleType> "
11524 simpleType> must have a
11558 * Corresponds to <simpleType><restriction><simpleType>.
11560 if (IS_SCHEMA(child, "simpleType")) {
11563 * src-restriction-base-or-simpleType
11564 * Either the base [attribute] or the simpleType [child] of the
11570 "The attribute 'base' and the <simpleType> child are "
11581 "Either the attribute 'base' or a <simpleType> child "
11622 * "1.1 the simple type definition corresponding to the <simpleType>
11625 if (IS_SCHEMA(child, "simpleType")) {
11643 * <simpleType><restriction>...
11731 "(annotation?, (simpleType?, (minExclusive | minInclusive | "
11740 "(annotation?, (simpleType?, (minExclusive | minInclusive | "
13266 * <simpleType>s among the [children] of <union>, if any."
13393 * @type: the simpleType definition
13419 * @type: the simpleType definition
14927 * corresponding to the <simpleType>."
15219 * Checks if the given @type (simpleType) is derived validly by restriction.
15233 "given type is not a user-derived simpleType");
15351 * This is the case if we have: <simpleType><list ..
15395 * This is the case if we have: <simpleType><restriction ...
15703 * either it must have a base [attribute] or a <simpleType> among its
15712 * an itemType [attribute] or a <simpleType> among its [children],
16663 * Attention: at this point the <simpleType> child is in
16670 * must be a <simpleType> among the [children] of
16677 "A <simpleType> is expected among the children "
17909 * Corresponds to <simpleType><list>...
17921 * Corresponds to <simpleType><union>...
17933 * Corresponds to <simpleType><restriction>...
18171 * <simpleType> among the [children] of <restriction> if there
18173 * Note that this "<simpleType> among the [children]" was put
18180 * (1.2) "...otherwise (<restriction> has no <simpleType>
18241 * restricts the <restriction>'s <simpleType> child.
18253 "is missing a <simpleType> child, but was not catched "
18260 * <simpleType> content, "...then the {content type} of that
18280 * SPEC (4) <extension> + base is <simpleType>
20289 * The simple type definition corresponding to the <simpleType> element
22643 xmlSchemaTypePtr type = vctxt->inode->typeDef, simpleType = NULL;
22697 simpleType = type->contentTypeDef;
22698 if (simpleType == NULL) {
22705 simpleType = NULL;
22707 simpleType = type;
22708 if (simpleType == NULL) {
22869 key->type = simpleType;