|
| |
The document below has a numbered blue "comment dot" ( ) at the beginning of selected items. Click a blue dot to add your comment regarding that item. A glasses icon ( ) indicates existing comments on an item; click it to see them. Click the buttons above to navigate between views.You can add a general comment here: ![]() Add a general comment
Show comments in-line | ||||||||||||||||||||||||||||||||
![]()
Facility Search Application Schema - Parks and Recreation
1 <?xml version="1.0" ?>
2 <xsd:Schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3 <xsd:element name="Facilities">
4 <xsd:complexType>
5 <xsd:element name="Facility">
6 <xsd:complexType>
7 <xsd:sequence>
8 <xsd:element name="AgencyName" type="xsd:string" minOccurs="0" />
9 <xsd:element name="AgencyURL" type="xsd:string" minOccurs="0"/>
10 <xsd:element name="ImageURL" type="xsd:string" minOccurs="0" />
11 <xsd:element name="JurisdictionType" type="xsd:string" minOccurs="0" />
12 <xsd:element name="JurisdictionName" type="xsd:string" minOccurs="0" />
13 <xsd:element name="FacilityName" type="xsd:string" minOccurs="0" />
14 <xsd:element name="FacilityType" type="xsd:string" minOccurs="0" />
15 <xsd:element name="Latitude" type="xsd:string" minOccurs="0" />
16 <xsd:element name="Longitude" type="xsd:string" minOccurs="0" />
17 <xsd:element name="StreetAddress" type="xsd:string" minOccurs="0" />
18 <xsd:element name="City" type="xsd:string" minOccurs="0" />
19 <xsd:element name="State_Territory_Provence" type="xsd:string" minOccurs="0" />
20 <xsd:element name="PostalCode" type="xsd:string" minOccurs="0" />
21 <xsd:element name="County" type="xsd:string" minOccurs="0" />
22 <xsd:element name="Country" type="xsd:string" minOccurs="0" />
23 <xsd:element name="LocationName" type="xsd:string" minOccurs="0" />
24 <xsd:element name="LocationType" type="xsd:string" />
25 <xsd:element name="LocationURL" type="xsd:string"/>
26 <xsd:element name="Activities" type="xsd:string" />
27 </xsd:sequence>
28 </xsd:complexType>
29 </xsd:element>
30 </xsd:complexType>
31 </xsd:element>
32 </xsd:Schema>