aboutsummaryrefslogtreecommitdiffhomepage
path: root/assets/php/vendor/symfony/http-foundation/Tests/schema/http-status-codes.rng
diff options
context:
space:
mode:
Diffstat (limited to 'assets/php/vendor/symfony/http-foundation/Tests/schema/http-status-codes.rng')
-rwxr-xr-xassets/php/vendor/symfony/http-foundation/Tests/schema/http-status-codes.rng31
1 files changed, 0 insertions, 31 deletions
diff --git a/assets/php/vendor/symfony/http-foundation/Tests/schema/http-status-codes.rng b/assets/php/vendor/symfony/http-foundation/Tests/schema/http-status-codes.rng
deleted file mode 100755
index 73708ca..0000000
--- a/assets/php/vendor/symfony/http-foundation/Tests/schema/http-status-codes.rng
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version='1.0'?>
-<grammar xmlns="http://relaxng.org/ns/structure/1.0"
- datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"
- ns="http://www.iana.org/assignments">
-
- <include href="iana-registry.rng"/>
-
- <start>
- <element name="registry">
- <ref name="registryMeta"/>
- <element name="registry">
- <ref name="registryMeta"/>
- <zeroOrMore>
- <element name="record">
- <optional>
- <attribute name="date"><ref name="genericDate"/></attribute>
- </optional>
- <optional>
- <attribute name="updated"><ref name="genericDate"/></attribute>
- </optional>
- <element name="value"><ref name="genericRange"/></element>
- <element name="description"><text/></element>
- <ref name="references"/>
- </element>
- </zeroOrMore>
- </element>
- <ref name="people"/>
- </element>
- </start>
-
-</grammar>