Skip to content

Commit

Permalink
Add xsd1999 Namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
veewee committed Jun 6, 2024
1 parent 73830f6 commit ecdf9b2
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 ecdf9b2

Please sign in to comment.