We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73830f6 + ecdf9b2 commit c963df2Copy full SHA for c963df2
1 file changed
src/Xmlns.php
@@ -28,6 +28,11 @@ public static function xsd(): XmlXmlns
28
return XmlXmlns::load('http://www.w3.org/2001/XMLSchema');
29
}
30
31
+ public static function xsd1999(): XmlXmlns
32
+ {
33
+ return XmlXmlns::load('http://www.w3.org/1999/XMLSchema');
34
+ }
35
+
36
public static function soap11Envelope(): XmlXmlns
37
{
38
return XmlXmlns::load('http://schemas.xmlsoap.org/soap/envelope/');
0 commit comments