Definition Type: Element
Name: JobOriginatingUserAuthenticationInfo
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: PwgCommon.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AuthString Drilldown into AuthUri Drilldown into Cert Drilldown into Token Drilldown into AuthenticationTypeXSD Diagram of JobOriginatingUserAuthenticationInfo
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:element name="JobOriginatingUserAuthenticationInfo">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="AuthenticationType" type="AuthenticationTypeType" />
            <xs:choice>
                <xs:element name="Token" type="xs:base64Binary" />
                <xs:element name="Cert" type="xs:base64Binary" />
                <xs:element name="AuthUri" type="xs:anyURI" />
                <xs:element name="AuthString" type="xs:string" />
                <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
            </xs:choice>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AuthenticationType pwg:AuthenticationType (1) (1)
Token pwg:Token (1) (1)
Cert pwg:Cert (1) (1)
AuthUri pwg:AuthUri (1) (1)
AuthString pwg:AuthString (1) (1)
<xs:any> Allowed namespace: '##other' 0 unbounded