Schema CFDA.xsd


schema location https://www.fpds.gov/FAADC/schema/DataCollection/1.0/CFDA.xsd
attributeFormDefault
elementFormDefault qualified
targetNamespace https://www.fpds.gov/FPDS
 
Elements  Complex types  Simple types 
CFDA  CFDAIDType  CFDANumberType 
CFDAID  CFDANumberSearchCriteriaType  CFDAProgramTitleType 
CFDANumberSearchCriteria  CFDAType 
createCFDAResponse  createCFDAResponseType 
deleteCFDAResponse  deleteCFDAResponseType 
getCFDAResponse  getCFDAResponseType 
getListCFDAResponse  getListCFDAResponseType 
listOfCFDANumbers  listOfCFDANumbersType 
updateCFDAResponse  updateCFDAResponseType 


schema location https://www.fpds.gov/FPDS/schema/SystemServices/1.2/Service.xsd
attributeFormDefault
elementFormDefault qualified
targetNamespace https://www.fpds.gov/FPDS
 
Elements  Complex types  Simple types 
authenticationKey  detailedMessageType  elementNameType 
listOfDetailMessages  errorType  functionNameType 
listOfErrors  infoType  messageCodeType 
listOfInfoMessages  listOfDetailMesssagesType  messageType 
listOfWarnings  listOfErrorsType  objectNameType 
response  listOfInfoMessagesType  providerNameType 
serviceKey  listOfParametersType  requirementStateType 
userAuthenticationKey  listOfWarningsType  sequenceNumberType 
outputMessagesType  serviceDescriptionType 
parameterType  serviceLocationType 
responseType  serviceNameType 
serviceConfigurationType 
serviceKeyType 
serviceProviderType 
userAuthenticationKeyType 
warningType 


schema location https://www.fpds.gov/FPDS/schema/SystemServices/1.2/Audit.xsd
attributeFormDefault
elementFormDefault qualified
targetNamespace https://www.fpds.gov/FPDS
 
Elements  Complex types 
auditInformation  auditInformationType 


schema location https://www.fpds.gov/FPDS/schema/common/1.2/Common.xsd
attributeFormDefault
elementFormDefault qualified
targetNamespace https://www.fpds.gov/FPDS
 
Complex types  Simple types 
countType  amountType 
listOfAdministratorsType  emailAddressType 
listOfSearchResults  fiscalYearType 
FPDSDateType 
organizationStatusType 
passwordType 
percentageType 
phoneExtType 
phoneNoType 
shortDescriptionType 
urlType 
userIDType 
versionNumberType 


element CFDA
diagram CFDA_p1.png
namespace https://www.fpds.gov/FPDS
type FPDS:CFDAType
properties
content complex
children FPDS:CFDANumber FPDS:CFDAProgramTitle FPDS:startDate FPDS:endDate FPDS:createdDate FPDS:createdBy FPDS:lastUpdatedDate FPDS:lastUpdatedBy
source <element name="CFDA" type="FPDS:CFDAType"/>

element CFDAID
diagram CFDA_p2.png
namespace https://www.fpds.gov/FPDS
type FPDS:CFDAIDType
properties
content complex
children FPDS:CFDANumber
source <element name="CFDAID" type="FPDS:CFDAIDType"/>

element CFDANumberSearchCriteria
diagram CFDA_p3.png
namespace https://www.fpds.gov/FPDS
type FPDS:CFDANumberSearchCriteriaType
properties
content complex
children FPDS:CFDANumber FPDS:CFDAProgramTitle FPDS:startDate FPDS:endDate
source <element name="CFDANumberSearchCriteria" type="FPDS:CFDANumberSearchCriteriaType"/>

element createCFDAResponse
diagram CFDA_p4.png
namespace https://www.fpds.gov/FPDS
type FPDS:createCFDAResponseType
properties
content complex
children FPDS:requestNumber FPDS:confirmationNumber FPDS:listOfParameters FPDS:outputMessages FPDS:CFDA
source <element name="createCFDAResponse" type="FPDS:createCFDAResponseType"/>

element deleteCFDAResponse
diagram CFDA_p5.png
namespace https://www.fpds.gov/FPDS
type FPDS:deleteCFDAResponseType
properties
content complex
children FPDS:requestNumber FPDS:confirmationNumber FPDS:listOfParameters FPDS:outputMessages FPDS:isDeleted
source <element name="deleteCFDAResponse" type="FPDS:deleteCFDAResponseType"/>

element getCFDAResponse
diagram CFDA_p6.png
namespace https://www.fpds.gov/FPDS
type FPDS:getCFDAResponseType
properties
content complex
children FPDS:requestNumber FPDS:confirmationNumber FPDS:listOfParameters FPDS:outputMessages FPDS:CFDA
source <element name="getCFDAResponse" type="FPDS:getCFDAResponseType"/>

element getListCFDAResponse
diagram CFDA_p7.png
namespace https://www.fpds.gov/FPDS
type FPDS:getListCFDAResponseType
properties
content complex
children FPDS:requestNumber FPDS:confirmationNumber FPDS:listOfParameters FPDS:outputMessages FPDS:listOfCFDANumbers
source <element name="getListCFDAResponse" type="FPDS:getListCFDAResponseType"/>

element listOfCFDANumbers
diagram CFDA_p8.png
namespace https://www.fpds.gov/FPDS
type FPDS:listOfCFDANumbersType
properties
content complex
children FPDS:count FPDS:CFDA
source <element name="listOfCFDANumbers" type="FPDS:listOfCFDANumbersType"/>

element updateCFDAResponse
diagram CFDA_p9.png
namespace https://www.fpds.gov/FPDS
type FPDS:updateCFDAResponseType
properties
content complex
children FPDS:requestNumber FPDS:confirmationNumber FPDS:listOfParameters FPDS:outputMessages FPDS:CFDA
source <element name="updateCFDAResponse" type="FPDS:updateCFDAResponseType"/>

complexType CFDAIDType
diagram CFDA_p10.png
namespace https://www.fpds.gov/FPDS
children FPDS:CFDANumber
used by
element CFDAID
source <complexType name="CFDAIDType">
 
<sequence>
   
<element name="CFDANumber" type="FPDS:CFDANumberType" nillable="true" minOccurs="0"/>
 
</sequence>
</complexType>

element CFDAIDType/CFDANumber
diagram CFDA_p11.png
namespace https://www.fpds.gov/FPDS
type FPDS:CFDANumberType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
maxLength 6
source <element name="CFDANumber" type="FPDS:CFDANumberType" nillable="true" minOccurs="0"/>

complexType CFDANumberSearchCriteriaType
diagram CFDA_p12.png
namespace https://www.fpds.gov/FPDS
children FPDS:CFDANumber FPDS:CFDAProgramTitle FPDS:startDate FPDS:endDate
used by
element CFDANumberSearchCriteria
source <complexType name="CFDANumberSearchCriteriaType">
 
<sequence>
   
<element name="CFDANumber" type="FPDS:CFDANumberType" nillable="true" minOccurs="0"/>
   
<element name="CFDAProgramTitle" type="FPDS:CFDAProgramTitleType" nillable="true" minOccurs="0"/>
   
<element name="startDate" type="FPDS:FPDSDateType" nillable="true" minOccurs="0"/>
   
<element name="endDate" type="FPDS:FPDSDateType" nillable="true" minOccurs="0"/>
 
</sequence>
</complexType>

element CFDANumberSearchCriteriaType/CFDANumber
diagram CFDA_p13.png
namespace https://www.fpds.gov/FPDS
type FPDS:CFDANumberType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
maxLength 6
source <element name="CFDANumber" type="FPDS:CFDANumberType" nillable="true" minOccurs="0"/>

element CFDANumberSearchCriteriaType/CFDAProgramTitle
diagram CFDA_p14.png
namespace https://www.fpds.gov/FPDS
type FPDS:CFDAProgramTitleType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
maxLength 250
source <element name="CFDAProgramTitle" type="FPDS:CFDAProgramTitleType" nillable="true" minOccurs="0"/>

