|
| |
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 | ||||||||||||||||||||||||||||||||
![]()
Calendar of Events 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="Events">
4 <xsd:complexType>
5 <xsd:element name="Event">
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="ContactSponsorName" type="xsd:string" />
14 <xsd:element name="ContactSponsorURL" type="xsd:string" minOccurs="0" />
15 <xsd:element name="ContactSponsorPhone" type="xsd:string" minOccurs="0" />
16 <xsd:element name="ContactSponsorEmail" type="xsd:string" minOccurs="0" />
17 <xsd:element name="ContactSponsorType" type="xsd:string" minOccurs="0" />
18 <xsd:element name="EventName" type="xsd:string" minOccurs="0" />
19 <xsd:element name="EventDescription" type="xsd:string" />
20 <xsd:element name="StartDate" type="xsd:dateTime" minOccurs="0" />
21 <xsd:element name="EndDate" type="xsd:dateTime" minOccurs="0" />
22 <xsd:element name="StartTime" type="xsd:dateTime" minOccurs="0" />
23 <xsd:element name="EndTime" type="xsd:dateTime" minOccurs="0" />
24 <xsd:element name="AgeGroup" type="xsd:string" minOccurs="0" />
25 <xsd:element name="EventUrl" type="xsd:string" minOccurs="0" />
26 <xsd:element name="EventEmail" type="xsd:string" minOccurs="0" />
27 <xsd:element name="RegistrationNeeded" type="xsd:string" minOccurs="0" />
28 <xsd:element name="EventADAAccess" type="xsd:string" minOccurs="0" />
29 <xsd:element name="EventFeeDescription" type="xsd:string" minOccurs="0" />
30 <xsd:element name="EventComments" type="xsd:string" minOccurs="0" />
31 <xsd:element name="FacilityName" type="xsd:string" minOccurs="0" />
32 <xsd:element name="FacilityType" type="xsd:string" minOccurs="0" />
33 <xsd:element name="Latitude" type="xsd:string" minOccurs="0" />
34 <xsd:element name="Longitude" type="xsd:string" minOccurs="0" />
35 <xsd:element name="StreetAddress" type="xsd:string" minOccurs="0" />
36 <xsd:element name="City" type="xsd:string" minOccurs="0" />
37 <xsd:element name="State_Territory_Provence" type="xsd:string" minOccurs="0" />
38 <xsd:element name="PostalCode" type="xsd:string" minOccurs="0" />
39 <xsd:element name="County" type="xsd:string" minOccurs="0" />
40 <xsd:element name="Country" type="xsd:string" minOccurs="0" />
41 <xsd:element name="LocationName" type="xsd:string" minOccurs="0" />
42 <xsd:element name="LocationType" type="xsd:string" />
43 <xsd:element name="LocationURL" type="xsd:string" />
44 </xsd:sequence>
45 </xsd:complexType>
46 </xsd:element>
47 </xsd:complexType>
48 </xsd:element>
49 </xsd:Schema>
50 </xsd:Schema>