83 lines
3.2 KiB
XML
83 lines
3.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
|
|
<Field ID="8f34b2cd-0a01-4a45-9a81-3d564d24fdf8"
|
|
Name="PnPCity"
|
|
DisplayName="City"
|
|
Type="Text"
|
|
Required="TRUE"
|
|
Group="PnP Columns" />
|
|
<Field ID="8b6ebc5d-2b1c-4170-9475-75105394034d"
|
|
Name="PnPAddress"
|
|
DisplayName="Address"
|
|
Type="Note"
|
|
RichText="FALSE"
|
|
NumLines="2"
|
|
Required="TRUE"
|
|
Group="PnP Columns" />
|
|
<Field ID="00292097-d535-43d5-a4de-91fbb8c9481b"
|
|
Name="PnPOrganizerName"
|
|
DisplayName="Organizer name"
|
|
Type="Text"
|
|
Group="PnP Columns" />
|
|
<Field ID="d7e33d91-8743-4429-a96a-b70ffdbd0f35"
|
|
Name="PnPOrganizerEmail"
|
|
DisplayName="Organizer e-mail"
|
|
Type="Text"
|
|
Group="PnP Columns" />
|
|
<Field ID="6d34055b-cafd-4f32-a1ab-c6db8a3c5c84"
|
|
Name="PnPEventDate"
|
|
DisplayName="Event date"
|
|
Type="DateTime"
|
|
Format="DateOnly"
|
|
Group="PnP Columns" />
|
|
|
|
<ContentType ID="0x0100A73DD10A87FA4075B98FC1CBCAA2C775"
|
|
Name="PnP Event"
|
|
Group="PnP Content Types"
|
|
Description="Event">
|
|
<FieldRefs>
|
|
<FieldRef ID="8f34b2cd-0a01-4a45-9a81-3d564d24fdf8" />
|
|
<FieldRef ID="8b6ebc5d-2b1c-4170-9475-75105394034d" />
|
|
<FieldRef ID="00292097-d535-43d5-a4de-91fbb8c9481b" />
|
|
<FieldRef ID="d7e33d91-8743-4429-a96a-b70ffdbd0f35" />
|
|
<FieldRef ID="6d34055b-cafd-4f32-a1ab-c6db8a3c5c84" />
|
|
</FieldRefs>
|
|
</ContentType>
|
|
|
|
<ListInstance
|
|
CustomSchema="events_schema.xml"
|
|
FeatureId="00bfea71-de22-43b2-a848-c05709900100"
|
|
Title="Company events"
|
|
Description="Company events"
|
|
TemplateType="100"
|
|
Url="Lists/CompanyEvents">
|
|
<Data>
|
|
<Rows>
|
|
<Row>
|
|
<Field Name="Title">Tampa Home Show</Field>
|
|
<Field Name="PnPCity">Tampa, FL</Field>
|
|
<Field Name="PnPAddress">333 S Franklin St</Field>
|
|
<Field Name="PnPOrganizerName">Grady Archie</Field>
|
|
<Field Name="PnPOrganizerEmail">GradyA@contoso.OnMicrosoft.com</Field>
|
|
<Field Name="PnPEventDate">2018-05-29T00:00:00Z</Field>
|
|
</Row>
|
|
<Row>
|
|
<Field Name="Title">Custom Electronic Design and Installation Association (CEDIA)</Field>
|
|
<Field Name="PnPCity">San Diego, CA</Field>
|
|
<Field Name="PnPAddress">111 W Harbor Dr</Field>
|
|
<Field Name="PnPOrganizerName">Megan Bowen</Field>
|
|
<Field Name="PnPOrganizerEmail">MeganB@contoso.OnMicrosoft.com</Field>
|
|
<Field Name="PnPEventDate">2018-06-15T00:00:00Z</Field>
|
|
</Row>
|
|
<Row>
|
|
<Field Name="Title">Design Automation Conference (DAC)</Field>
|
|
<Field Name="PnPCity">San Francisco, CA</Field>
|
|
<Field Name="PnPAddress">747 Howard St Fl 5</Field>
|
|
<Field Name="PnPOrganizerName">Irvin Sayers</Field>
|
|
<Field Name="PnPOrganizerEmail">IrvinSB@contoso.OnMicrosoft.com</Field>
|
|
<Field Name="PnPEventDate">2018-07-05T00:00:00Z</Field>
|
|
</Row>
|
|
</Rows>
|
|
</Data>
|
|
</ListInstance>
|
|
</Elements> |