Schema EAMSPacketReceiveResponse.xsd


attribute form default:  unqualified
element form default:  qualified
targetNamespace:  http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Payloads/EAMSPacketReceiveResponse
 
Elements  Complex types 
EAMSPacketReceiveResponse  HeaderSection 


attribute form default:  unqualified
element form default:  qualified
targetNamespace:  http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/PayloadFields
 
Complex types  Simple types 
Error  clientUserID 
VersionSection  dateSubmitted 
environment 
errorCode 
errorMessage 
errorSeverity 
errorTimestamp 
formSequenceNumber 
formShortName 
ipAddress 
logicalSystem 
message 
module 
packetID 
packetType 
payloadFormat 
payloadSchema 
resolutionAdvice 
resubmissionID 
resubmissionIND 
securityToken 
serviceNameCode 
serviceVersion 
testMessgeIND 
transactionID 
transportProtocol 


attribute form default:  unqualified
element form default:  qualified
targetNamespace:  http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/CommonFields
 
Simple types 
caseNumber 
checkBox 
ptsDate 
typeCode1 
typeCode3 
versionNumber 


element EAMSPacketReceiveResponse
diagram EAMSPacketReceiveResponse_p1.png
namespace http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Payloads/EAMSPacketReceiveResponse
properties
content complex
children HeaderSection Message Error
source <xs:element name="EAMSPacketReceiveResponse">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="HeaderSection" type="HeaderSection"/>
     
<xs:element name="Message">
       
<xs:simpleType>
         
<xs:restriction base="PF:message">
           
<xs:minLength value="1"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="Error" type="PF:Error" minOccurs="0"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element EAMSPacketReceiveResponse/HeaderSection
diagram EAMSPacketReceiveResponse_p2.png
namespace http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Payloads/EAMSPacketReceiveResponse
type HeaderSection
properties
isRef 0
content complex
children VersionNumber
source <xs:element name="HeaderSection" type="HeaderSection"/>

element EAMSPacketReceiveResponse/Message
diagram EAMSPacketReceiveResponse_p3.png
namespace http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Payloads/EAMSPacketReceiveResponse
type restriction of message
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 255 
source <xs:element name="Message">
 
<xs:simpleType>
   
<xs:restriction base="PF:message">
     
<xs:minLength value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element EAMSPacketReceiveResponse/Error
diagram EAMSPacketReceiveResponse_p4.png
namespace http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Payloads/EAMSPacketReceiveResponse
type Error
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children ErrorCode ErrorPrimary ErrorSecondary
source <xs:element name="Error" type="PF:Error" minOccurs="0"/>

complexType HeaderSection
diagram EAMSPacketReceiveResponse_p5.png
namespace http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Payloads/EAMSPacketReceiveResponse
children VersionNumber
used by
element EAMSPacketReceiveResponse/HeaderSection
source <xs:complexType name="HeaderSection">
 
<xs:sequence>
   
<xs:element name="VersionNumber" type="CF:versionNumber" fixed="1.4"/>
 
</xs:sequence>
</xs:complexType>

element HeaderSection/VersionNumber
diagram EAMSPacketReceiveResponse_p6.png
namespace http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Payloads/EAMSPacketReceiveResponse
type versionNumber
properties
isRef 0
content simple
fixed 1.4
source <xs:element name="VersionNumber" type="CF:versionNumber" fixed="1.4"/>

complexType Error
diagram EAMSPacketReceiveResponse_p7.png
namespace http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/PayloadFields
children ErrorCode ErrorPrimary ErrorSecondary
used by
element EAMSPacketReceiveResponse/Error
source <xs:complexType name="Error">
 
<xs:sequence>
   
<xs:element name="ErrorCode">
     
<xs:simpleType>
       
<xs:restriction base="errorCode">
         
<xs:minInclusive value="10000"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="ErrorPrimary" type="errorMessage"/>
   
<xs:element name="ErrorSecondary" type="errorMessage"/>
 
</xs:sequence>
</xs:complexType>

element Error/ErrorCode
diagram EAMSPacketReceiveResponse_p8.png
namespace http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/PayloadFields
type restriction of errorCode
properties
isRef 0
content simple
facets
Kind Value annotation 
minInclusive 10000 
maxInclusive 99999 
source <xs:element name="ErrorCode">
 
<xs:simpleType>
   
<xs:restriction base="errorCode">
     