element CFDANumberSearchCriteriaType/startDate
diagram CFDA_p15.png
namespace https://www.fpds.gov/FPDS
type FPDS:FPDSDateType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
whiteSpace preserve
pattern ([0-9]{4}(-[0-9]{2})(-[0-9]{2}) ([0-9]{2})(:[0-9]{2})(:[0-9]{2}))?
source <element name="startDate" type="FPDS:FPDSDateType" nillable="true" minOccurs="0"/>

element CFDANumberSearchCriteriaType/endDate
diagram CFDA_p16.png
namespace https://www.fpds.gov/FPDS
type FPDS:FPDSDateType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
whiteSpace preserve
pattern ([0-9]{4}(-[0-9]{2})(-[0-9]{2}) ([0-9]{2})(:[0-9]{2})(:[0-9]{2}))?
source <element name="endDate" type="FPDS:FPDSDateType" nillable="true" minOccurs="0"/>

complexType CFDAType
diagram CFDA_p17.png
namespace https://www.fpds.gov/FPDS
children FPDS:CFDANumber FPDS:CFDAProgramTitle FPDS:startDate FPDS:endDate FPDS:createdDate FPDS:createdBy FPDS:lastUpdatedDate FPDS:lastUpdatedBy
used by
elements CFDA listOfCFDANumbersType/CFDA getCFDAResponseType/CFDA createCFDAResponseType/CFDA updateCFDAResponseType/CFDA
source <complexType name="CFDAType">
 
<sequence>
   
<element name="CFDANumber" type="FPDS:CFDANumberType" nillable="true" minOccurs="0"/>
   
<element name="CFDAProgramTitle" type="FPDS:CFDAProgramTitleType" nillable="true" minOccurs="0"/>
   
<element name="startDate" type="FPDS:FPDSDateType" nillable="true" minOccurs="0"/>
   
<element name="endDate" type="FPDS:FPDSDateType" nillable="true" minOccurs="0"/>
   
<element name="createdDate" type="FPDS:FPDSDateType" nillable="true" minOccurs="0"/>
   
<element name="createdBy" type="FPDS:userIDType" nillable="true" minOccurs="0"/>
   
<element name="lastUpdatedDate" type="FPDS:FPDSDateType" nillable="true" minOccurs="0"/>
   
<element name="lastUpdatedBy" type="FPDS:userIDType" nillable="true" minOccurs="0"/>
 
</sequence>
</complexType>

element CFDAType/CFDANumber
diagram CFDA_p18.png
namespace https://www.fpds.gov/FPDS
type FPDS:CFDANumberType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
maxLength 6
source <element name="CFDANumber" type="FPDS:CFDANumberType" nillable="true" minOccurs="0"/>

element CFDAType/CFDAProgramTitle
diagram CFDA_p19.png
namespace https://www.fpds.gov/FPDS
type FPDS:CFDAProgramTitleType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
maxLength 250
source <element name="CFDAProgramTitle" type="FPDS:CFDAProgramTitleType" nillable="true" minOccurs="0"/>

element CFDAType/startDate
diagram CFDA_p20.png
namespace https://www.fpds.gov/FPDS
type FPDS:FPDSDateType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
whiteSpace preserve
pattern ([0-9]{4}(-[0-9]{2})(-[0-9]{2}) ([0-9]{2})(:[0-9]{2})(:[0-9]{2}))?
source <element name="startDate" type="FPDS:FPDSDateType" nillable="true" minOccurs="0"/>

element CFDAType/endDate
diagram CFDA_p21.png
namespace https://www.fpds.gov/FPDS
type FPDS:FPDSDateType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
whiteSpace preserve
pattern ([0-9]{4}(-[0-9]{2})(-[0-9]{2}) ([0-9]{2})(:[0-9]{2})(:[0-9]{2}))?
source <element name="endDate" type="FPDS:FPDSDateType" nillable="true" minOccurs="0"/>

element CFDAType/createdDate
diagram CFDA_p22.png
namespace https://www.fpds.gov/FPDS
type FPDS:FPDSDateType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
whiteSpace preserve
pattern ([0-9]{4}(-[0-9]{2})(-[0-9]{2}) ([0-9]{2})(:[0-9]{2})(:[0-9]{2}))?
source <element name="createdDate" type="FPDS:FPDSDateType" nillable="true" minOccurs="0"/>

element CFDAType/createdBy
diagram CFDA_p23.png
namespace https://www.fpds.gov/FPDS
type FPDS:userIDType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
maxLength 50
source <element name="createdBy" type="FPDS:userIDType" nillable="true" minOccurs="0"/>

element CFDAType/lastUpdatedDate
diagram CFDA_p24.png
namespace https://www.fpds.gov/FPDS
type FPDS:FPDSDateType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
whiteSpace preserve
pattern ([0-9]{4}(-[0-9]{2})(-[0-9]{2}) ([0-9]{2})(:[0-9]{2})(:[0-9]{2}))?
source <element name="lastUpdatedDate" type="FPDS:FPDSDateType" nillable="true" minOccurs="0"/>

element CFDAType/lastUpdatedBy
diagram CFDA_p25.png
namespace https://www.fpds.gov/FPDS
type FPDS:userIDType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
maxLength 50
source <element name="lastUpdatedBy" type="FPDS:userIDType" nillable="true" minOccurs="0"/>

complexType createCFDAResponseType
diagram CFDA_p26.png
namespace https://www.fpds.gov/FPDS
type extension of FPDS:responseType
properties
base FPDS:responseType
children FPDS:requestNumber FPDS:confirmationNumber FPDS:listOfParameters FPDS:outputMessages FPDS:CFDA
used by
element createCFDAResponse
source <complexType name="createCFDAResponseType">
 
<complexContent>
   
<extension base="FPDS:responseType">
     
<sequence>
       
<element name="CFDA" type="FPDS:CFDAType" nillable="true" minOccurs="0"/>
     
</sequence>
   
</extension>
 
</complexContent>
</complexType>

element createCFDAResponseType/CFDA
diagram CFDA_p27.png
namespace https://www.fpds.gov/FPDS
type FPDS:CFDAType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children FPDS:CFDANumber FPDS:CFDAProgramTitle FPDS:startDate FPDS:endDate FPDS:createdDate FPDS:createdBy FPDS:lastUpdatedDate FPDS:lastUpdatedBy
source <element name="CFDA" type="FPDS:CFDAType" nillable="true" minOccurs="0"/>

complexType deleteCFDAResponseType
diagram CFDA_p28.png
namespace https://www.fpds.gov/FPDS
type extension of FPDS:responseType
properties
base FPDS:responseType
children FPDS:requestNumber FPDS:confirmationNumber FPDS:listOfParameters FPDS:outputMessages FPDS:isDeleted
used by
element deleteCFDAResponse
source <complexType name="deleteCFDAResponseType">
 
<complexContent>
   
<extension base="FPDS:responseType">
     
<sequence>
       
<element name="isDeleted" type="boolean" nillable="true" minOccurs="0"/>
     
</sequence>
   
</extension>
 
</complexContent>
</complexType>

element deleteCFDAResponseType/isDeleted
diagram CFDA_p29.png
namespace https://www.fpds.gov/FPDS
type boolean
properties
minOcc 0
maxOcc 1
content simple
nillable true
source <element name="isDeleted" type="boolean" nillable="true" minOccurs="0"/>

complexType getCFDAResponseType
diagram CFDA_p30.png
namespace https://www.fpds.gov/FPDS
type extension of FPDS:responseType
properties
base FPDS:responseType
children FPDS:requestNumber FPDS:confirmationNumber FPDS:listOfParameters FPDS:outputMessages FPDS:CFDA
used by
element getCFDAResponse
source <complexType name="getCFDAResponseType">
 
<complexContent>
   
<extension base="FPDS:responseType">
     
<sequence>
       
