Skip to content

Commit c963df2

Browse files
authored
Merge pull request #9 from veewee/xsd-1999
Add xsd1999 Namespace
2 parents 73830f6 + ecdf9b2 commit c963df2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Xmlns.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ public static function xsd(): XmlXmlns
2828
return XmlXmlns::load('http://www.w3.org/2001/XMLSchema');
2929
}
3030

31+
public static function xsd1999(): XmlXmlns
32+
{
33+
return XmlXmlns::load('http://www.w3.org/1999/XMLSchema');
34+
}
35+
3136
public static function soap11Envelope(): XmlXmlns
3237
{
3338
return XmlXmlns::load('http://schemas.xmlsoap.org/soap/envelope/');

0 commit comments

Comments
 (0)