<xs:minInclusive value="10000"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Error/ErrorPrimary
diagram EAMSPacketReceiveResponse_p9.png
namespace http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/PayloadFields
type errorMessage
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 1056 
whiteSpace preserve 
source <xs:element name="ErrorPrimary" type="errorMessage"/>

element Error/ErrorSecondary
diagram EAMSPacketReceiveResponse_p10.png
namespace http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/PayloadFields
type errorMessage
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 1056 
whiteSpace preserve 
source <xs:element name="ErrorSecondary" type="errorMessage"/>

complexType VersionSection
diagram EAMSPacketReceiveResponse_p11.png
namespace http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/PayloadFields
children VersionNumber
source <xs:complexType name="VersionSection">
 
<xs:sequence>
   
<xs:element name="VersionNumber" type="xs:float"/>
 
</xs:sequence>
</xs:complexType>

element VersionSection/VersionNumber
diagram EAMSPacketReceiveResponse_p12.png
namespace http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/PayloadFields
type xs:float
properties
isRef 0
content simple
source <xs:element name="VersionNumber" type="xs:float"/>

simpleType clientUserID
namespace http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/PayloadFields
type restriction of xs:string
properties
base xs:string
facets
Kind Value annotation 
minLength 
maxLength 40 
annotation
documentation
Identifies the client submitting the forms.
source <xs:simpleType name="clientUserID">
 
<xs:annotation>
   
<xs:documentation>Identifies the client submitting the forms.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="40"/>
   
<xs:minLength value="0"/>
 
</xs:restriction>
</xs:simpleType>

simpleType dateSubmitted
namespace http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/PayloadFields
type xs:date
properties
base xs:date
annotation
documentation
Date the form(s) were sent to PTS
source <xs:simpleType name="dateSubmitted">
 
<xs:annotation>
   
<xs:documentation>Date the form(s) were sent to PTS</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:date"/>
</xs:simpleType>

simpleType environment
namespace http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/PayloadFields
type restriction of typeCode3
properties
base CF:typeCode3
facets
Kind Value annotation 
length 
whiteSpace collapse 
enumeration DEV 
enumeration TST 
enumeration UAT 
enumeration PRD 
annotation
documentation
'DEV' - Development,  'TST - Test, 'UAT' - User Acceptance, 'PRD' - Production
source <xs:simpleType name="environment">
 
<xs:annotation>
   
<xs:documentation> 'DEV' - Development,  'TST - Test, 'UAT' - User Acceptance, 'PRD' - Production
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="CF:typeCode3">
   
<xs:enumeration value="DEV"/>
   
<xs:enumeration value="TST"/>
   
<xs:enumeration value="UAT"/>
   
<xs:enumeration value="PRD"/>
 
</xs:restriction>
</xs:simpleType>

simpleType errorCode
namespace http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/PayloadFields
type restriction of xs:positiveInteger
properties
base xs:positiveInteger
used by
element Error/ErrorCode
facets
Kind Value annotation 
maxInclusive 99999 
annotation
documentation
5 digit code indicating the error.
source <xs:simpleType name="errorCode">
 
<xs:annotation>
   
<xs:documentation>5 digit code indicating the error.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:positiveInteger">
   
<xs:maxInclusive value="99999"/>
 
</xs:restriction>
</xs:simpleType>

simpleType errorMessage
namespace http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/PayloadFields
type restriction of xs:string
properties
base xs:string
used by
elements Error/ErrorPrimary Error/ErrorSecondary
facets
Kind Value annotation 
minLength 
maxLength 1056 
whiteSpace preserve 
source <xs:simpleType name="errorMessage">
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="1056"/>
   
<xs:minLength value="1"/>
   
<xs:whiteSpace value="preserve"/>
 
</xs:restriction>
</xs:simpleType>

simpleType errorSeverity
namespace http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/PayloadFields
type restriction of typeCode1
properties
base CF:typeCode1
facets
Kind Value annotation 
length 
whiteSpace collapse 
enumeration 
enumeration 
annotation
documentation
E - Error, W - Warning
source <xs:simpleType name="errorSeverity">
 
<xs:annotation>
   
<xs:documentation>E - Error, W - Warning</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="CF:typeCode1">
   
<xs:enumeration value="E"/>
   
<xs:enumeration value="W"/>
 
</xs:restriction>
</xs:simpleType>

simpleType errorTimestamp
namespace http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/PayloadFields
type xs:dateTime
properties
base xs:dateTime
annotation
documentation
Date and Time the error occured
source <xs:simpleType name="errorTimestamp">
 