<element name="CFDA" type="FPDS:CFDAType" nillable="true" minOccurs="0"/>
     
</sequence>
   
</extension>
 
</complexContent>
</complexType>

element getCFDAResponseType/CFDA
diagram CFDA_p31.png
namespace https://www.fpds.gov/FPDS
type FPDS:CFDAType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children FPDS:CFDANumber FPDS:CFDAProgramTitle FPDS:startDate FPDS:endDate FPDS:createdDate FPDS:createdBy FPDS:lastUpdatedDate FPDS:lastUpdatedBy
source <element name="CFDA" type="FPDS:CFDAType" nillable="true" minOccurs="0"/>

complexType getListCFDAResponseType
diagram CFDA_p32.png
namespace https://www.fpds.gov/FPDS
type extension of FPDS:responseType
properties
base FPDS:responseType
children FPDS:requestNumber FPDS:confirmationNumber FPDS:listOfParameters FPDS:outputMessages FPDS:listOfCFDANumbers
used by
element getListCFDAResponse
source <complexType name="getListCFDAResponseType">
 
<complexContent>
   
<extension base="FPDS:responseType">
     
<sequence>
       
<element name="listOfCFDANumbers" type="FPDS:listOfCFDANumbersType" nillable="true" minOccurs="0"/>
     
</sequence>
   
</extension>
 
</complexContent>
</complexType>

element getListCFDAResponseType/listOfCFDANumbers
diagram CFDA_p33.png
namespace https://www.fpds.gov/FPDS
type FPDS:listOfCFDANumbersType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children FPDS:count FPDS:CFDA
source <element name="listOfCFDANumbers" type="FPDS:listOfCFDANumbersType" nillable="true" minOccurs="0"/>

complexType listOfCFDANumbersType
diagram CFDA_p34.png
namespace https://www.fpds.gov/FPDS
type extension of FPDS:listOfSearchResults
properties
base FPDS:listOfSearchResults
children FPDS:count FPDS:CFDA
used by
elements getListCFDAResponseType/listOfCFDANumbers listOfCFDANumbers
source <complexType name="listOfCFDANumbersType">
 
<complexContent>
   
<extension base="FPDS:listOfSearchResults">
     
<sequence>
       
<element name="CFDA" type="FPDS:CFDAType" minOccurs="0" maxOccurs="unbounded"/>
     
</sequence>
   
</extension>
 
</complexContent>
</complexType>

element listOfCFDANumbersType/CFDA
diagram CFDA_p35.png
namespace https://www.fpds.gov/FPDS
type FPDS:CFDAType
properties
minOcc 0
maxOcc unbounded
content complex
children FPDS:CFDANumber FPDS:CFDAProgramTitle FPDS:startDate FPDS:endDate FPDS:createdDate FPDS:createdBy FPDS:lastUpdatedDate FPDS:lastUpdatedBy
source <element name="CFDA" type="FPDS:CFDAType" minOccurs="0" maxOccurs="unbounded"/>

complexType updateCFDAResponseType
diagram CFDA_p36.png
namespace https://www.fpds.gov/FPDS
type extension of FPDS:responseType
properties
base FPDS:responseType
children FPDS:requestNumber FPDS:confirmationNumber FPDS:listOfParameters FPDS:outputMessages FPDS:CFDA
used by
element updateCFDAResponse
source <complexType name="updateCFDAResponseType">
 
<complexContent>
   
<extension base="FPDS:responseType">
     
<sequence>
       
<element name="CFDA" type="FPDS:CFDAType" nillable="true" minOccurs="0"/>
     
</sequence>
   
</extension>
 
</complexContent>
</complexType>

element updateCFDAResponseType/CFDA
diagram CFDA_p37.png
namespace https://www.fpds.gov/FPDS
type FPDS:CFDAType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children FPDS:CFDANumber FPDS:CFDAProgramTitle FPDS:startDate FPDS:endDate FPDS:createdDate FPDS:createdBy FPDS:lastUpdatedDate FPDS:lastUpdatedBy
source <element name="CFDA" type="FPDS:CFDAType" nillable="true" minOccurs="0"/>

simpleType CFDANumberType
namespace https://www.fpds.gov/FPDS
type restriction of string
properties
base string
used by
elements CFDAType/CFDANumber CFDAIDType/CFDANumber CFDANumberSearchCriteriaType/CFDANumber
facets
Kind Value Annotation
maxLength 6
source <simpleType name="CFDANumberType">
 
<restriction base="string">
   
<maxLength value="6"/>
 
</restriction>
</simpleType>

simpleType CFDAProgramTitleType
namespace https://www.fpds.gov/FPDS
type restriction of string
properties
base string
used by
elements CFDAType/CFDAProgramTitle CFDANumberSearchCriteriaType/CFDAProgramTitle
facets
Kind Value Annotation
maxLength 250
source <simpleType name="CFDAProgramTitleType">
 
<restriction base="string">
   
<maxLength value="250"/>
 
</restriction>
</simpleType>

element authenticationKey
diagram CFDA_p38.png
namespace https://www.fpds.gov/FPDS
type FPDS:userAuthenticationKeyType
properties
content complex
children FPDS:userID FPDS:password FPDS:serviceOriginatorID
source <element name="authenticationKey" type="FPDS:userAuthenticationKeyType"/>

element listOfDetailMessages
diagram CFDA_p39.png
namespace https://www.fpds.gov/FPDS
type FPDS:listOfDetailMesssagesType
properties
content complex
children FPDS:Detail
source <element name="listOfDetailMessages" type="FPDS:listOfDetailMesssagesType"/>

element listOfErrors
diagram CFDA_p40.png
namespace https://www.fpds.gov/FPDS
type FPDS:listOfErrorsType
properties
content complex
children FPDS:error
source <element name="listOfErrors" type="FPDS:listOfErrorsType"/>

element listOfInfoMessages
diagram CFDA_p41.png
namespace https://www.fpds.gov/FPDS
type FPDS:listOfInfoMessagesType
properties
content complex
children FPDS:info
source <element name="listOfInfoMessages" type="FPDS:listOfInfoMessagesType"/>

element listOfWarnings
diagram CFDA_p42.png
namespace https://www.fpds.gov/FPDS
type FPDS:listOfWarningsType
properties
content complex
children FPDS:warning
source <element name="listOfWarnings" type="FPDS:listOfWarningsType"/>

element response
diagram CFDA_p43.png
namespace https://www.fpds.gov/FPDS
type FPDS:responseType
properties
content complex
children FPDS:requestNumber FPDS:confirmationNumber FPDS:listOfParameters FPDS:outputMessages
source <element name="response" type="FPDS:responseType"/>

element serviceKey
diagram CFDA_p44.png
namespace https://www.fpds.gov/FPDS
type FPDS:serviceKeyType
properties
content complex
children FPDS:providerName FPDS:serviceName
source <element name="serviceKey" type="FPDS:serviceKeyType"/>

element userAuthenticationKey
diagram CFDA_p45.png
namespace https://www.fpds.gov/FPDS
type FPDS:userAuthenticationKeyType
properties
content complex
children FPDS:userID FPDS:password FPDS:serviceOriginatorID
source <element name="userAuthenticationKey" type="FPDS:userAuthenticationKeyType"/>

complexType detailedMessageType
diagram CFDA_p46.png
namespace https://www.fpds.gov/FPDS
children FPDS:detailedMessageCode
used by
element listOfDetailMesssagesType/Detail
source <complexType name="detailedMessageType">
 
<sequence>
   
<element name="detailedMessageCode" type="FPDS:messageCodeType" nillable="true" minOccurs="0"/>
 
</sequence>
</complexType>

element detailedMessageType/detailedMessageCode
diagram CFDA_p47.png
namespace https://www.fpds.gov/FPDS
type FPDS:messageCodeType
properties
minOcc 0
maxOcc 1
content simple
nillable true
source <element name="detailedMessageCode" type="FPDS:messageCodeType" nillable="true" minOccurs="0"/>

