Schema Place.xsd


schema location:  D:\fpdssrc\schema\DataCollection\locations\1.0\Place.xsd
targetNamespace:  http://www.fpdsng.com/FPDS
 
Elements  Complex types  Simple types 
listOfPlaces  addressType  cityType 
place  listOfPlacesType  countyCodeType 
placeKey  placeCodeType  locationCodeType 
placeSearchCriteria  placeKeyType  placeNameType 
placeSearchCriteriaType  regionCodeType 
placeType  stateType 
streetAddressType 
ZIPCodeType 


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/DataCollection/locations/1.0/Country.xsd
targetNamespace:  http://www.fpdsng.com/FPDS
 
Elements  Complex types  Simple types 
country  countryKeysType  countryCodeType 
countryKey  countrySearchCriteriaType  countryNameType 
countrySearchCriteria  countryType  countryShortCodeType 
listOfCountries  listOfCountriesType 


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 listOfPlaces
diagram
namespace http://www.fpdsng.com/FPDS
type FPDS:listOfPlacesType
children count place
source
<element name="listOfPlaces" type="FPDS:listOfPlacesType"/>

element place
diagram
namespace http://www.fpdsng.com/FPDS
type FPDS:placeType
children locationCode stateCode countryCode placeName ZIPCode startDate endDate auditInformation
source
<element name="place" type="FPDS:placeType"/>

element placeKey
diagram
namespace http://www.fpdsng.com/FPDS
type FPDS:placeKeyType
children locationCode stateCode countryCode
source
<element name="placeKey" type="FPDS:placeKeyType"/>

element placeSearchCriteria
diagram
namespace http://www.fpdsng.com/FPDS
type FPDS:placeSearchCriteriaType
children stateCode locationCode placeName ZIPCode startDate endDate
source
<element name="placeSearchCriteria" type="FPDS:placeSearchCriteriaType"/>

complexType addressType
diagram
namespace http://www.fpdsng.com/FPDS
children streetAddress streetAddress2 streetAddress3 city state ZIPCode countryCode
source
<complexType name="addressType">
  <sequence>
    <element name="streetAddress" type="FPDS:streetAddressType" nillable="true" minOccurs="0"/>
    <element name="streetAddress2" type="FPDS:streetAddressType" nillable="true" minOccurs="0"/>
    <element name="streetAddress3" type="FPDS:streetAddressType" nillable="true" minOccurs="0"/>
    <element name="city" type="FPDS:cityType" nillable="true" minOccurs="0"/>
    <element name="state" type="FPDS:stateType" nillable="true" minOccurs="0"/>
    <element name="ZIPCode" type="FPDS:ZIPCodeType" nillable="true" minOccurs="0"/>
    <element name="countryCode" type="FPDS:countryCodeType" default="USA" nillable="true" minOccurs="0"/>
  </sequence>
</complexType>

element addressType/streetAddress
diagram
namespace http://www.fpdsng.com/FPDS
type FPDS:streetAddressType
facets
maxLength 55
source
<element name="streetAddress" type="FPDS:streetAddressType" nillable="true" minOccurs="0"/>

element addressType/streetAddress2
diagram
namespace http://www.fpdsng.com/FPDS
type FPDS:streetAddressType
facets
maxLength 55
source
<element name="streetAddress2" type="FPDS:streetAddressType" nillable="true" minOccurs="0"/>

element addressType/streetAddress3
diagram
namespace http://www.fpdsng.com/FPDS
type FPDS:streetAddressType
facets
maxLength 55
source
<element name="streetAddress3" type="FPDS:streetAddressType" nillable="true" minOccurs="0"/>

element addressType/city
diagram
namespace http://www.fpdsng.com/FPDS
type FPDS:cityType
facets
maxLength 35
source
<element name="city" type="FPDS:cityType" nillable="true" minOccurs="0"/>

element addressType/state
diagram
namespace http://www.fpdsng.com/FPDS
type FPDS:stateType
facets
maxLength 2
source
<element name="state" type="FPDS:stateType" nillable="true" minOccurs="0"/>

element addressType/ZIPCode
diagram
namespace http://www.fpdsng.com/FPDS
type FPDS:ZIPCodeType
facets
maxLength 10
source
<element name="ZIPCode" type="FPDS:ZIPCodeType" nillable="true" minOccurs="0"/>

element addressType/countryCode
diagram
namespace http://www.fpdsng.com/FPDS
type FPDS:countryCodeType
facets
maxLength 3
source
<element name="countryCode" type="FPDS:countryCodeType" default="USA" nillable="true" minOccurs="0"/>

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

element listOfPlacesType/place
diagram
namespace http://www.fpdsng.com/FPDS
type FPDS:placeType
children locationCode stateCode countryCode placeName ZIPCode startDate endDate auditInformation
source
<element name="place" type="FPDS:placeType" minOccurs="0" maxOccurs="unbounded"/>

complexType placeCodeType
diagram
namespace http://www.fpdsng.com/FPDS
children locationCode stateCode countryCode
used by
complexType placeType
annotation
documentation 
combination of state and location,country codes
source
<complexType name="placeCodeType">
  <annotation>
    <documentation>combination of state and location,country codes</documentation>
  </annotation>
  <sequence>
    <element name="locationCode" type="FPDS:locationCodeType" nillable="true" minOccurs="0">
      <annotation>
        <documentation>5 digit location code</documentation>
      </annotation>
    </element>
    <element name="stateCode" type="FPDS:stateType" nillable="true" minOccurs="0">
      <annotation>
        <documentation>2 letter state code</documentation>
      </annotation>
    </element>
    <element name="countryCode" type="FPDS:countryShortCodeType" default="US" nillable="true" minOccurs="0">
      <annotation>
        <documentation>FIPS10 Country Code</documentation>
      </annotation>
    </element>
  </sequence>
