From e9ae80694875f869892f13f4fcaf1170a00dea41 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- quanta/data/dtep/schema/Makefile.am | 7 ++ quanta/data/dtep/schema/all.tag | 46 ++++++++ quanta/data/dtep/schema/annotation.tag | 19 ++++ quanta/data/dtep/schema/any.tag | 63 +++++++++++ quanta/data/dtep/schema/anyAttribute.tag | 43 ++++++++ quanta/data/dtep/schema/appInfo.tag | 15 +++ quanta/data/dtep/schema/attribute.tag | 110 +++++++++++++++++++ quanta/data/dtep/schema/attributeGroup.tag | 52 +++++++++ quanta/data/dtep/schema/choice.tag | 43 ++++++++ quanta/data/dtep/schema/complexContent.tag | 34 ++++++ quanta/data/dtep/schema/complexType.tag | 91 ++++++++++++++++ quanta/data/dtep/schema/description.rc | 17 +++ quanta/data/dtep/schema/documentation.tag | 25 +++++ quanta/data/dtep/schema/element.tag | 168 +++++++++++++++++++++++++++++ quanta/data/dtep/schema/enumeration.tag | 18 ++++ quanta/data/dtep/schema/extension.tag | 35 ++++++ quanta/data/dtep/schema/field.tag | 28 +++++ quanta/data/dtep/schema/fractionDigits.tag | 18 ++++ quanta/data/dtep/schema/group.tag | 74 +++++++++++++ quanta/data/dtep/schema/import.tag | 51 +++++++++ quanta/data/dtep/schema/include.tag | 41 +++++++ quanta/data/dtep/schema/key.tag | 30 ++++++ quanta/data/dtep/schema/keyref.tag | 40 +++++++ quanta/data/dtep/schema/length.tag | 18 ++++ quanta/data/dtep/schema/list.tag | 29 +++++ quanta/data/dtep/schema/maxExclusive.tag | 18 ++++ quanta/data/dtep/schema/maxInclusive.tag | 18 ++++ quanta/data/dtep/schema/maxLength.tag | 18 ++++ quanta/data/dtep/schema/minExclusive.tag | 18 ++++ quanta/data/dtep/schema/minInclusive.tag | 18 ++++ quanta/data/dtep/schema/minLength.tag | 18 ++++ quanta/data/dtep/schema/notation.tag | 61 +++++++++++ quanta/data/dtep/schema/pattern.tag | 18 ++++ quanta/data/dtep/schema/redefine.tag | 41 +++++++ quanta/data/dtep/schema/restriction.tag | 48 +++++++++ quanta/data/dtep/schema/schema.tag | 102 ++++++++++++++++++ quanta/data/dtep/schema/selector.tag | 28 +++++ quanta/data/dtep/schema/sequence.tag | 43 ++++++++ quanta/data/dtep/schema/simpleContent.tag | 20 ++++ quanta/data/dtep/schema/simpleType.tag | 44 ++++++++ quanta/data/dtep/schema/totalDigits.tag | 18 ++++ quanta/data/dtep/schema/union.tag | 29 +++++ quanta/data/dtep/schema/unique.tag | 30 ++++++ quanta/data/dtep/schema/whiteSpace.tag | 23 ++++ 44 files changed, 1728 insertions(+) create mode 100644 quanta/data/dtep/schema/Makefile.am create mode 100644 quanta/data/dtep/schema/all.tag create mode 100644 quanta/data/dtep/schema/annotation.tag create mode 100644 quanta/data/dtep/schema/any.tag create mode 100644 quanta/data/dtep/schema/anyAttribute.tag create mode 100644 quanta/data/dtep/schema/appInfo.tag create mode 100644 quanta/data/dtep/schema/attribute.tag create mode 100644 quanta/data/dtep/schema/attributeGroup.tag create mode 100644 quanta/data/dtep/schema/choice.tag create mode 100644 quanta/data/dtep/schema/complexContent.tag create mode 100644 quanta/data/dtep/schema/complexType.tag create mode 100644 quanta/data/dtep/schema/description.rc create mode 100644 quanta/data/dtep/schema/documentation.tag create mode 100644 quanta/data/dtep/schema/element.tag create mode 100644 quanta/data/dtep/schema/enumeration.tag create mode 100644 quanta/data/dtep/schema/extension.tag create mode 100644 quanta/data/dtep/schema/field.tag create mode 100644 quanta/data/dtep/schema/fractionDigits.tag create mode 100644 quanta/data/dtep/schema/group.tag create mode 100644 quanta/data/dtep/schema/import.tag create mode 100644 quanta/data/dtep/schema/include.tag create mode 100644 quanta/data/dtep/schema/key.tag create mode 100644 quanta/data/dtep/schema/keyref.tag create mode 100644 quanta/data/dtep/schema/length.tag create mode 100644 quanta/data/dtep/schema/list.tag create mode 100644 quanta/data/dtep/schema/maxExclusive.tag create mode 100644 quanta/data/dtep/schema/maxInclusive.tag create mode 100644 quanta/data/dtep/schema/maxLength.tag create mode 100644 quanta/data/dtep/schema/minExclusive.tag create mode 100644 quanta/data/dtep/schema/minInclusive.tag create mode 100644 quanta/data/dtep/schema/minLength.tag create mode 100644 quanta/data/dtep/schema/notation.tag create mode 100644 quanta/data/dtep/schema/pattern.tag create mode 100644 quanta/data/dtep/schema/redefine.tag create mode 100644 quanta/data/dtep/schema/restriction.tag create mode 100644 quanta/data/dtep/schema/schema.tag create mode 100644 quanta/data/dtep/schema/selector.tag create mode 100644 quanta/data/dtep/schema/sequence.tag create mode 100644 quanta/data/dtep/schema/simpleContent.tag create mode 100644 quanta/data/dtep/schema/simpleType.tag create mode 100644 quanta/data/dtep/schema/totalDigits.tag create mode 100644 quanta/data/dtep/schema/union.tag create mode 100644 quanta/data/dtep/schema/unique.tag create mode 100644 quanta/data/dtep/schema/whiteSpace.tag (limited to 'quanta/data/dtep/schema') diff --git a/quanta/data/dtep/schema/Makefile.am b/quanta/data/dtep/schema/Makefile.am new file mode 100644 index 00000000..73c0f238 --- /dev/null +++ b/quanta/data/dtep/schema/Makefile.am @@ -0,0 +1,7 @@ +quanta_DATA = all.tag annotation.tag any.tag anyAttribute.tag appInfo.tag attribute.tag attributeGroup.tag choice.tag complexContent.tag complexType.tag description.rc \ + documentation.tag element.tag enumeration.tag extension.tag field.tag fractionDigits.tag group.tag import.tag include.tag key.tag keyref.tag \ + length.tag list.tag maxInclusive.tag maxLength.tag minInclusive.tag minLength.tag notation.tag pattern.tag redefine.tag restriction.tag schema.tag \ + selector.tag sequence.tag simpleContent.tag simpleType.tag totalDigits.tag union.tag unique.tag whiteSpace.tag minExclusive.tag maxExclusive.tag + +quantadir = ${quanta_datadir}/dtep/xml-schema + diff --git a/quanta/data/dtep/schema/all.tag b/quanta/data/dtep/schema/all.tag new file mode 100644 index 00000000..62e9bb6a --- /dev/null +++ b/quanta/data/dtep/schema/all.tag @@ -0,0 +1,46 @@ + + + + + + + A unique ID for the element. + A unique ID for the element. + + + + + + + 0 + 1 + + Minimum number of times the element can occur. Value can be 0 or 1. Default is 1. + Minimum number of times the element can occur. Value can be 0 or 1. Default is 1. + + + + + + + 1 + + Maximum number of times the element can occur. The value must be 1. + Maximum number of times the element can occur. The value must be 1. + + + + + + + + diff --git a/quanta/data/dtep/schema/annotation.tag b/quanta/data/dtep/schema/annotation.tag new file mode 100644 index 00000000..1846c969 --- /dev/null +++ b/quanta/data/dtep/schema/annotation.tag @@ -0,0 +1,19 @@ + + + + + + + A unique ID for the element. + A unique ID for the element. + + + + + + + + diff --git a/quanta/data/dtep/schema/any.tag b/quanta/data/dtep/schema/any.tag new file mode 100644 index 00000000..182ebdf7 --- /dev/null +++ b/quanta/data/dtep/schema/any.tag @@ -0,0 +1,63 @@ + + + + + + + A unique ID for the element. + A unique ID for the element. + + + + + + Minimum number of times the element can occur. Value can be >=0. Default is 1. + Minimum number of times the element can occur. Value can be >=0. Default is 1. + + + + + + Maximum number of times the element can occur. Value can be >=0 or unbounded. Default is 1. + Maximum number of times the element can occur. Value can be >=0 or unbounded. Default is 1. + + + + + + Namespaces containing the elements that can be used. + Namespaces containing the elements that can be used. + + + + + + + lax + skip + strict + + How should the XML processor handle validation, in regard to elements specified by this element? + How should the XML processor handle validation, in regard to elements specified by this element? + + + + + + + diff --git a/quanta/data/dtep/schema/anyAttribute.tag b/quanta/data/dtep/schema/anyAttribute.tag new file mode 100644 index 00000000..62e43733 --- /dev/null +++ b/quanta/data/dtep/schema/anyAttribute.tag @@ -0,0 +1,43 @@ + + + + + + + A unique ID for the element. + A unique ID for the element. + + + + + + Namespaces containing the attributes that can be used. + Namespaces containing the attributes that can be used. + + + + + + + lax + skip + strict + + How should the XML processor handle validation, in regard to attributes specified by this element? + How should the XML processor handle validation, in regard to attributes specified by this element? + + + + + + + diff --git a/quanta/data/dtep/schema/appInfo.tag b/quanta/data/dtep/schema/appInfo.tag new file mode 100644 index 00000000..440581aa --- /dev/null +++ b/quanta/data/dtep/schema/appInfo.tag @@ -0,0 +1,15 @@ + + + + + + + URI reference which specifies the source of the application information. + URI reference which specifies the source of the application information. + + + + diff --git a/quanta/data/dtep/schema/attribute.tag b/quanta/data/dtep/schema/attribute.tag new file mode 100644 index 00000000..b4e5c1bc --- /dev/null +++ b/quanta/data/dtep/schema/attribute.tag @@ -0,0 +1,110 @@ + + + + + + + A unique ID for the element. + A unique ID for the element. + + + + + + Name of the attribute. Cannot be present if ref is used. + Name of the attribute. Cannot be present if ref is used. + + + + + + Reference to a named attribute. Cannot be present if name is used. + Reference to a named attribute. Cannot be present if name is used. + + + + + + Built-in data type or a simple type. If a simpleType element is present, then type cannot be used. + Built-in data type or a simple type. If a simpleType element is present, then type cannot be used. + + + + + + Default value for the attribute. Cannot be present if fixed is used. + Default value for the attribute. Cannot be present if fixed is used. + + + + + + Fixed value for the attribute. Cannot be present if default is used. + Fixed value for the attribute. Cannot be present if default is used. + + + + + + + qualified + unqualified + + Form for the attribute. Default value is specified by the attributeFormDefault attribute in the schema element. + Form for the attribute. Default value is specified by the attributeFormDefault attribute in the schema element. + + + + + + + optional + required + prohibited + + Specifies usage of the attribute. + Specifies usage of the attribute. + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/schema/attributeGroup.tag b/quanta/data/dtep/schema/attributeGroup.tag new file mode 100644 index 00000000..5e07e926 --- /dev/null +++ b/quanta/data/dtep/schema/attributeGroup.tag @@ -0,0 +1,52 @@ + + + + + + + A unique ID for the element. + A unique ID for the element. + + + + + + Name of the attribute group. Cannot be present if ref is used. + Name of the attribute group. Cannot be present if ref is used. + + + + + + Reference to a named attribute group. Cannot be present if name is used. + Reference to a named attribute group. Cannot be present if name is used. + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/schema/choice.tag b/quanta/data/dtep/schema/choice.tag new file mode 100644 index 00000000..d45f2356 --- /dev/null +++ b/quanta/data/dtep/schema/choice.tag @@ -0,0 +1,43 @@ + + + + + + + A unique ID for the element. + A unique ID for the element. + + + + + + Minimum number of times the element can occur. Value can be >=0. Default is 1. + Minimum number of times the element can occur. Value can be >=0. Default is 1. + + + + + + Maximum number of times the element can occur. Value can be >=0 or unbounded. Default is 1. + Maximum number of times the element can occur. Value can be >=0 or unbounded. Default is 1. + + + + + + + + + + + + diff --git a/quanta/data/dtep/schema/complexContent.tag b/quanta/data/dtep/schema/complexContent.tag new file mode 100644 index 00000000..4096b604 --- /dev/null +++ b/quanta/data/dtep/schema/complexContent.tag @@ -0,0 +1,34 @@ + + + + + + + A unique ID for the element. + A unique ID for the element. + + + + + + + true + false + + true, if character data is allowed to appear between the child elements. Default is false. + true, if character data is allowed to appear between the child elements. Default is false. + + + + + + + + + diff --git a/quanta/data/dtep/schema/complexType.tag b/quanta/data/dtep/schema/complexType.tag new file mode 100644 index 00000000..4ea80bfa --- /dev/null +++ b/quanta/data/dtep/schema/complexType.tag @@ -0,0 +1,91 @@ + + + + + + + A unique ID for the element. + A unique ID for the element. + + + + + + Name for the element. + Name for the element. + + + + + + + false + true + + true, if character data is allowed to appear between the child elements. Default is false. If simpleContent is used within this type, then mixed is not allowed. + true, if character data is allowed to appear between the child elements. Default is false. If simpleContent is used within this type, then mixed is not allowed. + + + + + + + true + false + + true, if an element must use a complex type derived from this complex type. Default is false. + true, if an element must use a complex type derived from this complex type. Default is false. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/schema/description.rc b/quanta/data/dtep/schema/description.rc new file mode 100644 index 00000000..9c4bb2e0 --- /dev/null +++ b/quanta/data/dtep/schema/description.rc @@ -0,0 +1,17 @@ +[General] +Name = XML Schema +NickName = XML Schema 1.0 +MimeTypes = application/xsd +DefaultExtension = xsd +NumOfPages = 0 +CaseSensitive = true +Family = 1 + +[Toolbars] +Location = schema +Names = main,complex,simple,attributes,facets,documentation,misc + +[Extra rules] +Single Tag Style = XML + +[Parsing rules] diff --git a/quanta/data/dtep/schema/documentation.tag b/quanta/data/dtep/schema/documentation.tag new file mode 100644 index 00000000..066ff146 --- /dev/null +++ b/quanta/data/dtep/schema/documentation.tag @@ -0,0 +1,25 @@ + + + + + + + Source of the application information. + Source of the application information. + + + + + + Language used. + Language used. + + + + diff --git a/quanta/data/dtep/schema/element.tag b/quanta/data/dtep/schema/element.tag new file mode 100644 index 00000000..24adffa3 --- /dev/null +++ b/quanta/data/dtep/schema/element.tag @@ -0,0 +1,168 @@ + + + + + + + A unique ID for the element. + A unique ID for the element. + + + + + + Name for the element. Cannot be used if ref is present. + Name for the element. Cannot be used if ref is present. + + + + + + Reference to a named element. Cannot be used if name is present. + Reference to a named element. Cannot be used if name is present. + + + + + + Name of a built-in data type, simpleType, or complexType. + Name of a built-in data type, simpleType, or complexType. + + + + + + Minimum number of times the element can occur. Value can be >=0. Default is 1. Only usable with ref. + Minimum number of times the element can occur. Value can be >=0. Default is 1. Only usable with ref. + + + + + + Maximum number of times the element can occur. Value can be >=0 or unbounded. Default is 1. Only usable with ref. + Maximum number of times the element can occur. Value can be >=0 or unbounded. Default is 1. Only usable with ref. + + + + + + + false + true + + Whether an explicit null value can be assigned to the element. Default is false. + Whether an explicit null value can be assigned to the element. Default is false. + + + + + + + false + true + + + + + + + + + + + + + + + + + Default value for the element. Only usable if the element's content is a simple type or text-only. + Default value for the element. Only usable if the element's content is a simple type or text-only. + + + + + + Fixed value for the element. Only usable if the element's content is a simple type or text-only. + Fixed value for the element. Only usable if the element's content is a simple type or text-only. + + + + + + + qualified + unqualified + + + + + + + Name of an element that can be substituted with this one. Only usable if the parent element is schema. + Name of an element that can be substituted with this one. Only usable if the parent element is schema. + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/schema/enumeration.tag b/quanta/data/dtep/schema/enumeration.tag new file mode 100644 index 00000000..3995f0ea --- /dev/null +++ b/quanta/data/dtep/schema/enumeration.tag @@ -0,0 +1,18 @@ + + + + + + + Acceptable value. + Acceptable value. + + + + + + + diff --git a/quanta/data/dtep/schema/extension.tag b/quanta/data/dtep/schema/extension.tag new file mode 100644 index 00000000..12f5689f --- /dev/null +++ b/quanta/data/dtep/schema/extension.tag @@ -0,0 +1,35 @@ + + + + + + + A unique ID for the element. + A unique ID for the element. + + + + + + Name of a built-in data type, simpleType, or complexType. + Name of a built-in data type, simpleType, or complexType. + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/schema/field.tag b/quanta/data/dtep/schema/field.tag new file mode 100644 index 00000000..c5c1fa08 --- /dev/null +++ b/quanta/data/dtep/schema/field.tag @@ -0,0 +1,28 @@ + + + + + + + A unique ID for the element. + A unique ID for the element. + + + + + + Single element or attribute whose content or value is used for the constraint. + Single element or attribute whose content or value is used for the constraint. + + + + + + + diff --git a/quanta/data/dtep/schema/fractionDigits.tag b/quanta/data/dtep/schema/fractionDigits.tag new file mode 100644 index 00000000..360679d1 --- /dev/null +++ b/quanta/data/dtep/schema/fractionDigits.tag @@ -0,0 +1,18 @@ + + + + + + + Maximum number of decimal places allowed, which must be >=0. + Maximum number of decimal places allowed, which must be >=0. + + + + + + + \ No newline at end of file diff --git a/quanta/data/dtep/schema/group.tag b/quanta/data/dtep/schema/group.tag new file mode 100644 index 00000000..8a945c0a --- /dev/null +++ b/quanta/data/dtep/schema/group.tag @@ -0,0 +1,74 @@ + + + + + + + A unique ID for the element. + A unique ID for the element. + + + + + + Name for the group. Only usable when used as a child element to schema and ref is not used. + Name for the group. Only usable when used as a child element to schema and ref is not used. + + + + + + Reference to a named group. Cannot be present when name is. + + + + + + + Minimum number of times the element can occur. Value can be >=0. Default is 1. Only usable with ref. + Minimum number of times the element can occur. Value can be >=0. Default is 1. Only usable with ref. + + + + + + Maximum number of times the element can occur. Value can be >=0 or unbounded. Default is 1. Only usable with ref. + Maximum number of times the element can occur. Value can be >=0 or unbounded. Default is 1. Only usable with ref. + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/schema/import.tag b/quanta/data/dtep/schema/import.tag new file mode 100644 index 00000000..a7a7015e --- /dev/null +++ b/quanta/data/dtep/schema/import.tag @@ -0,0 +1,51 @@ + + + + + + + A unique ID for the element. + A unique ID for the element. + + + + + + URI of the namespace to import. + URI of the namespace to import. + + + + + + URI to the schema for the imported namespace. + URI to the schema for the imported namespace. + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/schema/include.tag b/quanta/data/dtep/schema/include.tag new file mode 100644 index 00000000..0a19816d --- /dev/null +++ b/quanta/data/dtep/schema/include.tag @@ -0,0 +1,41 @@ + + + + + + + A unique ID for the element. + A unique ID for the element. + + + + + + URI to the schema to include in the target namespace of the containing schema. + URI to the schema to include in the target namespace of the containing schema. + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/schema/key.tag b/quanta/data/dtep/schema/key.tag new file mode 100644 index 00000000..9798beb5 --- /dev/null +++ b/quanta/data/dtep/schema/key.tag @@ -0,0 +1,30 @@ + + + + + + + A unique ID for the element. + A unique ID for the element. + + + + + + Name of the key element. + Name of the key element. + + + + + + + + + diff --git a/quanta/data/dtep/schema/keyref.tag b/quanta/data/dtep/schema/keyref.tag new file mode 100644 index 00000000..87d2dcb5 --- /dev/null +++ b/quanta/data/dtep/schema/keyref.tag @@ -0,0 +1,40 @@ + + + + + + + A unique ID for the element. + A unique ID for the element. + + + + + + Name of the keyref element. + Name of the keyref element. + + + + + + Name of a key or unique element defined in this or another schema. + Name of a key or unique element defined in this or another schema. + + + + + + + + + diff --git a/quanta/data/dtep/schema/length.tag b/quanta/data/dtep/schema/length.tag new file mode 100644 index 00000000..5153975c --- /dev/null +++ b/quanta/data/dtep/schema/length.tag @@ -0,0 +1,18 @@ + + + + + + + Exact number of characters or list items allowed, which must be >=0. + Exact number of characters or list items allowed, which must be >=0. + + + + + + + diff --git a/quanta/data/dtep/schema/list.tag b/quanta/data/dtep/schema/list.tag new file mode 100644 index 00000000..454c3225 --- /dev/null +++ b/quanta/data/dtep/schema/list.tag @@ -0,0 +1,29 @@ + + + + + + + A unique ID for the element. + A unique ID for the element. + + + + + + Name of a built-in data type or simpleType. If the content contains a simpleType element, then itemType is not allowed, else itemType is required. + Name of a built-in data type or simpleType. If the content contains a simpleType element, then itemType is not allowed, else itemType is required. + + + + + + + + diff --git a/quanta/data/dtep/schema/maxExclusive.tag b/quanta/data/dtep/schema/maxExclusive.tag new file mode 100644 index 00000000..b30d15bf --- /dev/null +++ b/quanta/data/dtep/schema/maxExclusive.tag @@ -0,0 +1,18 @@ + + + + + + + Upper bounds for numeric values. data less than value. + Upper bounds for numeric values. data less than value. + + + + + + + diff --git a/quanta/data/dtep/schema/maxInclusive.tag b/quanta/data/dtep/schema/maxInclusive.tag new file mode 100644 index 00000000..85e2a28c --- /dev/null +++ b/quanta/data/dtep/schema/maxInclusive.tag @@ -0,0 +1,18 @@ + + + + + + + Upper bounds for numeric values. Data less than or equal to value. + Upper bounds for numeric values. Data less than or equal to value. + + + + + + + diff --git a/quanta/data/dtep/schema/maxLength.tag b/quanta/data/dtep/schema/maxLength.tag new file mode 100644 index 00000000..f0f285fa --- /dev/null +++ b/quanta/data/dtep/schema/maxLength.tag @@ -0,0 +1,18 @@ + + + + + + + Maximum number of characters or list items allowed, which must be >=0. + Maximum number of characters or list items allowed, which must be >=0. + + + + + + + diff --git a/quanta/data/dtep/schema/minExclusive.tag b/quanta/data/dtep/schema/minExclusive.tag new file mode 100644 index 00000000..0cba57e1 --- /dev/null +++ b/quanta/data/dtep/schema/minExclusive.tag @@ -0,0 +1,18 @@ + + + + + + + Lower bounds for numeric values. Data > value. + Lower bounds for numeric values. Data > value. + + + + + + + diff --git a/quanta/data/dtep/schema/minInclusive.tag b/quanta/data/dtep/schema/minInclusive.tag new file mode 100644 index 00000000..b3eb6dd5 --- /dev/null +++ b/quanta/data/dtep/schema/minInclusive.tag @@ -0,0 +1,18 @@ + + + + + + + Lower bounds for numeric values. Data >= value. + Lower bounds for numeric values. Data >= value. + + + + + + + diff --git a/quanta/data/dtep/schema/minLength.tag b/quanta/data/dtep/schema/minLength.tag new file mode 100644 index 00000000..761f4302 --- /dev/null +++ b/quanta/data/dtep/schema/minLength.tag @@ -0,0 +1,18 @@ + + + + + + + Minimum number of characters or list items allowed, which must be >=0. + Minimum number of characters or list items allowed, which must be >=0. + + + + + + + diff --git a/quanta/data/dtep/schema/notation.tag b/quanta/data/dtep/schema/notation.tag new file mode 100644 index 00000000..016c30d0 --- /dev/null +++ b/quanta/data/dtep/schema/notation.tag @@ -0,0 +1,61 @@ + + + + + + + A unique ID for the element. + A unique ID for the element. + + + + + + Name for the element. + Name for the element. + + + + + + URI corresponding to the public identifier. + URI corresponding to the public identifier. + + + + + + URI corresponding to the system identifier. + URI corresponding to the system identifier. + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/schema/pattern.tag b/quanta/data/dtep/schema/pattern.tag new file mode 100644 index 00000000..4a81f785 --- /dev/null +++ b/quanta/data/dtep/schema/pattern.tag @@ -0,0 +1,18 @@ + + + + + + + Exact sequence of characters that are acceptable. + Exact sequence of characters that are acceptable. + + + + + + + diff --git a/quanta/data/dtep/schema/redefine.tag b/quanta/data/dtep/schema/redefine.tag new file mode 100644 index 00000000..8dcb0456 --- /dev/null +++ b/quanta/data/dtep/schema/redefine.tag @@ -0,0 +1,41 @@ + + + + + + + A unique ID for the element. + A unique ID for the element. + + + + + + URI to the location of a schema document. + URI to the location of a schema document. + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/schema/restriction.tag b/quanta/data/dtep/schema/restriction.tag new file mode 100644 index 00000000..c4562b34 --- /dev/null +++ b/quanta/data/dtep/schema/restriction.tag @@ -0,0 +1,48 @@ + + + + + + + A unique ID for the element. + A unique ID for the element. + + + + + + Name of a built-in data type, simpleType, or complexType. + Name of a built-in data type, simpleType, or complexType. + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/schema/schema.tag b/quanta/data/dtep/schema/schema.tag new file mode 100644 index 00000000..28d38b3b --- /dev/null +++ b/quanta/data/dtep/schema/schema.tag @@ -0,0 +1,102 @@ + + + + + + + A unique ID for the element. + A unique ID for the element. + + + + + + Version of the schema. + Version of the schema. + + + + + + URI reference of the namespace of this schema. + URI reference of the namespace of this schema. + + + + + + URI reference for one or more namespaces for use in this schema. If no prefix is used, then components of that namespace may be used unqualified. + URI reference for one or more namespaces for use in this schema. If no prefix is used, then components of that namespace may be used unqualified. + + + + + + + qualified + unqualified + + Default form for all attributes within this schema. + Default form for all attributes within this schema. + + + + + + + qualified + unqualified + + Default form for all elements within this schema. + Default form for all elements within this schema. + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/schema/selector.tag b/quanta/data/dtep/schema/selector.tag new file mode 100644 index 00000000..33ab2ad3 --- /dev/null +++ b/quanta/data/dtep/schema/selector.tag @@ -0,0 +1,28 @@ + + + + + + + A unique ID for the element. + A unique ID for the element. + + + + + + An XPath expression, relative to the element being declared, that identifies the child elements to which the identity constraint applies. + An XPath expression, relative to the element being declared, that identifies the child elements to which the identity constraint applies. + + + + + + + diff --git a/quanta/data/dtep/schema/sequence.tag b/quanta/data/dtep/schema/sequence.tag new file mode 100644 index 00000000..08aa3e04 --- /dev/null +++ b/quanta/data/dtep/schema/sequence.tag @@ -0,0 +1,43 @@ + + + + + + + A unique ID for the element. + A unique ID for the element. + + + + + + Minimum number of times the element can occur. Value can be >=0. Default is 1. + Minimum number of times the element can occur. Value can be >=0. Default is 1. + + + + + + Maximum number of times the element can occur. Value can be >=0 or unbounded. Default is 1. + Maximum number of times the element can occur. Value can be >=0 or unbounded. Default is 1. + + + + + + + + + + + + diff --git a/quanta/data/dtep/schema/simpleContent.tag b/quanta/data/dtep/schema/simpleContent.tag new file mode 100644 index 00000000..7c55c717 --- /dev/null +++ b/quanta/data/dtep/schema/simpleContent.tag @@ -0,0 +1,20 @@ + + + + + + + A unique ID for the element. + A unique ID for the element. + + + + + + + + + diff --git a/quanta/data/dtep/schema/simpleType.tag b/quanta/data/dtep/schema/simpleType.tag new file mode 100644 index 00000000..7b3f7534 --- /dev/null +++ b/quanta/data/dtep/schema/simpleType.tag @@ -0,0 +1,44 @@ + + + + + + + A unique ID for the element. + A unique ID for the element. + + + + + + Name for the simpleType. Required, if the simpleType element is a child of the schema element; else it is prohibited. + Name for the simpleType. Required, if the simpleType element is a child of the schema element; else it is prohibited. + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/schema/totalDigits.tag b/quanta/data/dtep/schema/totalDigits.tag new file mode 100644 index 00000000..73001d4e --- /dev/null +++ b/quanta/data/dtep/schema/totalDigits.tag @@ -0,0 +1,18 @@ + + + + + + + Exact number of digits allowed, which must be >=0. + Exact number of digits allowed, which must be >=0. + + + + + + + diff --git a/quanta/data/dtep/schema/union.tag b/quanta/data/dtep/schema/union.tag new file mode 100644 index 00000000..bb598cec --- /dev/null +++ b/quanta/data/dtep/schema/union.tag @@ -0,0 +1,29 @@ + + + + + + + A unique ID for the element. + A unique ID for the element. + + + + + + List of built-in data types or simpleType elements defined in a schema. + List of built-in data types or simpleType elements defined in a schema. + + + + + + + + diff --git a/quanta/data/dtep/schema/unique.tag b/quanta/data/dtep/schema/unique.tag new file mode 100644 index 00000000..e8083013 --- /dev/null +++ b/quanta/data/dtep/schema/unique.tag @@ -0,0 +1,30 @@ + + + + + + + A unique ID for the element. + A unique ID for the element. + + + + + + Name for the element. Usage is required. + Name for the element. Usage is required. + + + + + + + + + diff --git a/quanta/data/dtep/schema/whiteSpace.tag b/quanta/data/dtep/schema/whiteSpace.tag new file mode 100644 index 00000000..4210eb25 --- /dev/null +++ b/quanta/data/dtep/schema/whiteSpace.tag @@ -0,0 +1,23 @@ + + + + + + + + preserve + replace + collapse + + How white space (line feeds, tabs, spaces, and carriage returns) is handled. + How white space (line feeds, tabs, spaces, and carriage returns) is handled. + + + + + + + -- cgit v1.2.1