Skip to content

Commit

Permalink
Merge pull request #9 from veewee/xsd-1999
Browse files Browse the repository at this point in the history
Add xsd1999 Namespace
  • Loading branch information
veewee authored Jun 6, 2024
2 parents 73830f6 + ecdf9b2 commit c963df2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Xmlns.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ public static function xsd(): XmlXmlns
return XmlXmlns::load('http://www.w3.org/2001/XMLSchema');
}

public static function xsd1999(): XmlXmlns
{
return XmlXmlns::load('http://www.w3.org/1999/XMLSchema');
}

public static function soap11Envelope(): XmlXmlns
{
return XmlXmlns::load('http://schemas.xmlsoap.org/soap/envelope/');
Expand Down

0 comments on commit c963df2

Please sign in to comment.