</complexType>

element placeCodeType/locationCode
diagram
namespace http://www.fpdsng.com/FPDS
type FPDS:locationCodeType
facets
maxLength 5
annotation
documentation 
5 digit location code
source
<element name="locationCode" type="FPDS:locationCodeType" nillable="true" minOccurs="0">
  <annotation>
    <documentation>5 digit location code</documentation>
  </annotation>
</element>

element placeCodeType/stateCode
diagram
namespace http://www.fpdsng.com/FPDS
type FPDS:stateType
facets
maxLength 2
annotation
documentation 
2 letter state code
source
<element name="stateCode" type="FPDS:stateType" nillable="true" minOccurs="0">
  <annotation>
    <documentation>2 letter state code</documentation>
  </annotation>
</element>

element placeCodeType/countryCode
diagram
namespace http://www.fpdsng.com/FPDS
type FPDS:countryShortCodeType
facets
maxLength 2
annotation
documentation 
FIPS10 Country Code
source
<element name="countryCode" type="FPDS:countryShortCodeType" default="US" nillable="true" minOccurs="0">
  <annotation>
    <documentation>FIPS10 Country Code</documentation>
  </annotation>
</element>

complexType placeKeyType
diagram
namespace http://www.fpdsng.com/FPDS
children locationCode stateCode countryCode
used by
element placeKey
source
<complexType name="placeKeyType">
  <sequence>
    <element name="locationCode" type="FPDS:locationCodeType">
      <annotation>
        <documentation>5 digit location code</documentation>
      </annotation>
    </element>
    <element name="stateCode" type="FPDS:stateType">
      <annotation>
        <documentation>2 letter state code</documentation>
      </annotation>
    </element>
    <element name="countryCode" type="FPDS:countryShortCodeType" default="US" nillable="true" minOccurs="0">
      <annotation>
        <documentation>FIPS10 Country Code</documentation>
      </annotation>
    </element>
  </sequence>
</complexType>

element placeKeyType/locationCode
diagram
namespace http://www.fpdsng.com/FPDS
type FPDS:locationCodeType
facets
maxLength 5
annotation
documentation 
5 digit location code
source
<element name="locationCode" type="FPDS:locationCodeType">
  <annotation>
    <documentation>5 digit location code</documentation>
  </annotation>
</element>

element placeKeyType/stateCode
diagram
namespace http://www.fpdsng.com/FPDS
type FPDS:stateType
facets
maxLength 2
annotation
documentation 
2 letter state code
source
<element name="stateCode" type="FPDS:stateType">
  <annotation>
    <documentation>2 letter state code</documentation>
  </annotation>
</element>

element placeKeyType/countryCode
diagram
namespace http://www.fpdsng.com/FPDS
type FPDS:countryShortCodeType
facets
maxLength 2
annotation
documentation 
FIPS10 Country Code
source
<element name="countryCode" type="FPDS:countryShortCodeType" default="US" nillable="true" minOccurs="0">
  <annotation>
    <documentation>FIPS10 Country Code</documentation>
  </annotation>
</element>

complexType placeSearchCriteriaType
diagram
namespace http://www.fpdsng.com/FPDS
children stateCode locationCode placeName ZIPCode startDate endDate
used by
element placeSearchCriteria
source
<complexType name="placeSearchCriteriaType">
  <sequence>
    <element name="stateCode" type="FPDS:stateType" nillable="true" minOccurs="0"/>
    <element name="locationCode" type="FPDS:locationCodeType" nillable="true" minOccurs="0"/>
    <element name="placeName" type="FPDS:placeNameType" nillable="true" minOccurs="0"/>
    <element name="ZIPCode" type="FPDS:ZIPCodeType" 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 placeSearchCriteriaType/stateCode
diagram
namespace http://www.fpdsng.com/FPDS
type FPDS:stateType
facets
maxLength 2
source
<element name="stateCode" type="FPDS:stateType" nillable="true" minOccurs="0"/>

element placeSearchCriteriaType/locationCode
diagram
namespace http://www.fpdsng.com/FPDS
type FPDS:locationCodeType
facets
maxLength 5
source
<element name="locationCode" type="FPDS:locationCodeType" nillable="true" minOccurs="0"/>

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

element placeSearchCriteriaType/ZIPCode
diagram
namespace http://www.fpdsng.com/FPDS
type FPDS:ZIPCodeType
facets
maxLength 10
source
<element name="ZIPCode" type="FPDS:ZIPCodeType" nillable="true" minOccurs="0"/>

element placeSearchCriteriaType/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 placeSearchCriteriaType/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 placeType
diagram
namespace http://www.fpdsng.com/FPDS
type extension of FPDS:placeCodeType
children locationCode stateCode countryCode placeName ZIPCode startDate endDate auditInformation
used by
elements place listOfPlacesType/place
source
<complexType name="placeType">
  <complexContent>
    <extension base="FPDS:placeCodeType">
      <sequence>
        <element name="placeName" type="FPDS:placeNameType" nillable="true" minOccurs="0"/>
        <element name="ZIPCode" type="FPDS:ZIPCodeType" 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>
    </extension>
  </complexContent>
</complexType>

element placeType/placeName
diagram
namespace http://www.fpdsng.com/FPDS
type FPDS:placeNameType
facets
maxLength 100
source
<element name="placeName" type="FPDS:placeNameType" nil