complexType errorType
diagram CFDA_p48.png
namespace https://www.fpds.gov/FPDS
children FPDS:elementName FPDS:errorCode FPDS:errorMessage
used by
element listOfErrorsType/error
source <complexType name="errorType">
 
<sequence>
   
<element name="elementName" type="FPDS:elementNameType" minOccurs="0" maxOccurs="unbounded"/>
   
<element name="errorCode" type="FPDS:messageCodeType" nillable="true" minOccurs="0"/>
   
<element name="errorMessage" type="FPDS:messageType"/>
 
</sequence>
</complexType>

element errorType/elementName
diagram CFDA_p49.png
namespace https://www.fpds.gov/FPDS
type FPDS:elementNameType
properties
minOcc 0
maxOcc unbounded
content simple
facets
Kind Value Annotation
minLength 1
maxLength 256
source <element name="elementName" type="FPDS:elementNameType" minOccurs="0" maxOccurs="unbounded"/>

element errorType/errorCode
diagram CFDA_p50.png
namespace https://www.fpds.gov/FPDS
type FPDS:messageCodeType
properties
minOcc 0
maxOcc 1
content simple
nillable true
source <element name="errorCode" type="FPDS:messageCodeType" nillable="true" minOccurs="0"/>

element errorType/errorMessage
diagram CFDA_p51.png
namespace https://www.fpds.gov/FPDS
type FPDS:messageType
properties
content simple
facets
Kind Value Annotation
maxLength 4096
source <element name="errorMessage" type="FPDS:messageType"/>

complexType infoType
diagram CFDA_p52.png
namespace https://www.fpds.gov/FPDS
children FPDS:elementName FPDS:infoCode FPDS:infoMessage
used by
element listOfInfoMessagesType/info
source <complexType name="infoType">
 
<sequence>
   
<element name="elementName" type="FPDS:elementNameType" minOccurs="0" maxOccurs="unbounded"/>
   
<element name="infoCode" type="FPDS:messageCodeType" nillable="true" minOccurs="0"/>
   
<element name="infoMessage" type="FPDS:messageType"/>
 
</sequence>
</complexType>

element infoType/elementName
diagram CFDA_p53.png
namespace https://www.fpds.gov/FPDS
type FPDS:elementNameType
properties
minOcc 0
maxOcc unbounded
content simple
facets
Kind Value Annotation
minLength 1
maxLength 256
source <element name="elementName" type="FPDS:elementNameType" minOccurs="0" maxOccurs="unbounded"/>

element infoType/infoCode
diagram CFDA_p54.png
namespace https://www.fpds.gov/FPDS
type FPDS:messageCodeType
properties
minOcc 0
maxOcc 1
content simple
nillable true
source <element name="infoCode" type="FPDS:messageCodeType" nillable="true" minOccurs="0"/>

element infoType/infoMessage
diagram CFDA_p55.png
namespace https://www.fpds.gov/FPDS
type FPDS:messageType
properties
content simple
facets
Kind Value Annotation
maxLength 4096
source <element name="infoMessage" type="FPDS:messageType"/>

complexType listOfDetailMesssagesType
diagram CFDA_p56.png
namespace https://www.fpds.gov/FPDS
children FPDS:Detail
used by
element listOfDetailMessages
source <complexType name="listOfDetailMesssagesType">
 
<sequence>
   
<element name="Detail" type="FPDS:detailedMessageType" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
 
</sequence>
</complexType>

element listOfDetailMesssagesType/Detail
diagram CFDA_p57.png
namespace https://www.fpds.gov/FPDS
type FPDS:detailedMessageType
properties
minOcc 0
maxOcc unbounded
content complex
nillable true
children FPDS:detailedMessageCode
source <element name="Detail" type="FPDS:detailedMessageType" nillable="true" minOccurs="0" maxOccurs="unbounded"/>

complexType listOfErrorsType
diagram CFDA_p58.png
namespace https://www.fpds.gov/FPDS
children FPDS:error
used by
elements outputMessagesType/listOfErrors listOfErrors
source <complexType name="listOfErrorsType">
 
<sequence>
   
<element name="error" type="FPDS:errorType" minOccurs="0" maxOccurs="unbounded"/>
 
</sequence>
</complexType>

element listOfErrorsType/error
diagram CFDA_p59.png
namespace https://www.fpds.gov/FPDS
type FPDS:errorType
properties
minOcc 0
maxOcc unbounded
content complex
children FPDS:elementName FPDS:errorCode FPDS:errorMessage
source <element name="error" type="FPDS:errorType" minOccurs="0" maxOccurs="unbounded"/>

complexType listOfInfoMessagesType
diagram CFDA_p60.png
namespace https://www.fpds.gov/FPDS
children FPDS:info
used by
elements outputMessagesType/listOfInfoMessages listOfInfoMessages
source <complexType name="listOfInfoMessagesType">
 
<sequence>
   
<element name="info" type="FPDS:infoType" minOccurs="0" maxOccurs="unbounded"/>
 
</sequence>
</complexType>

element listOfInfoMessagesType/info
diagram CFDA_p61.png
namespace https://www.fpds.gov/FPDS
type FPDS:infoType
properties
minOcc 0
maxOcc unbounded
content complex
children FPDS:elementName FPDS:infoCode FPDS:infoMessage
source <element name="info" type="FPDS:infoType" minOccurs="0" maxOccurs="unbounded"/>

complexType listOfParametersType
diagram CFDA_p62.png
namespace https://www.fpds.gov/FPDS
children FPDS:parameter
used by
element responseType/listOfParameters
source <complexType name="listOfParametersType">
 
<sequence>
   
<element name="parameter" type="FPDS:parameterType" minOccurs="0" maxOccurs="unbounded"/>
 
</sequence>
</complexType>

element listOfParametersType/parameter
diagram CFDA_p63.png
namespace https://www.fpds.gov/FPDS
type FPDS:parameterType
properties
minOcc 0
maxOcc unbounded
content complex
children FPDS:parameterName FPDS:parameterType FPDS:parameterValue FPDS:requirementState
source <element name="parameter" type="FPDS:parameterType" minOccurs="0" maxOccurs="unbounded"/>

complexType listOfWarningsType
diagram CFDA_p64.png
namespace https://www.fpds.gov/FPDS
children FPDS:warning
used by
elements outputMessagesType/listOfWarnings listOfWarnings
source <complexType name="listOfWarningsType">
 
<sequence>
   
<element name="warning" type="FPDS:warningType" minOccurs="0" maxOccurs="unbounded"/>
 
</sequence>
</complexType>

element listOfWarningsType/warning
diagram CFDA_p65.png
namespace https://www.fpds.gov/FPDS
type FPDS:warningType
properties
minOcc 0
maxOcc unbounded
content complex
children FPDS:elementName FPDS:warningCode FPDS:warningMessage
source <element name="warning" type="FPDS:warningType" minOccurs="0" maxOccurs="unbounded"/>

complexType outputMessagesType
diagram CFDA_p66.png
namespace https://www.fpds.gov/FPDS
children FPDS:listOfErrors FPDS:listOfWarnings FPDS:listOfInfoMessages
used by
element responseType/outputMessages
source <complexType name="outputMessagesType">
 
<sequence>
   
<element name="listOfErrors" type="FPDS:listOfErrorsType" minOccurs="0"/>
   
<element name="listOfWarnings" type="FPDS:listOfWarningsType" minOccurs="0"/>
   
<element name="listOfInfoMessages" type="FPDS:listOfInfoMessagesType" minOccurs="0"/>
 
</sequence>
</complexType>

element outputMessagesType/listOfErrors
diagram CFDA_p67.png
namespace https://www.fpds.gov/FPDS
type FPDS:listOfErrorsType
properties
minOcc 0
maxOcc 1
content complex
children FPDS:error
source <element name="listOfErrors" type="FPDS:listOfErrorsType" minOccurs="0"/>

