Skip to content

Commit d06164d

Browse files
committed
use https schema locations
1 parent 284dd02 commit d06164d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/java/org/xmlobjects/xal/util/XALConstants.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77

88
public class XALConstants {
99
public static final String XAL_3_0_NAMESPACE = "urn:oasis:names:tc:ciq:xal:3";
10-
public static final String XAL_3_0_SCHEMA_LOCATION = "http://docs.oasis-open.org/ciq/v3.0/cs02/xsd/default/xsd/xAL.xsd";
10+
public static final String XAL_3_0_SCHEMA_LOCATION = "https://docs.oasis-open.org/ciq/v3.0/cs02/xsd/default/xsd/xAL.xsd";
1111
public static final String XAL_3_0_CT_NAMESPACE = "urn:oasis:names:tc:ciq:ct:3";
12-
public static final String XAL_3_0_CT_SCHEMA_LOCATION = "http://docs.oasis-open.org/ciq/v3.0/cs02/xsd/default/xsd/CommonTypes.xsd";
12+
public static final String XAL_3_0_CT_SCHEMA_LOCATION = "https://docs.oasis-open.org/ciq/v3.0/cs02/xsd/default/xsd/CommonTypes.xsd";
1313
public static final String XAL_2_0_NAMESPACE = "urn:oasis:names:tc:ciq:xsdschema:xAL:2.0";
14-
public static final String XAL_2_0_SCHEMA_LOCATION = "http://schemas.opengis.net/citygml/xAL/xAL.xsd";
14+
public static final String XAL_2_0_SCHEMA_LOCATION = "https://schemas.opengis.net/citygml/xAL/xAL.xsd";
1515
public static final String GEORSS_1_1_NAMESPACE = "http://www.georss.org/georss";
1616
public static final String XLINK_NAMESPACE = "http://www.w3.org/1999/xlink";
1717
}

0 commit comments

Comments
 (0)