|
4 | 4 |
|
5 | 5 | return [ |
6 | 6 | 'http://www.w3.org/2001/XMLSchema' => [ |
7 | | - 'all' => '\SimpleSAML\XMLSchema\XML\xs\All', |
8 | | - 'annotation' => '\SimpleSAML\XMLSchema\XML\xs\Annotation', |
9 | | - 'any' => '\SimpleSAML\XMLSchema\XML\xs\Any', |
10 | | - 'anyAttribute' => '\SimpleSAML\XMLSchema\XML\xs\AnyAttribute', |
11 | | - 'appinfo' => '\SimpleSAML\XMLSchema\XML\xs\Appinfo', |
12 | | - 'attribute' => '\SimpleSAML\XMLSchema\XML\xs\TopLevelAttribute', |
13 | | - 'attributeGroup' => '\SimpleSAML\XMLSchema\XML\xs\NamedAttributeGroup', |
14 | | - 'choice' => '\SimpleSAML\XMLSchema\XML\xs\Choice', |
15 | | - 'complexContent' => '\SimpleSAML\XMLSchema\XML\xs\ComplexContent', |
16 | | - 'complexType' => '\SimpleSAML\XMLSchema\XML\xs\TopLevelComplexType', |
17 | | - 'documentation' => '\SimpleSAML\XMLSchema\XML\xs\Documentation', |
18 | | - 'element' => '\SimpleSAML\XMLSchema\XML\xs\TopLevelElement', |
19 | | - 'enumeration' => '\SimpleSAML\XMLSchema\XML\xs\Enumeration', |
20 | | - 'field' => '\SimpleSAML\XMLSchema\XML\xs\Field', |
21 | | - 'fractionDigits' => '\SimpleSAML\XMLSchema\XML\xs\FractionDigits', |
22 | | - 'group' => '\SimpleSAML\XMLSchema\XML\xs\NamedGroup', |
23 | | - 'import' => '\SimpleSAML\XMLSchema\XML\xs\Import', |
24 | | - 'include' => '\SimpleSAML\XMLSchema\XML\xs\XsInclude', |
25 | | - 'key' => '\SimpleSAML\XMLSchema\XML\xs\Key', |
26 | | - 'keyref' => '\SimpleSAML\XMLSchema\XML\xs\Keyref', |
27 | | - 'length' => '\SimpleSAML\XMLSchema\XML\xs\Length', |
28 | | - 'list' => '\SimpleSAML\XMLSchema\XML\xs\XsList', |
29 | | - 'maxExclusive' => '\SimpleSAML\XMLSchema\XML\xs\MaxExclusive', |
30 | | - 'maxInclusive' => '\SimpleSAML\XMLSchema\XML\xs\MaxInclusive', |
31 | | - 'maxLength' => '\SimpleSAML\XMLSchema\XML\xs\MaxLength', |
32 | | - 'minExclusive' => '\SimpleSAML\XMLSchema\XML\xs\MinExclusive', |
33 | | - 'minInclusive' => '\SimpleSAML\XMLSchema\XML\xs\MinInclusive', |
34 | | - 'minLength' => '\SimpleSAML\XMLSchema\XML\xs\MinLength', |
35 | | - 'notation' => '\SimpleSAML\XMLSchema\XML\xs\Notation', |
36 | | - 'pattern' => '\SimpleSAML\XMLSchema\XML\xs\Pattern', |
37 | | - 'redefine' => '\SimpleSAML\XMLSchema\XML\xs\Redefine', |
38 | | - 'restriction' => '\SimpleSAML\XMLSchema\XML\xs\Restriction', |
39 | | - 'schema' => '\SimpleSAML\XMLSchema\XML\xs\Schema', |
40 | | - 'selector' => '\SimpleSAML\XMLSchema\XML\xs\Selector', |
41 | | - 'sequence' => '\SimpleSAML\XMLSchema\XML\xs\Sequence', |
42 | | - 'simpleContent' => '\SimpleSAML\XMLSchema\XML\xs\SimpleContent', |
43 | | - 'simpleType' => '\SimpleSAML\XMLSchema\XML\xs\TopLevelSimpleType', |
44 | | - 'totalDigits' => '\SimpleSAML\XMLSchema\XML\xs\TotalDigits', |
45 | | - 'union' => '\SimpleSAML\XMLSchema\XML\xs\Union', |
46 | | - 'unique' => '\SimpleSAML\XMLSchema\XML\xs\Unique', |
47 | | - 'whiteSpace' => '\SimpleSAML\XMLSchema\XML\xs\WhiteSpace', |
| 7 | + 'all' => '\SimpleSAML\XMLSchema\XML\All', |
| 8 | + 'annotation' => '\SimpleSAML\XMLSchema\XML\Annotation', |
| 9 | + 'any' => '\SimpleSAML\XMLSchema\XML\Any', |
| 10 | + 'anyAttribute' => '\SimpleSAML\XMLSchema\XML\AnyAttribute', |
| 11 | + 'appinfo' => '\SimpleSAML\XMLSchema\XML\Appinfo', |
| 12 | + 'attribute' => '\SimpleSAML\XMLSchema\XML\TopLevelAttribute', |
| 13 | + 'attributeGroup' => '\SimpleSAML\XMLSchema\XML\NamedAttributeGroup', |
| 14 | + 'choice' => '\SimpleSAML\XMLSchema\XML\Choice', |
| 15 | + 'complexContent' => '\SimpleSAML\XMLSchema\XML\ComplexContent', |
| 16 | + 'complexType' => '\SimpleSAML\XMLSchema\XML\TopLevelComplexType', |
| 17 | + 'documentation' => '\SimpleSAML\XMLSchema\XML\Documentation', |
| 18 | + 'element' => '\SimpleSAML\XMLSchema\XML\TopLevelElement', |
| 19 | + 'enumeration' => '\SimpleSAML\XMLSchema\XML\Enumeration', |
| 20 | + 'field' => '\SimpleSAML\XMLSchema\XML\Field', |
| 21 | + 'fractionDigits' => '\SimpleSAML\XMLSchema\XML\FractionDigits', |
| 22 | + 'group' => '\SimpleSAML\XMLSchema\XML\NamedGroup', |
| 23 | + 'import' => '\SimpleSAML\XMLSchema\XML\Import', |
| 24 | + 'include' => '\SimpleSAML\XMLSchema\XML\XsInclude', |
| 25 | + 'key' => '\SimpleSAML\XMLSchema\XML\Key', |
| 26 | + 'keyref' => '\SimpleSAML\XMLSchema\XML\Keyref', |
| 27 | + 'length' => '\SimpleSAML\XMLSchema\XML\Length', |
| 28 | + 'list' => '\SimpleSAML\XMLSchema\XML\XsList', |
| 29 | + 'maxExclusive' => '\SimpleSAML\XMLSchema\XML\MaxExclusive', |
| 30 | + 'maxInclusive' => '\SimpleSAML\XMLSchema\XML\MaxInclusive', |
| 31 | + 'maxLength' => '\SimpleSAML\XMLSchema\XML\MaxLength', |
| 32 | + 'minExclusive' => '\SimpleSAML\XMLSchema\XML\MinExclusive', |
| 33 | + 'minInclusive' => '\SimpleSAML\XMLSchema\XML\MinInclusive', |
| 34 | + 'minLength' => '\SimpleSAML\XMLSchema\XML\MinLength', |
| 35 | + 'notation' => '\SimpleSAML\XMLSchema\XML\Notation', |
| 36 | + 'pattern' => '\SimpleSAML\XMLSchema\XML\Pattern', |
| 37 | + 'redefine' => '\SimpleSAML\XMLSchema\XML\Redefine', |
| 38 | + 'restriction' => '\SimpleSAML\XMLSchema\XML\Restriction', |
| 39 | + 'schema' => '\SimpleSAML\XMLSchema\XML\Schema', |
| 40 | + 'selector' => '\SimpleSAML\XMLSchema\XML\Selector', |
| 41 | + 'sequence' => '\SimpleSAML\XMLSchema\XML\Sequence', |
| 42 | + 'simpleContent' => '\SimpleSAML\XMLSchema\XML\SimpleContent', |
| 43 | + 'simpleType' => '\SimpleSAML\XMLSchema\XML\TopLevelSimpleType', |
| 44 | + 'totalDigits' => '\SimpleSAML\XMLSchema\XML\TotalDigits', |
| 45 | + 'union' => '\SimpleSAML\XMLSchema\XML\Union', |
| 46 | + 'unique' => '\SimpleSAML\XMLSchema\XML\Unique', |
| 47 | + 'whiteSpace' => '\SimpleSAML\XMLSchema\XML\WhiteSpace', |
48 | 48 | ], |
49 | 49 | ]; |
0 commit comments