element outputMessagesType/listOfWarnings
diagram CFDA_p68.png
namespace https://www.fpds.gov/FPDS
type FPDS:listOfWarningsType
properties
minOcc 0
maxOcc 1
content complex
children FPDS:warning
source <element name="listOfWarnings" type="FPDS:listOfWarningsType" minOccurs="0"/>

element outputMessagesType/listOfInfoMessages
diagram CFDA_p69.png
namespace https://www.fpds.gov/FPDS
type FPDS:listOfInfoMessagesType
properties
minOcc 0
maxOcc 1
content complex
children FPDS:info
source <element name="listOfInfoMessages" type="FPDS:listOfInfoMessagesType" minOccurs="0"/>

complexType parameterType
diagram CFDA_p70.png
namespace https://www.fpds.gov/FPDS
children FPDS:parameterName FPDS:parameterType FPDS:parameterValue FPDS:requirementState
used by
element listOfParametersType/parameter
source <complexType name="parameterType">
 
<sequence>
   
<element name="parameterName" type="string"/>
   
<element name="parameterType" type="string"/>
   
<element name="parameterValue" type="string"/>
   
<element name="requirementState" type="FPDS:requirementStateType" nillable="true" minOccurs="0"/>
 
</sequence>
</complexType>

element parameterType/parameterName
diagram CFDA_p71.png
namespace https://www.fpds.gov/FPDS
type string
properties
content simple
source <element name="parameterName" type="string"/>

element parameterType/parameterType
diagram CFDA_p72.png
namespace https://www.fpds.gov/FPDS
type string
properties
content simple
source <element name="parameterType" type="string"/>

element parameterType/parameterValue
diagram CFDA_p73.png
namespace https://www.fpds.gov/FPDS
type string
properties
content simple
source <element name="parameterValue" type="string"/>

element parameterType/requirementState
diagram CFDA_p74.png
namespace https://www.fpds.gov/FPDS
type FPDS:requirementStateType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
maxLength 1
source <element name="requirementState" type="FPDS:requirementStateType" nillable="true" minOccurs="0"/>

complexType responseType
diagram CFDA_p75.png
namespace https://www.fpds.gov/FPDS
children FPDS:requestNumber FPDS:confirmationNumber FPDS:listOfParameters FPDS:outputMessages
used by
element response
complexTypes createCFDAResponseType deleteCFDAResponseType getCFDAResponseType getListCFDAResponseType updateCFDAResponseType
source <complexType name="responseType">
 
<sequence>
   
<element name="requestNumber" type="FPDS:sequenceNumberType"/>
   
<element name="confirmationNumber" type="integer" nillable="true" minOccurs="0"/>
   
<element name="listOfParameters" type="FPDS:listOfParametersType" nillable="true" minOccurs="0"/>
   
<element name="outputMessages" type="FPDS:outputMessagesType" nillable="true" minOccurs="0"/>
 
</sequence>
</complexType>

element responseType/requestNumber
diagram CFDA_p76.png
namespace https://www.fpds.gov/FPDS
type FPDS:sequenceNumberType
properties
content simple
source <element name="requestNumber" type="FPDS:sequenceNumberType"/>

element responseType/confirmationNumber
diagram CFDA_p77.png
namespace https://www.fpds.gov/FPDS
type integer
properties
minOcc 0
maxOcc 1
content simple
nillable true
source <element name="confirmationNumber" type="integer" nillable="true" minOccurs="0"/>

element responseType/listOfParameters
diagram CFDA_p78.png
namespace https://www.fpds.gov/FPDS
type FPDS:listOfParametersType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children FPDS:parameter
source <element name="listOfParameters" type="FPDS:listOfParametersType" nillable="true" minOccurs="0"/>

element responseType/outputMessages
diagram CFDA_p79.png
namespace https://www.fpds.gov/FPDS
type FPDS:outputMessagesType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children FPDS:listOfErrors FPDS:listOfWarnings FPDS:listOfInfoMessages
source <element name="outputMessages" type="FPDS:outputMessagesType" nillable="true" minOccurs="0"/>

complexType serviceConfigurationType
diagram CFDA_p80.png
namespace https://www.fpds.gov/FPDS
children FPDS:serviceProvider FPDS:serviceName FPDS:isEnabled FPDS:description FPDS:auditInformation FPDS:isDefault
source <complexType name="serviceConfigurationType">
 
<sequence>
   
<element name="serviceProvider" type="FPDS:serviceProviderType" nillable="true" minOccurs="0"/>
   
<element name="serviceName" type="FPDS:serviceNameType" nillable="true" minOccurs="0"/>
   
<element name="isEnabled" type="boolean" nillable="true" minOccurs="0"/>
   
<element name="description" type="FPDS:serviceDescriptionType" nillable="true" minOccurs="0"/>
   
<element name="auditInformation" type="FPDS:auditInformationType" nillable="true" minOccurs="0"/>
   
<element name="isDefault" type="boolean" nillable="true" minOccurs="0"/>
 
</sequence>
</complexType>

element serviceConfigurationType/serviceProvider
diagram CFDA_p81.png
namespace https://www.fpds.gov/FPDS
type FPDS:serviceProviderType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children FPDS:providerName FPDS:location FPDS:description
source <element name="serviceProvider" type="FPDS:serviceProviderType" nillable="true" minOccurs="0"/>

element serviceConfigurationType/serviceName
diagram CFDA_p82.png
namespace https://www.fpds.gov/FPDS
type FPDS:serviceNameType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
maxLength 512
source <element name="serviceName" type="FPDS:serviceNameType" nillable="true" minOccurs="0"/>

element serviceConfigurationType/isEnabled
diagram CFDA_p83.png
namespace https://www.fpds.gov/FPDS
type boolean
properties
minOcc 0
maxOcc 1
content simple
nillable true
source <element name="isEnabled" type="boolean" nillable="true" minOccurs="0"/>

element serviceConfigurationType/description
diagram CFDA_p84.png
namespace https://www.fpds.gov/FPDS
type FPDS:serviceDescriptionType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
maxLength 1024
source <element name="description" type="FPDS:serviceDescriptionType" nillable="true" minOccurs="0"/>

element serviceConfigurationType/auditInformation
diagram CFDA_p85.png
namespace https://www.fpds.gov/FPDS
type FPDS:auditInformationType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children FPDS:createdBy FPDS:createdDate FPDS:lastModifiedBy FPDS:lastModifiedDate
source <element name="auditInformation" type="FPDS:auditInformationType" nillable="true" minOccurs="0"/>

element serviceConfigurationType/isDefault
diagram CFDA_p86.png
namespace https://www.fpds.gov/FPDS
type boolean
properties
minOcc 0
maxOcc 1
content simple
nillable true
source <element name="isDefault" type="boolean" nillable="true" minOccurs="0"/>

complexType serviceKeyType
diagram CFDA_p87.png
namespace https://www.fpds.gov/FPDS
children FPDS:providerName FPDS:serviceName
used by
element serviceKey
source <complexType name="serviceKeyType">
 
<sequence>
   
<element name="providerName" type="FPDS:providerNameType" nillable="true" minOccurs="0"/>
   
<element name="serviceName" type="FPDS:serviceNameType" nillable="true" minOccurs="0"/>
 
</sequence>
</complexType>

element serviceKeyType/providerName
diagram CFDA_p88.png
namespace https://www.fpds.gov/FPDS
type FPDS:providerNameType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
maxLength 512
source <element name="providerName" type="FPDS:providerNameType" nillable="true" minOccurs="0"/>

element serviceKeyType/serviceName
diagram CFDA_p89.png
namespace https://www.fpds.gov/FPDS
type FPDS:serviceNameType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
maxLength 512
source <element name="serviceName" type="FPDS:serviceNameType" nillable="true" minOccurs="0"/>

complexType serviceProviderType
diagram CFDA_p90.png
namespace https://www.fpds.gov/FPDS
children FPDS:providerName FPDS:location FPDS:description
used by
element serviceConfigurationType/serviceProvider
source <complexType name="serviceProviderType">
 
