Skip to content

Commit

Permalink
fixed a little typo (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
dukeartem authored Jan 2, 2025
1 parent 786e964 commit e3a219f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xmlschema/names.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
LOCATION_HINTS = {
# Locally saved schemas
HFP_NAMESPACE: os.path.join(SCHEMAS_DIR, 'HFP/XMLSchema-hasFacetAndProperty_minimal.xsd'),
VC_NAMESPACE: os.path.join(SCHEMAS_DIR, 'XSI/XMLSchema-versioning.xsd'),
VC_NAMESPACE: os.path.join(SCHEMAS_DIR, 'VC/XMLSchema-versioning.xsd'),
XLINK_NAMESPACE: os.path.join(SCHEMAS_DIR, 'XLINK/xlink.xsd'),
XHTML_NAMESPACE: os.path.join(SCHEMAS_DIR, 'XHTML/xhtml1-strict.xsd'),
WSDL_NAMESPACE: os.path.join(SCHEMAS_DIR, 'WSDL/wsdl.xsd'),
Expand All @@ -82,6 +82,7 @@
DSIG11_NAMESPACE: os.path.join(SCHEMAS_DIR, 'DSIG/xmldsig11-schema.xsd'),
XENC_NAMESPACE: os.path.join(SCHEMAS_DIR, 'XENC/xenc-schema.xsd'),
XENC11_NAMESPACE: os.path.join(SCHEMAS_DIR, 'XENC/xenc-schema-11.xsd'),
XSI_NAMESPACE: os.path.join(SCHEMAS_DIR, 'XSI/XMLSchema-instance_minimal.xsd'),

# Remote locations: contributors can propose additional official locations
# for other namespaces for extending this list.
Expand Down

0 comments on commit e3a219f

Please sign in to comment.