<xs:annotation>
   
<xs:documentation>Date and Time the error occured</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:dateTime"/>
</xs:simpleType>

simpleType formSequenceNumber
namespace http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/PayloadFields
type restriction of xs:positiveInteger
properties
base xs:positiveInteger
facets
Kind Value annotation 
minInclusive 
maxInclusive 9999 
source <xs:simpleType name="formSequenceNumber">
 
<xs:restriction base="xs:positiveInteger">
   
<xs:minInclusive value="1"/>
   
<xs:maxInclusive value="9999"/>
 
</xs:restriction>
</xs:simpleType>

simpleType formShortName
namespace http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/PayloadFields
type restriction of xs:string
properties
base xs:string
facets
Kind Value annotation 
enumeration WCAB 1 
enumeration 10214(a) 
enumeration 10208.3 
enumeration WCAB 6 
enumeration 10208.2 
enumeration 10214(c) 
enumeration DE2581 
enumeration UFO 
annotation
documentation
Unique form  ID
source <xs:simpleType name="formShortName">
 
<xs:annotation>
   
<xs:documentation>Unique form  ID</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="WCAB 1"/>
   
<xs:enumeration value="10214(a)"/>
   
<xs:enumeration value="10208.3"/>
   
<xs:enumeration value="WCAB 6"/>
   
<xs:enumeration value="10208.2"/>
   
<xs:enumeration value="10214(c)"/>
   
<xs:enumeration value="DE2581"/>
   
<xs:enumeration value="UFO"/>
   
<!-- start CR458 July 30th, 2015 form number changed  -->
   
<!--  xs:enumeration value="10252.1"/ -->
   
<!--  end CR458 July 30th, 2015 form number changed -->
 
</xs:restriction>
</xs:simpleType>

simpleType ipAddress
namespace http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/PayloadFields
type restriction of xs:string
properties
base xs:string
facets
Kind Value annotation 
maxLength 80 
annotation
documentation
IP Address of the sender
source <xs:simpleType name="ipAddress">
 
<xs:annotation>
   
<xs:documentation>IP Address of the sender</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="80"/>
 
</xs:restriction>
</xs:simpleType>

simpleType logicalSystem
namespace http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/PayloadFields
type restriction of xs:string
properties
base xs:string
facets
Kind Value annotation 
minLength 
maxLength 255 
enumeration EAMS 
annotation
documentation
Submitters System - company system name
source <xs:simpleType name="logicalSystem">
 
<xs:annotation>
   
<xs:documentation>Submitters System - company system name</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="255"/>
   
<xs:minLength value="1"/>
   
<xs:enumeration value="EAMS"/>
 
</xs:restriction>
</xs:simpleType>

simpleType message
namespace http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/PayloadFields
type restriction of xs:string
properties
base xs:string
used by
element EAMSPacketReceiveResponse/Message
facets
Kind Value annotation 
minLength 
maxLength 255 
annotation
documentation
Mandatory EAMS reponse message.
source <xs:simpleType name="message">
 
<xs:annotation>
   
<xs:documentation>Mandatory EAMS reponse message.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="255"/>
   
<xs:minLength value="0"/>
 
</xs:restriction>
</xs:simpleType>

simpleType module
namespace http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/PayloadFields
type restriction of xs:string
properties
base xs:string
facets
Kind Value annotation 
maxLength 20 
annotation
documentation
Submitter, Poller, Validator, EAMS Batch
source <xs:simpleType name="module">
 
<xs:annotation>
   
<xs:documentation>Submitter, Poller, Validator, EAMS Batch</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="20"/>
 
</xs:restriction>
</xs:simpleType>

simpleType packetID
namespace http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/PayloadFields
type restriction of xs:string
properties
base xs:string
facets
Kind Value annotation 
maxLength 255 
annotation
documentation
Convention:  XXXX-DATE-YYYY XXXX-SubmitterCode Date-Date(YYYYMMDD) YYYY-RunningSequenceNumber (1..9999)
source <xs:simpleType name="packetID">
 
<xs:annotation>
   
<xs:documentation>Convention:  XXXX-DATE-YYYY XXXX-SubmitterCode Date-Date(YYYYMMDD) YYYY-RunningSequenceNumber (1..9999)</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="255"/>
 
</xs:restriction>
</xs:simpleType>