<sequence>
   
<element name="providerName" type="FPDS:providerNameType" nillable="true" minOccurs="0"/>
   
<element name="location" type="FPDS:serviceLocationType" nillable="true" minOccurs="0"/>
   
<element name="description" type="FPDS:serviceDescriptionType" nillable="true" minOccurs="0"/>
 
</sequence>
</complexType>

element serviceProviderType/providerName
diagram CFDA_p91.png
namespace https://www.fpds.gov/FPDS
type FPDS:providerNameType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
maxLength 512
source <element name="providerName" type="FPDS:providerNameType" nillable="true" minOccurs="0"/>

element serviceProviderType/location
diagram CFDA_p92.png
namespace https://www.fpds.gov/FPDS
type FPDS:serviceLocationType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
maxLength 512
source <element name="location" type="FPDS:serviceLocationType" nillable="true" minOccurs="0"/>

element serviceProviderType/description
diagram CFDA_p93.png
namespace https://www.fpds.gov/FPDS
type FPDS:serviceDescriptionType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
maxLength 1024
source <element name="description" type="FPDS:serviceDescriptionType" nillable="true" minOccurs="0"/>

complexType userAuthenticationKeyType
diagram CFDA_p94.png
namespace https://www.fpds.gov/FPDS
children FPDS:userID FPDS:password FPDS:serviceOriginatorID
used by
elements authenticationKey userAuthenticationKey
source <complexType name="userAuthenticationKeyType">
 
<sequence>
   
<element name="userID" type="FPDS:userIDType"/>
   
<element name="password" type="FPDS:passwordType"/>
   
<element name="serviceOriginatorID" type="FPDS:userIDType"/>
 
</sequence>
</complexType>

element userAuthenticationKeyType/userID
diagram CFDA_p95.png
namespace https://www.fpds.gov/FPDS
type FPDS:userIDType
properties
content simple
facets
Kind Value Annotation
maxLength 50
source <element name="userID" type="FPDS:userIDType"/>

element userAuthenticationKeyType/password
diagram CFDA_p96.png
namespace https://www.fpds.gov/FPDS
type FPDS:passwordType
properties
content simple
facets
Kind Value Annotation
maxLength 20
source <element name="password" type="FPDS:passwordType"/>

element userAuthenticationKeyType/serviceOriginatorID
diagram CFDA_p97.png
namespace https://www.fpds.gov/FPDS
type FPDS:userIDType
properties
content simple
facets
Kind Value Annotation
maxLength 50
source <element name="serviceOriginatorID" type="FPDS:userIDType"/>

complexType warningType
diagram CFDA_p98.png
namespace https://www.fpds.gov/FPDS
children FPDS:elementName FPDS:warningCode FPDS:warningMessage
used by
element listOfWarningsType/warning
source <complexType name="warningType">
 
<sequence>
   
<element name="elementName" type="FPDS:elementNameType" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
   
<element name="warningCode" type="FPDS:messageCodeType" nillable="true" minOccurs="0"/>
   
<element name="warningMessage" type="FPDS:messageType"/>
 
</sequence>
</complexType>

element warningType/elementName
diagram CFDA_p99.png
namespace https://www.fpds.gov/FPDS
type FPDS:elementNameType
properties
minOcc 0
maxOcc unbounded
content simple
nillable true
facets
Kind Value Annotation
minLength 1
maxLength 256
source <element name="elementName" type="FPDS:elementNameType" nillable="true" minOccurs="0" maxOccurs="unbounded"/>

element warningType/warningCode
diagram CFDA_p100.png
namespace https://www.fpds.gov/FPDS
type FPDS:messageCodeType
properties
minOcc 0
maxOcc 1
content simple
nillable true
source <element name="warningCode" type="FPDS:messageCodeType" nillable="true" minOccurs="0"/>

element warningType/warningMessage
diagram CFDA_p101.png
namespace https://www.fpds.gov/FPDS
type FPDS:messageType
properties
content simple
facets
Kind Value Annotation
maxLength 4096
source <element name="warningMessage" type="FPDS:messageType"/>

simpleType elementNameType
namespace https://www.fpds.gov/FPDS
type restriction of string
properties
base string
used by
elements warningType/elementName errorType/elementName infoType/elementName
facets
Kind Value Annotation
minLength 1
maxLength 256
source <simpleType name="elementNameType">
 
<restriction base="string">
   
<minLength value="1"/>
   
<maxLength value="256"/>
 
</restriction>
</simpleType>

simpleType functionNameType
namespace https://www.fpds.gov/FPDS
type restriction of string
properties
base string
facets
Kind Value Annotation
maxLength 35
source <simpleType name="functionNameType">
 
<restriction base="string">
   
<maxLength value="35"/>
 
</restriction>
</simpleType>

simpleType messageCodeType
namespace https://www.fpds.gov/FPDS
type string
properties
base string
used by
elements detailedMessageType/detailedMessageCode errorType/errorCode infoType/infoCode warningType/warningCode
source <simpleType name="messageCodeType">
 
<restriction base="string"/>
</simpleType>

simpleType messageType
namespace https://www.fpds.gov/FPDS
type restriction of string
properties
base string
used by
elements errorType/errorMessage infoType/infoMessage warningType/warningMessage
facets
Kind Value Annotation
maxLength 4096
source <simpleType name="messageType">
 
<restriction base="string">
   
<maxLength value="4096"/>
 
</restriction>
</simpleType>

simpleType objectNameType
namespace https://www.fpds.gov/FPDS
type restriction of string
properties
base string
facets
Kind Value Annotation
maxLength 35
source <simpleType name="objectNameType">
 
<restriction base="string">
   
<maxLength value="35"/>
 
</restriction>
</simpleType>

simpleType providerNameType
namespace https://www.fpds.gov/FPDS
type restriction of string
properties
base string
used by
elements serviceProviderType/providerName serviceKeyType/providerName
facets
Kind Value Annotation
maxLength 512
source <simpleType name="providerNameType">
 
<restriction base="string">
   
<maxLength value="512"/>
 
</restriction>
</simpleType>

simpleType requirementStateType
namespace https://www.fpds.gov/FPDS
type restriction of string
properties
base string
used by
element parameterType/requirementState
facets
Kind Value Annotation
maxLength 1
source <simpleType name="requirementStateType">
 
<restriction base="string">
   
<maxLength value="1"/>
 
</restriction>
</simpleType>

simpleType sequenceNumberType
namespace https://www.fpds.gov/FPDS
type nonNegativeInteger
properties
base nonNegativeInteger
used by
element responseType/requestNumber
source <simpleType name="sequenceNumberType">
 
<restriction base="nonNegativeInteger"/>
</simpleType>

simpleType serviceDescriptionType
namespace https://www.fpds.gov/FPDS
type restriction of string
properties
base string
used by
elements serviceProviderType/description serviceConfigurationType/description
facets
Kind Value Annotation
maxLength 1024
source <simpleType name="serviceDescriptionType">
 
<restriction base="string">
   
<maxLength value="1024"/>
 
</restriction>
</simpleType>

simpleType serviceLocationType
namespace https://www.fpds.gov/FPDS
type restriction of string
properties
base string
used by
element serviceProviderType/location
facets
Kind Value Annotation
maxLength 512
source <simpleType name="serviceLocationType">
 
<restriction base="string">
   
<maxLength value="512"/>
 
</restriction>
</simpleType>

simpleType serviceNameType
namespace https://www.fpds.gov/FPDS
type restriction of string
properties
base string
used by
elements serviceConfigurationType/serviceName serviceKeyType/serviceName
facets
Kind Value Annotation
maxLength 512
source <simpleType name="serviceNameType">
 
<restriction base="string">
   
<maxLength value="512"/>
 
</restriction>
</simpleType>

