module OpcXmlDaClient.Protocol.Namespaces where

import OpcXmlDaClient.Base.Prelude

-- |
-- Namespace for SOAP v1.2.
Text
soapEnv :: Text =
  Text
"http://www.w3.org/2003/05/soap-envelope"

-- |
-- Namespace for SOAP v <1.2
Text
soapEnv2 :: Text =
  Text
"http://schemas.xmlsoap.org/soap/envelope/"

Text
soapEnc :: Text =
  Text
"http://schemas.xmlsoap.org/soap/encoding/"

Text
xsi :: Text =
  Text
"http://www.w3.org/2001/XMLSchema-instance"

Text
xsd :: Text =
  Text
"http://www.w3.org/2001/XMLSchema"

Text
opc :: Text =
  Text
"http://opcfoundation.org/webservices/XMLDA/1.0/"