Schema CongressionalDistrict.xsd


schema location:  http://www.fpdsng.com/FPDS/schema/DataCollection/locations/1.0/CongressionalDistrict.xsd
targetNamespace:  http://www.fpdsng.com/FPDS
 
Elements  Complex types  Simple types 
congressionalDistrict  congressionalDistrictSearchCriteriaType  congressionalDistrictCodeType 
congressionalDistrictSearchCriteria  congressionalDistrictType  congressionalDistrictDescriptionType 
listOfCongressionalDistricts  listOfCongressionalDistrictsType 


schema location:  http://www.fpdsng.com/FPDS/schema/common/1.0/Common.xsd
targetNamespace:  http://www.fpdsng.com/FPDS
 
Complex types  Simple types 
countType  amountType 
listOfAdministratorsType  emailAddressType 
listOfSearchResults  fiscalYearType 
FPDSDateType 
percentageType 
phoneExtType 
phoneNoType 
urlType 
userIDType 


schema location:  http://www.fpdsng.com/FPDS/schema/SystemServices/1.0/Audit.xsd
targetNamespace:  http://www.fpdsng.com/FPDS
 
Elements  Complex types 
auditInformation  auditInformationType 


element congressionalDistrict
diagram
namespace http://www.fpdsng.com/FPDS
type FPDS:congressionalDistrictType
children congressionalDistrictCode congressionalDistrictDescription startDate endDate auditInformation
source
<element name="congressionalDistrict" type="FPDS:congressionalDistrictType"/>

element congressionalDistrictSearchCriteria
diagram
namespace http://www.fpdsng.com/FPDS
type FPDS:congressionalDistrictSearchCriteriaType
children congressionalDistrictCode congressionalDistrictDescription startDate endDate
source
<element name="congressionalDistrictSearchCriteria" type="FPDS:congressionalDistrictSearchCriteriaType"/>

element listOfCongressionalDistricts
diagram
namespace http://www.fpdsng.com/FPDS
type FPDS:listOfCongressionalDistrictsType
children count congressionalDistrict
source
<element name="listOfCongressionalDistricts" type="FPDS:listOfCongressionalDistrictsType"/>

complexType congressionalDistrictSearchCriteriaType
diagram
namespace http://www.fpdsng.com/FPDS
children congressionalDistrictCode congressionalDistrictDescription startDate endDate
used by
element congressionalDistrictSearchCriteria
source
<complexType name="congressionalDistrictSearchCriteriaType">
  <sequence>
    <element name="congressionalDistrictCode" type="FPDS:congressionalDistrictCodeType" nillable="true" minOccurs="0"/>
    <element name="congressionalDistrictDescription" type="FPDS:congressionalDistrictDescriptionType" 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 congressionalDistrictSearchCriteriaType/congressionalDistrictCode
diagram
namespace http://www.fpdsng.com/FPDS
type FPDS:congressionalDistrictCodeType
facets
maxLength 6
source
<element name="congressionalDistrictCode" type="FPDS:congressionalDistrictCodeType" nillable="true" minOccurs="0"/>

element congressionalDistrictSearchCriteriaType/congressionalDistrictDescription
diagram
namespace http://www.fpdsng.com/FPDS
type FPDS:congressionalDistrictDescriptionType
facets
maxLength 100
source
<element name="congressionalDistrictDescription" type="FPDS:congressionalDistrictDescriptionType" nillable="true" minOccurs="0"/>

element congressionalDistrictSearchCriteriaType/startDate
diagram
namespace http://www.fpdsng.com/FPDS
type FPDS:FPDSDateType
facets
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 congressionalDistrictSearchCriteriaType/endDate
diagram
namespace http://www.fpdsng.com/FPDS
type FPDS:FPDSDateType
facets
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 congressionalDistrictType
diagram
namespace http://www.fpdsng.com/FPDS
children congressionalDistrictCode congressionalDistrictDescription startDate endDate auditInformation
used by
elements congressionalDistrict listOfCongressionalDistrictsType/congressionalDistrict
source
<complexType name="congressionalDistrictType">
  <sequence>
    <element name="congressionalDistrictCode" type="FPDS:congressionalDistrictCodeType"/>
    <element name="congressionalDistrictDescription" type="FPDS:congressionalDistrictDescriptionType" 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="auditInformation" type="FPDS:auditInformationType" nillable="true" minOccurs="0"/>
  </sequence>
</complexType>

element congressionalDistrictType/congressionalDistrictCode
diagram
namespace http://www.fpdsng.com/FPDS
type FPDS:congressionalDistrictCodeType
facets
maxLength 6
source
<element name="congressionalDistrictCode" type="FPDS:congressionalDistrictCodeType"/>