element auditInformation
diagram CFDA_p102.png
namespace https://www.fpds.gov/FPDS
type FPDS:auditInformationType
properties
content complex
children FPDS:createdBy FPDS:createdDate FPDS:lastModifiedBy FPDS:lastModifiedDate
source <element name="auditInformation" type="FPDS:auditInformationType"/>

complexType auditInformationType
diagram CFDA_p103.png
namespace https://www.fpds.gov/FPDS
children FPDS:createdBy FPDS:createdDate FPDS:lastModifiedBy FPDS:lastModifiedDate
used by
elements auditInformation serviceConfigurationType/auditInformation
source <complexType name="auditInformationType">
 
<sequence>
   
<element name="createdBy" type="FPDS:userIDType" nillable="true" minOccurs="0"/>
   
<element name="createdDate" type="FPDS:FPDSDateType" nillable="true" minOccurs="0"/>
   
<element name="lastModifiedBy" type="FPDS:userIDType" nillable="true" minOccurs="0"/>
   
<element name="lastModifiedDate" type="FPDS:FPDSDateType" nillable="true" minOccurs="0">
     
<annotation>
       
<documentation>
         
<module>NonOT</module>
         
<sortOrder>0206</sortOrder>
         
<alphabetOrder>0402</alphabetOrder>
         
<elementNo>2F</elementNo>
         
<name>Date/Time Stamp Accepted</name>
         
<DEName>lastModifiedDate</DEName>
         
<screenName>None</screenName>
         
<XMLTagName>None</XMLTagName>
         
<XMLVersion>Version 1.0 and later</XMLVersion>
         
<derivation>System generated - system date/time stamp when the transaction is accepted by FPDS-NG.</derivation>
         
<definition>The date and time that the transaction was validated and accepted by FPDS-NG.</definition>
         
<instruction>None</instruction>
         
<FAR>DFARS 253.204-70(f)(4)</FAR>
         
<SF279>49D</SF279>
         
<DD350>F4</DD350>
         
<source>FPDS-NG</source>
         
<format>Date/Time (YYYYMMDDHHMM)</format>
         
<elementLength>12</elementLength>
         
<required>
           
<DOReferencingFSS_GWAC_MultiAwardIDC>SG</DOReferencingFSS_GWAC_MultiAwardIDC>
           
<DOReferencingSingleAwardIDC>SG</DOReferencingSingleAwardIDC>
           
<DOReferencingBOA>SG</DOReferencingBOA>
           
<POlessthan25K>SG</POlessthan25K>
           
<POgreaterthan25K>SG</POgreaterthan25K>
           
<DCA>SG</DCA>
           
<Part8BPACall>SG</Part8BPACall>
           
<FSS>SG</FSS>
           
<GWAC>SG</GWAC>
           
<BOA>SG</BOA>
           
<Part8BPA>SG</Part8BPA>
           
<IDC>SG</IDC>
           
<Part13BPA>SG</Part13BPA>
           
<Part13BPACall>SG</Part13BPACall>
           
<MODAward>SG</MODAward>
           
<MODIdv>SG</MODIdv>
         
</required>
         
<accessRestricted>No</accessRestricted>
         
<ValuesNonOT>N/A</ValuesNonOT>
         
<FPDSLegacy>PEC recommended.</FPDSLegacy>
       
</documentation>
     
</annotation>
   
</element>
 
</sequence>
</complexType>

element auditInformationType/createdBy
diagram CFDA_p104.png
namespace https://www.fpds.gov/FPDS
type FPDS:userIDType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
maxLength 50
source <element name="createdBy" type="FPDS:userIDType" nillable="true" minOccurs="0"/>

element auditInformationType/createdDate
diagram CFDA_p105.png
namespace https://www.fpds.gov/FPDS
type FPDS:FPDSDateType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
whiteSpace preserve
pattern ([0-9]{4}(-[0-9]{2})(-[0-9]{2}) ([0-9]{2})(:[0-9]{2})(:[0-9]{2}))?
source <element name="createdDate" type="FPDS:FPDSDateType" nillable="true" minOccurs="0"/>

element auditInformationType/lastModifiedBy
diagram CFDA_p106.png
namespace https://www.fpds.gov/FPDS
type FPDS:userIDType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
maxLength 50
source <element name="lastModifiedBy" type="FPDS:userIDType" nillable="true" minOccurs="0"/>

element auditInformationType/lastModifiedDate
diagram CFDA_p107.png
namespace https://www.fpds.gov/FPDS
type FPDS:FPDSDateType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
whiteSpace preserve
pattern ([0-9]{4}(-[0-9]{2})(-[0-9]{2}) ([0-9]{2})(:[0-9]{2})(:[0-9]{2}))?
annotation
documentation
<module>NonOT</module>
<sortOrder>0206</sortOrder>
<alphabetOrder>0402</alphabetOrder>
<elementNo>2F</elementNo>
<name>Date/Time Stamp Accepted</name>
<DEName>lastModifiedDate</DEName>
<screenName>None</screenName>
<XMLTagName>None</XMLTagName>
<XMLVersion>Version 1.0 and later</XMLVersion>
<derivation>System generated - system date/time stamp when the transaction is accepted by FPDS-NG.</derivation>
<definition>The date and time that the transaction was validated and accepted by FPDS-NG.</definition>
<instruction>None</instruction>
<FAR>DFARS 253.204-70(f)(4)</FAR>
<SF279>49D</SF279>
<DD350>F4</DD350>
<source>FPDS-NG</source>
<format>Date/Time (YYYYMMDDHHMM)</format>
<elementLength>12</elementLength>
<required>
<DOReferencingFSS_GWAC_MultiAwardIDC>SG</DOReferencingFSS_GWAC_MultiAwardIDC>
<DOReferencingSingleAwardIDC>SG</DOReferencingSingleAwardIDC>
<DOReferencingBOA>SG</DOReferencingBOA>
<POlessthan25K>SG</POlessthan25K>
<POgreaterthan25K>SG</POgreaterthan25K>
<DCA>SG</DCA>
<Part8BPACall>SG</Part8BPACall>
<FSS>SG</FSS>
<GWAC>SG</GWAC>
<BOA>SG</BOA>
<Part8BPA>SG</Part8BPA>
<IDC>SG</IDC>
<Part13BPA>SG</Part13BPA>
<Part13BPACall>SG</Part13BPACall>
<MODAward>SG</MODAward>
<MODIdv>SG</MODIdv>
</required>
<accessRestricted>No</accessRestricted>
<ValuesNonOT>N/A</ValuesNonOT>
<FPDSLegacy>PEC recommended.</FPDSLegacy>
source <element name="lastModifiedDate" type="FPDS:FPDSDateType" nillable="true" minOccurs="0">
 
<annotation>
   
<documentation>
     
<module>NonOT</module>
     
<sortOrder>0206</sortOrder>
     
<alphabetOrder>0402</alphabetOrder>
     
<elementNo>2F</elementNo>
     
<name>Date/Time Stamp Accepted</name>
     
<DEName>lastModifiedDate</DEName>
     
<screenName>None</screenName>
     
<XMLTagName>None</XMLTagName>
     
<XMLVersion>Version 1.0 and later</XMLVersion>
     
<derivation>System generated - system date/time stamp when the transaction is accepted by FPDS-NG.</derivation>
     
<definition>The date and time that the transaction was validated and accepted by FPDS-NG.</definition>
     
<instruction>None</instruction>
     
<FAR>DFARS 253.204-70(f)(4)</FAR>
     
<SF279>49D</SF279>
     
<DD350>F4</DD350>
     
<source>FPDS-NG</source>
     
<format>Date/Time (YYYYMMDDHHMM)</format>
     
<elementLength>12</elementLength>
     
<required>
       
<DOReferencingFSS_GWAC_MultiAwardIDC>SG</DOReferencingFSS_GWAC_MultiAwardIDC>
       
<DOReferencingSingleAwardIDC>SG</DOReferencingSingleAwardIDC>
       
<DOReferencingBOA>SG</DOReferencingBOA>
       
<POlessthan25K>SG</POlessthan25K>
       
<POgreaterthan25K>SG</POgreaterthan25K>
       
<DCA>SG</DCA>
       
<Part8BPACall>SG</Part8BPACall>
       
<FSS>SG</FSS>
       
<GWAC>SG</GWAC>
       
<BOA>SG</BOA>
       
<Part8BPA>SG</Part8BPA>
       
<IDC>SG</IDC>
       
<Part13BPA>SG</Part13BPA>
       
<Part13BPACall>SG</Part13BPACall>
       
<MODAward>SG</MODAward>
       
<MODIdv>SG</MODIdv>
     
</required>
     
<accessRestricted>No</accessRestricted>
     
<ValuesNonOT>N/A</ValuesNonOT>
     
<FPDSLegacy>PEC recommended.</FPDSLegacy>
   
</documentation>
 
</annotation>
</element>

complexType countType
diagram CFDA_p108.png
namespace https://www.fpds.gov/FPDS
children FPDS:total FPDS:fetched
used by
element listOfSearchResults/count
source <complexType name="countType">
 
<sequence>
   
<element name="total" type="nonNegativeInteger"/>
   
<element name="fetched" type="nonNegativeInteger"/>
 
</sequence>
</complexType>

element countType/total
diagram CFDA_p109.png
namespace https://www.fpds.gov/FPDS
type nonNegativeInteger
properties
content simple
source <element name="total" type="nonNegativeInteger"/>

element countType/fetched
diagram CFDA_p110.png
namespace https://www.fpds.gov/FPDS
type nonNegativeInteger
properties
content simple
source <element name="fetched" type="nonNegativeInteger"/>

complexType listOfAdministratorsType
diagram CFDA_p111.png
namespace https://www.fpds.gov/FPDS
children FPDS:administrator
source <complexType name="listOfAdministratorsType">
 
<sequence>
   
<element name="administrator" type="FPDS:userIDType" minOccurs="0" maxOccurs="unbounded"/>
 
</sequence>
</complexType>

element listOfAdministratorsType/administrator
diagram CFDA_p112.png
namespace https://www.fpds.gov/FPDS
type FPDS:userIDType
properties
minOcc 0
maxOcc unbounded
content simple
facets
Kind Value Annotation
maxLength 50
source <element name="administrator" type="FPDS:userIDType" minOccurs="0" maxOccurs="unbounded"/>

complexType listOfSearchResults
diagram CFDA_p113.png
namespace https://www.fpds.gov/FPDS
children FPDS:count
used by
complexType listOfCFDANumbersType
source <complexType name="listOfSearchResults">
 
<sequence>
   
<element name="count" type="FPDS:countType"/>
 
</sequence>
</complexType>

element listOfSearchResults/count
diagram CFDA_p114.png
namespace https://www.fpds.gov/FPDS
type FPDS:countType
properties
content complex
children FPDS:total FPDS:fetched
source <element name="count" type="FPDS:countType"/>

simpleType amountType
namespace https://www.fpds.gov/FPDS
type restriction of decimal
properties
base decimal
facets
Kind Value Annotation
totalDigits 15
fractionDigits 4
source <simpleType name="amountType">
 
<restriction base="decimal">
   
<fractionDigits value="4"/>
   
<totalDigits value="15"/>
 
</restriction>
</simpleType>

simpleType emailAddressType
namespace https://www.fpds.gov/FPDS
type restriction of string
properties
base string
facets
Kind Value Annotation
maxLength 200
source <simpleType name="emailAddressType">
 
<restriction base="string">
   
<maxLength value="200"/>
 
</restriction>
</simpleType>

simpleType fiscalYearType
namespace https://www.fpds.gov/FPDS
type restriction of string
properties
base string
facets
Kind Value Annotation
length 4
pattern \d{4}
source <simpleType name="fiscalYearType">
 
<restriction base="string">
   
<length value="4"/>
   
<pattern value="\d{4}"/>
 
</restriction>
</simpleType>

simpleType FPDSDateType
namespace https://www.fpds.gov/FPDS
type restriction of string
properties
base string
used by
elements CFDAType/createdDate auditInformationType/createdDate CFDAType/endDate CFDANumberSearchCriteriaType/endDate auditInformationType/lastModifiedDate CFDAType/lastUpdatedDate CFDAType/startDate CFDANumberSearchCriteriaType/startDate
facets
Kind Value Annotation
whiteSpace preserve
pattern ([0-9]{4}(-[0-9]{2})(-[0-9]{2}) ([0-9]{2})(:[0-9]{2})(:[0-9]{2}))?
source <simpleType name="FPDSDateType">
 
<restriction base="string">
   
<whiteSpace value="preserve"/>
   
<pattern value="([0-9]{4}(-[0-9]{2})(-[0-9]{2}) ([0-9]{2})(:[0-9]{2})(:[0-9]{2}))?"/>
 
</restriction>
</simpleType>

simpleType organizationStatusType
namespace https://www.fpds.gov/FPDS
type restriction of string
properties
base string
facets
Kind Value Annotation
maxLength 1
source <simpleType name="organizationStatusType">
 
<restriction base="string">
   
<maxLength value="1"/>
 
</restriction>
</simpleType>

simpleType passwordType
namespace https://www.fpds.gov/FPDS
type restriction of string
properties
base string
used by
element userAuthenticationKeyType/password
facets
Kind Value Annotation
maxLength 20
source <simpleType name="passwordType">
 
<restriction base="string">
   
<maxLength value="20"/>
 
</restriction>
</simpleType>

simpleType percentageType
namespace https://www.fpds.gov/FPDS
type restriction of decimal
properties
base decimal
facets
Kind Value Annotation
minInclusive 0
maxInclusive 100
source <simpleType name="percentageType">
 
<restriction base="decimal">
   
<minInclusive value="0"/>
   
<maxInclusive value="100"/>
 
</restriction>
</simpleType>

simpleType phoneExtType
namespace https://www.fpds.gov/FPDS
type restriction of string
properties
base string
facets
Kind Value Annotation
maxLength 4
source <simpleType name="phoneExtType">
 
<restriction base="string">
   
<maxLength value="4"/>
 
</restriction>
</simpleType>

simpleType phoneNoType
namespace https://www.fpds.gov/FPDS
type restriction of string
properties
base string
facets
Kind Value Annotation
maxLength 20
source <simpleType name="phoneNoType">
 
<restriction base="string">
   
<maxLength value="20"/>
 
</restriction>
</simpleType>

simpleType shortDescriptionType
namespace https://www.fpds.gov/FPDS
type restriction of string
properties
base string
facets
Kind Value Annotation
maxLength 400
source <simpleType name="shortDescriptionType">
 
<restriction base="string">
   
<maxLength value="400"/>
 
</restriction>
</simpleType>

simpleType urlType
namespace https://www.fpds.gov/FPDS
type restriction of string
properties
base string
facets
Kind Value Annotation
maxLength 200
source <simpleType name="urlType">
 
<restriction base="string">
   
<maxLength value="200"/>
 
</restriction>
</simpleType>

simpleType userIDType
namespace https://www.fpds.gov/FPDS
type restriction of string
properties
base string
used by
elements listOfAdministratorsType/administrator CFDAType/createdBy auditInformationType/createdBy auditInformationType/lastModifiedBy CFDAType/lastUpdatedBy userAuthenticationKeyType/serviceOriginatorID userAuthenticationKeyType/userID
facets
Kind Value Annotation
maxLength 50
source <simpleType name="userIDType">
 
<restriction base="string">
   
<maxLength value="50"/>
 
</restriction>
</simpleType>

simpleType versionNumberType
namespace https://www.fpds.gov/FPDS
type restriction of string
properties
base string
facets
Kind Value Annotation
maxLength 5
source <simpleType name="versionNumberType">
 
<restriction base="string">
   
<maxLength value="5"/>
 
</restriction>
</simpleType>


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