Documentation for SSOMessagesInfo

Table of Contents

Master schema documentation file: SSOMessagesInfo.xsd.html

top

Schema Document Properties

Target Namespace http://4psa.com/SSOData.xsd/2.0.0
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations belong to this schema's target namespace.
  • By default, local attribute declarations have no namespace.
Schema Composition
  • This schema imports schema(s) from the following namespace(s):

Declared Namespaces

Prefix Namespace
Default namespace http://4psa.com/SSOData.xsd/2.0.0
xml http://www.w3.org/XML/1998/namespace
mstns http://4psa.com/SSOData.xsd/2.0.0
xs http://www.w3.org/2001/XMLSchema
common http://4psa.com/Common.xsd/2.0.0
Schema Component Representation
<xs:schema targetNamespace="http://4psa.com/SSOData.xsd/2.0.0" elementFormDefault="qualified" id="SSOData">
<xs:import namespace="http://4psa.com/Common.xsd/2.0.0" schemaLocation="../Common.xsd"/>
...
</xs:schema>
top

Global Definitions

Complex Type: SSOPrefs

Super-types: None
Sub-types: None
Name SSOPrefs
Abstract no
Documentation SSO preferences data
XML Instance Representation
<...>
<mstns:globalAccount> common:boolean </mstns:globalAccount> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SSOPrefs">
<xs:sequence>
<xs:element name="globalAccount" type=" common:boolean " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
top