element congressionalDistrictType/congressionalDistrictDescription
diagram
namespace http://www.fpdsng.com/FPDS
type FPDS:congressionalDistrictDescriptionType
facets
maxLength 100
source
<element name="congressionalDistrictDescription" type="FPDS:congressionalDistrictDescriptionType" nillable="true" minOccurs="0"/>

element congressionalDistrictType/startDate
diagram
namespace http://www.fpdsng.com/FPDS
type FPDS:FPDSDateType
facets
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 congressionalDistrictType/endDate
diagram
namespace http://www.fpdsng.com/FPDS
type FPDS:FPDSDateType
facets
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 congressionalDistrictType/auditInformation
diagram
namespace http://www.fpdsng.com/FPDS
type FPDS:auditInformationType
children createdBy createdDate lastModifiedBy lastModifiedDate
source
<element name="auditInformation" type="FPDS:auditInformationType" nillable="true" minOccurs="0"/>

complexType listOfCongressionalDistrictsType
diagram
namespace http://www.fpdsng.com/FPDS
type extension of FPDS:listOfSearchResults
children count congressionalDistrict
used by
element listOfCongressionalDistricts
source
<complexType name="listOfCongressionalDistrictsType">
  <complexContent>
    <extension base="FPDS:listOfSearchResults">
      <sequence>
        <element name="congressionalDistrict" type="FPDS:congressionalDistrictType" minOccurs="0" maxOccurs="unbounded"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>

element listOfCongressionalDistrictsType/congressionalDistrict
diagram
namespace http://www.fpdsng.com/FPDS
type FPDS:congressionalDistrictType
children congressionalDistrictCode congressionalDistrictDescription startDate endDate auditInformation
source
<element name="congressionalDistrict" type="FPDS:congressionalDistrictType" minOccurs="0" maxOccurs="unbounded"/>

simpleType congressionalDistrictCodeType
namespace http://www.fpdsng.com/FPDS
type restriction of string
used by
elements congressionalDistrictType/congressionalDistrictCode congressionalDistrictSearchCriteriaType/congressionalDistrictCode
facets
maxLength 6
source
<simpleType name="congressionalDistrictCodeType">
  <restriction base="string">
    <maxLength value="6"/>
  </restriction>
</simpleType>

simpleType congressionalDistrictDescriptionType
namespace http://www.fpdsng.com/FPDS
type restriction of string
used by
elements congressionalDistrictType/congressionalDistrictDescription congressionalDistrictSearchCriteriaType/congressionalDistrictDescription
facets
maxLength 100
source
<simpleType name="congressionalDistrictDescriptionType">
  <restriction base="string">
    <maxLength value="100"/>
  </restriction>
</simpleType>

complexType FPDS:countType
diagram
namespace http://www.fpdsng.com/FPDS
children total fetched
used by
element FPDS:listOfSearchResults/count
source
<complexType name="countType">
  <sequence>
    <element name="total" type="positiveInteger"/>
    <element name="fetched" type="positiveInteger"/>
  </sequence>
</complexType>

element FPDS:countType/total
diagram
namespace http://www.fpdsng.com/FPDS
type positiveInteger
source
<element name="total" type="positiveInteger"/>

element FPDS:countType/fetched
diagram
namespace http://www.fpdsng.com/FPDS
type positiveInteger
source
<element name="fetched" type="positiveInteger"/>

complexType FPDS:listOfAdministratorsType
diagram
namespace http://www.fpdsng.com/FPDS
children administrator
source
<complexType name="listOfAdministratorsType">
  <sequence>
    <element name="administrator" type="FPDS:userIDType" minOccurs="0" maxOccurs="unbounded"/>
  </sequence>
</complexType>

element FPDS:listOfAdministratorsType/administrator
diagram
namespace http://www.fpdsng.com/FPDS
type FPDS:userIDType
facets
maxLength 20
source
<element name="administrator" type="FPDS:userIDType" minOccurs="0" maxOccurs="unbounded"/>

complexType FPDS:listOfSearchResults
diagram
namespace http://www.fpdsng.com/FPDS
children count
used by
complexType listOfCongressionalDistrictsType
source
<complexType name="listOfSearchResults">
  <sequence>
    <element name="count" type="FPDS:countType"/>
  </sequence>
</complexType>

element FPDS:listOfSearchResults/count
diagram
namespace http://www.fpdsng.com/FPDS
type FPDS:countType
children total fetched
source
<element name="count" type="FPDS:countType"/>