simpleType packetType
namespace http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/PayloadFields
type restriction of typeCode3
properties
base CF:typeCode3
facets
Kind Value annotation 
length 
whiteSpace collapse 
enumeration REQ 
enumeration REP 
enumeration ERR 
annotation
documentation
REQ- Request, REP- Reply, ERR - Error
source <xs:simpleType name="packetType">
 
<xs:annotation>
   
<xs:documentation>REQ- Request, REP- Reply, ERR - Error</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="CF:typeCode3">
   
<xs:enumeration value="REQ"/>
   
<xs:enumeration value="REP"/>
   
<xs:enumeration value="ERR"/>
 
</xs:restriction>
</xs:simpleType>

simpleType payloadFormat
namespace http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/PayloadFields
type restriction of typeCode3
properties
base CF:typeCode3
facets
Kind Value annotation 
length 
whiteSpace collapse 
enumeration XML 
annotation
documentation
XML
source <xs:simpleType name="payloadFormat">
 
<xs:annotation>
   
<xs:documentation>XML</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="CF:typeCode3">
   
<xs:enumeration value="XML"/>
 
</xs:restriction>
</xs:simpleType>

simpleType payloadSchema
namespace http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/PayloadFields
type restriction of xs:string
properties
base xs:string
facets
Kind Value annotation 
minLength 
maxLength 40 
annotation
documentation
the published schema
source <xs:simpleType name="payloadSchema">
 
<xs:annotation>
   
<xs:documentation>the published schema</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="40"/>
   
<xs:minLength value="0"/>
 
</xs:restriction>
</xs:simpleType>

simpleType resolutionAdvice
namespace http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/PayloadFields
type restriction of xs:string
properties
base xs:string
facets
Kind Value annotation 
maxLength 255 
whiteSpace collapse 
source <xs:simpleType name="resolutionAdvice">
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="255"/>
   
<xs:whiteSpace value="collapse"/>
 
</xs:restriction>
</xs:simpleType>

simpleType resubmissionID
namespace http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/PayloadFields
type restriction of xs:string
properties
base xs:string
facets
Kind Value annotation 
minLength 
maxLength 
annotation
documentation
Resubmission ID Number
source <xs:simpleType name="resubmissionID">
 
<xs:annotation>
   
<xs:documentation>Resubmission ID Number</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="9"/>
   
<xs:minLength value="0"/>
 
</xs:restriction>
</xs:simpleType>

simpleType resubmissionIND
namespace http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/PayloadFields
type checkBox
properties
base CF:checkBox
facets
Kind Value annotation 
whiteSpace collapse 
annotation
documentation
Defaults to 'false'
source <xs:simpleType name="resubmissionIND">
 
<xs:annotation>
   
<xs:documentation>Defaults to 'false'</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="CF:checkBox"/>
</xs:simpleType>

simpleType securityToken
namespace http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/PayloadFields
type restriction of xs:string
properties
base xs:string
facets
Kind Value annotation 
minLength 
maxLength 255 
source <xs:simpleType name="securityToken">
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="255"/>
   
<xs:minLength value="0"/>
 
</xs:restriction>
</xs:simpleType>

simpleType serviceNameCode
namespace http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/PayloadFields
type restriction of typeCode3
properties
base CF:typeCode3
facets
Kind Value annotation 
length 
whiteSpace collapse 
enumeration IN1 
enumeration OU1 
enumeration OU2 
enumeration OU3 
annotation
documentation

IN1 -SubmitFormsToEAMS,
OU1 -EAMSFilingResponse,
OU2 - EAMSPacketReceiveResponse,
OU3- EAMSPacketValidationResponse
source <xs:simpleType name="serviceNameCode">
 
<xs:annotation>
   
<xs:documentation>
IN1 -SubmitFormsToEAMS,
OU1 -EAMSFilingResponse,
OU2 - EAMSPacketReceiveResponse,
OU3- EAMSPacketValidationResponse
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="CF:typeCode3">
   
<xs:enumeration value="IN1"/>
   
<xs:enumeration value="OU1"/>
   
<xs:enumeration value="OU2"/>
   
<xs:enumeration value="OU3"/>
 
</xs:restriction>
</xs:simpleType>

simpleType serviceVersion
namespace http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/PayloadFields
type restriction of xs:string
properties
base xs:string
facets
Kind Value annotation 
minLength 
maxLength 
annotation
documentation
PTS Version Number
source <xs:simpleType name="serviceVersion">
 
<xs:annotation>
   