simpleType FPDS:amountType
namespace http://www.fpdsng.com/FPDS
type restriction of decimal
facets
minInclusive 0
totalDigits 15
fractionDigits 4
source
<simpleType name="amountType">
  <restriction base="decimal">
    <fractionDigits value="4"/>
    <totalDigits value="15"/>
    <minInclusive value="0"/>
  </restriction>
</simpleType>

simpleType FPDS:emailAddressType
namespace http://www.fpdsng.com/FPDS
type restriction of string
facets
maxLength 64
source
<simpleType name="emailAddressType">
  <restriction base="string">
    <maxLength value="64"/>
  </restriction>
</simpleType>

simpleType FPDS:fiscalYearType
namespace http://www.fpdsng.com/FPDS
type restriction of string
facets
length 4
pattern \d{4}
source
<simpleType name="fiscalYearType">
  <restriction base="string">
    <length value="4"/>
    <pattern value="\d{4}"/>
  </restriction>
</simpleType>

simpleType FPDS:FPDSDateType
namespace http://www.fpdsng.com/FPDS
type restriction of string
used by
elements FPDS:auditInformationType/createdDate congressionalDistrictType/endDate congressionalDistrictSearchCriteriaType/endDate FPDS:auditInformationType/lastModifiedDate congressionalDistrictType/startDate congressionalDistrictSearchCriteriaType/startDate
facets
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 FPDS:percentageType
namespace http://www.fpdsng.com/FPDS
type restriction of decimal
facets
minInclusive 0
maxInclusive 100
source
<simpleType name="percentageType">
  <restriction base="decimal">
    <minInclusive value="0"/>
    <maxInclusive value="100"/>
  </restriction>
</simpleType>

simpleType FPDS:phoneExtType
namespace http://www.fpdsng.com/FPDS
type restriction of string
facets
maxLength 4
source
<simpleType name="phoneExtType">
  <restriction base="string">
    <maxLength value="4"/>
  </restriction>
</simpleType>

simpleType FPDS:phoneNoType
namespace http://www.fpdsng.com/FPDS
type restriction of string
facets
maxLength 20
source
<simpleType name="phoneNoType">
  <restriction base="string">
    <maxLength value="20"/>
  </restriction>
</simpleType>

simpleType FPDS:urlType
namespace http://www.fpdsng.com/FPDS
type restriction of string
facets
maxLength 100
source
<simpleType name="urlType">
  <restriction base="string">
    <maxLength value="100"/>
  </restriction>
</simpleType>

simpleType FPDS:userIDType
namespace http://www.fpdsng.com/FPDS
type restriction of string
used by
elements FPDS:listOfAdministratorsType/administrator FPDS:auditInformationType/createdBy FPDS:auditInformationType/lastModifiedBy
facets
maxLength 20
source
<simpleType name="userIDType">
  <restriction base="string">
    <maxLength value="20"/>
  </restriction>
</simpleType>

element FPDS:auditInformation
diagram
namespace http://www.fpdsng.com/FPDS
type FPDS:auditInformationType
children createdBy createdDate lastModifiedBy lastModifiedDate
source
<element name="auditInformation" type="FPDS:auditInformationType"/>

complexType FPDS:auditInformationType
diagram
namespace http://www.fpdsng.com/FPDS
children createdBy createdDate lastModifiedBy lastModifiedDate
used by
elements congressionalDistrictType/auditInformation FPDS:auditInformation
source
<complexType name="auditInformationType">
  <sequence>
    <element name="createdBy" type="FPDS:userIDType" minOccurs="0"/>
    <element name="createdDate" type="FPDS:FPDSDateType" minOccurs="0"/>
    <element name="lastModifiedBy" type="FPDS:userIDType" minOccurs="0"/>
    <element name="lastModifiedDate" type="FPDS:FPDSDateType" minOccurs="0"/>
  </sequence>
</complexType>

element FPDS:auditInformationType/createdBy
diagram
namespace http://www.fpdsng.com/FPDS
type FPDS:userIDType
facets
maxLength 20
source
<element name="createdBy" type="FPDS:userIDType" minOccurs="0"/>

element FPDS:auditInformationType/createdDate
diagram
namespace http://www.fpdsng.com/FPDS
type FPDS:FPDSDateType
facets
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" minOccurs="0"/>

element FPDS:auditInformationType/lastModifiedBy
diagram
namespace http://www.fpdsng.com/FPDS
type FPDS:userIDType
facets
maxLength 20
source
<element name="lastModifiedBy" type="FPDS:userIDType" minOccurs="0"/>

element FPDS:auditInformationType/lastModifiedDate
diagram
namespace http://www.fpdsng.com/FPDS
type FPDS:FPDSDateType