<xs:documentation>PTS Version Number</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="5"/>
   
<xs:minLength value="1"/>
 
</xs:restriction>
</xs:simpleType>

simpleType testMessgeIND
namespace http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/PayloadFields
type checkBox
properties
base CF:checkBox
facets
Kind Value annotation 
whiteSpace collapse 
annotation
documentation
true if the message is a test message
source <xs:simpleType name="testMessgeIND">
 
<xs:annotation>
   
<xs:documentation>true if the message is a test message</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="CF:checkBox"/>
</xs:simpleType>

simpleType transactionID
namespace http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/PayloadFields
type restriction of xs:string
properties
base xs:string
facets
Kind Value annotation 
minLength 
maxLength 256 
whiteSpace collapse 
annotation
documentation
Convention:  XXXX-DATE-YYYY-ZZZZZ XXXX-SubmitterCode Date-Date(YYYYMMDD)  YYYY-RunningSequenceNumber (1..9999)
ZZZZZ- RunningSequenceNumber (1...99999)
source <xs:simpleType name="transactionID">
 
<xs:annotation>
   
<xs:documentation>Convention:  XXXX-DATE-YYYY-ZZZZZ XXXX-SubmitterCode Date-Date(YYYYMMDD)  YYYY-RunningSequenceNumber (1..9999)
ZZZZZ- RunningSequenceNumber (1...99999)
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="256"/>
   
<xs:whiteSpace value="collapse"/>
   
<xs:minLength value="1"/>
 
</xs:restriction>
</xs:simpleType>

simpleType transportProtocol
namespace http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/PayloadFields
type restriction of xs:string
properties
base xs:string
facets
Kind Value annotation 
maxLength 40 
annotation
documentation
SFTP
source <xs:simpleType name="transportProtocol">
 
<xs:annotation>
   
<xs:documentation>SFTP</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="40"/>
 
</xs:restriction>
</xs:simpleType>

simpleType caseNumber
namespace http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/CommonFields
type restriction of xs:string
properties
base xs:string
facets
Kind Value annotation 
minLength 
maxLength 20 
pattern [A-Z][A-Z][A-Z]([0-9])* 
source <xs:simpleType name="caseNumber">
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="20"/>
   
<xs:minLength value="4"/>
   
<xs:pattern value="[A-Z][A-Z][A-Z]([0-9])*"/>
 
</xs:restriction>
</xs:simpleType>

simpleType checkBox
namespace http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/CommonFields
type restriction of xs:boolean
properties
base xs:boolean
used by
simpleTypes resubmissionIND testMessgeIND
facets
Kind Value annotation 
whiteSpace collapse 
source <xs:simpleType name="checkBox">
 
<xs:restriction base="xs:boolean">
   
<xs:whiteSpace value="collapse"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ptsDate
namespace http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/CommonFields
type restriction of xs:string
properties
base xs:string
facets
Kind Value annotation 
pattern [0-1][0-9]/[0-3][0-9]/[1-2][0-9][0-9][0-9] 
source <xs:simpleType name="ptsDate">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[0-1][0-9]/[0-3][0-9]/[1-2][0-9][0-9][0-9]"/>
 
</xs:restriction>
</xs:simpleType>

simpleType typeCode1
namespace http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/CommonFields
type restriction of xs:string
properties
base xs:string
used by
simpleType errorSeverity
facets
Kind Value annotation 
length 
whiteSpace collapse 
source <xs:simpleType name="typeCode1">
 
<xs:restriction base="xs:string">
   
<xs:length value="1" fixed="true"/>
   
<xs:whiteSpace value="collapse"/>
 
</xs:restriction>
</xs:simpleType>

simpleType typeCode3
namespace http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/CommonFields
type restriction of xs:string
properties
base xs:string
used by
simpleTypes environment packetType payloadFormat serviceNameCode
facets
Kind Value annotation 
length 
whiteSpace collapse 
source <xs:simpleType name="typeCode3">
 
<xs:restriction base="xs:string">
   
<xs:length value="3" fixed="true"/>
   
<xs:whiteSpace value="collapse"/>
 
</xs:restriction>
</xs:simpleType>

simpleType versionNumber
namespace http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/CommonFields
type xs:float
properties
base xs:float
used by
element HeaderSection/VersionNumber
annotation
documentation
PTS Version Number
source <xs:simpleType name="versionNumber">
 
<xs:annotation>
   
<xs:documentation>PTS Version Number</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:float"/>
</xs:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy