123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047 |
- <?xml version="1.0" encoding="utf-8"?>
- <edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
- <edmx:DataServices>
- <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="microsoft.graph">
- <EnumType Name="bodyType">
- <Member Name="text" Value="0"/>
- <Member Name="html" Value="1"/>
- </EnumType>
- <EnumType Name="importance">
- <Member Name="low" Value="0"/>
- <Member Name="normal" Value="1"/>
- <Member Name="high" Value="2"/>
- </EnumType>
- <EnumType Name="calendarColor">
- <Member Name="lightBlue" Value="0"/>
- <Member Name="lightGreen" Value="1"/>
- <Member Name="lightOrange" Value="2"/>
- <Member Name="lightGray" Value="3"/>
- <Member Name="lightYellow" Value="4"/>
- <Member Name="lightTeal" Value="5"/>
- <Member Name="lightPink" Value="6"/>
- <Member Name="lightBrown" Value="7"/>
- <Member Name="lightRed" Value="8"/>
- <Member Name="maxColor" Value="9"/>
- <Member Name="auto" Value="-1"/>
- </EnumType>
- <EnumType Name="responseType">
- <Member Name="none" Value="0"/>
- <Member Name="organizer" Value="1"/>
- <Member Name="tentativelyAccepted" Value="2"/>
- <Member Name="accepted" Value="3"/>
- <Member Name="declined" Value="4"/>
- <Member Name="notResponded" Value="5"/>
- </EnumType>
- <EnumType Name="sensitivity">
- <Member Name="normal" Value="0"/>
- <Member Name="personal" Value="1"/>
- <Member Name="private" Value="2"/>
- <Member Name="confidential" Value="3"/>
- </EnumType>
- <EnumType Name="recurrencePatternType">
- <Member Name="daily" Value="0"/>
- <Member Name="weekly" Value="1"/>
- <Member Name="absoluteMonthly" Value="2"/>
- <Member Name="relativeMonthly" Value="3"/>
- <Member Name="absoluteYearly" Value="4"/>
- <Member Name="relativeYearly" Value="5"/>
- </EnumType>
- <EnumType Name="dayOfWeek">
- <Member Name="sunday" Value="0"/>
- <Member Name="monday" Value="1"/>
- <Member Name="tuesday" Value="2"/>
- <Member Name="wednesday" Value="3"/>
- <Member Name="thursday" Value="4"/>
- <Member Name="friday" Value="5"/>
- <Member Name="saturday" Value="6"/>
- </EnumType>
- <EnumType Name="weekIndex">
- <Member Name="first" Value="0"/>
- <Member Name="second" Value="1"/>
- <Member Name="third" Value="2"/>
- <Member Name="fourth" Value="3"/>
- <Member Name="last" Value="4"/>
- </EnumType>
- <EnumType Name="recurrenceRangeType">
- <Member Name="endDate" Value="0"/>
- <Member Name="noEnd" Value="1"/>
- <Member Name="numbered" Value="2"/>
- </EnumType>
- <EnumType Name="freeBusyStatus">
- <Member Name="free" Value="0"/>
- <Member Name="tentative" Value="1"/>
- <Member Name="busy" Value="2"/>
- <Member Name="oof" Value="3"/>
- <Member Name="workingElsewhere" Value="4"/>
- <Member Name="unknown" Value="-1"/>
- </EnumType>
- <EnumType Name="eventType">
- <Member Name="singleInstance" Value="0"/>
- <Member Name="occurrence" Value="1"/>
- <Member Name="exception" Value="2"/>
- <Member Name="seriesMaster" Value="3"/>
- </EnumType>
- <EnumType Name="attendeeType">
- <Member Name="required" Value="0"/>
- <Member Name="optional" Value="1"/>
- <Member Name="resource" Value="2"/>
- </EnumType>
- <EnumType Name="meetingMessageType">
- <Member Name="none" Value="0"/>
- <Member Name="meetingRequest" Value="1"/>
- <Member Name="meetingCancelled" Value="2"/>
- <Member Name="meetingAccepted" Value="3"/>
- <Member Name="meetingTenativelyAccepted" Value="4"/>
- <Member Name="meetingDeclined" Value="5"/>
- </EnumType>
- <EntityType Name="entity" Abstract="true">
- <Key>
- <PropertyRef Name="id"/>
- </Key>
- <Property Name="id" Type="Edm.String" Nullable="false" Unicode="false"/>
- </EntityType>
- <EntityType Name="directoryObject" BaseType="microsoft.graph.entity" OpenType="true"/>
- <EntityType Name="device" BaseType="microsoft.graph.directoryObject" OpenType="true">
- <Property Name="accountEnabled" Type="Edm.Boolean"/>
- <Property Name="alternativeSecurityIds" Type="Collection(microsoft.graph.alternativeSecurityId)" Nullable="false"/>
- <Property Name="approximateLastSignInDateTime" Type="Edm.DateTimeOffset"/>
- <Property Name="deviceId" Type="Edm.String" Unicode="false"/>
- <Property Name="deviceMetadata" Type="Edm.String" Unicode="false"/>
- <Property Name="deviceVersion" Type="Edm.Int32"/>
- <Property Name="displayName" Type="Edm.String" Unicode="false"/>
- <Property Name="isCompliant" Type="Edm.Boolean"/>
- <Property Name="isManaged" Type="Edm.Boolean"/>
- <Property Name="onPremisesLastSyncDateTime" Type="Edm.DateTimeOffset"/>
- <Property Name="onPremisesSyncEnabled" Type="Edm.Boolean"/>
- <Property Name="operatingSystem" Type="Edm.String" Unicode="false"/>
- <Property Name="operatingSystemVersion" Type="Edm.String" Unicode="false"/>
- <Property Name="physicalIds" Type="Collection(Edm.String)" Nullable="false" Unicode="false"/>
- <Property Name="trustType" Type="Edm.String" Unicode="false"/>
- <NavigationProperty Name="registeredOwners" Type="Collection(microsoft.graph.directoryObject)"/>
- <NavigationProperty Name="registeredUsers" Type="Collection(microsoft.graph.directoryObject)"/>
- </EntityType>
- <ComplexType Name="alternativeSecurityId">
- <Property Name="type" Type="Edm.Int32"/>
- <Property Name="identityProvider" Type="Edm.String" Unicode="false"/>
- <Property Name="key" Type="Edm.Binary"/>
- </ComplexType>
- <EntityType Name="directoryRole" BaseType="microsoft.graph.directoryObject" OpenType="true">
- <Property Name="description" Type="Edm.String" Unicode="false"/>
- <Property Name="displayName" Type="Edm.String" Unicode="false"/>
- <Property Name="roleTemplateId" Type="Edm.String" Unicode="false"/>
- <NavigationProperty Name="members" Type="Collection(microsoft.graph.directoryObject)"/>
- </EntityType>
- <EntityType Name="directoryRoleTemplate" BaseType="microsoft.graph.directoryObject" OpenType="true">
- <Property Name="description" Type="Edm.String" Unicode="false"/>
- <Property Name="displayName" Type="Edm.String" Unicode="false"/>
- </EntityType>
- <EntityType Name="group" BaseType="microsoft.graph.directoryObject" OpenType="true">
- <Property Name="description" Type="Edm.String" Unicode="false"/>
- <Property Name="displayName" Type="Edm.String" Unicode="false"/>
- <Property Name="groupTypes" Type="Collection(Edm.String)" Nullable="false" Unicode="false"/>
- <Property Name="mail" Type="Edm.String" Unicode="false"/>
- <Property Name="mailEnabled" Type="Edm.Boolean"/>
- <Property Name="mailNickname" Type="Edm.String" Unicode="false"/>
- <Property Name="onPremisesLastSyncDateTime" Type="Edm.DateTimeOffset"/>
- <Property Name="onPremisesSecurityIdentifier" Type="Edm.String" Unicode="false"/>
- <Property Name="onPremisesSyncEnabled" Type="Edm.Boolean"/>
- <Property Name="proxyAddresses" Type="Collection(Edm.String)" Nullable="false" Unicode="false"/>
- <Property Name="securityEnabled" Type="Edm.Boolean"/>
- <Property Name="visibility" Type="Edm.String" Unicode="false"/>
- <Property Name="allowExternalSenders" Type="Edm.Boolean"/>
- <Property Name="autoSubscribeNewMembers" Type="Edm.Boolean"/>
- <Property Name="isSubscribedByMail" Type="Edm.Boolean"/>
- <Property Name="unseenCount" Type="Edm.Int32"/>
- <NavigationProperty Name="members" Type="Collection(microsoft.graph.directoryObject)"/>
- <NavigationProperty Name="memberOf" Type="Collection(microsoft.graph.directoryObject)"/>
- <NavigationProperty Name="createdOnBehalfOf" Type="microsoft.graph.directoryObject"/>
- <NavigationProperty Name="owners" Type="Collection(microsoft.graph.directoryObject)"/>
- <NavigationProperty Name="threads" Type="Collection(microsoft.graph.conversationThread)" ContainsTarget="true"/>
- <NavigationProperty Name="calendar" Type="microsoft.graph.calendar" ContainsTarget="true"/>
- <NavigationProperty Name="calendarView" Type="Collection(microsoft.graph.event)" ContainsTarget="true"/>
- <NavigationProperty Name="events" Type="Collection(microsoft.graph.event)" ContainsTarget="true"/>
- <NavigationProperty Name="conversations" Type="Collection(microsoft.graph.conversation)" ContainsTarget="true"/>
- <NavigationProperty Name="photo" Type="microsoft.graph.profilePhoto" ContainsTarget="true"/>
- <NavigationProperty Name="acceptedSenders" Type="Collection(microsoft.graph.directoryObject)" ContainsTarget="true"/>
- <NavigationProperty Name="rejectedSenders" Type="Collection(microsoft.graph.directoryObject)" ContainsTarget="true"/>
- <NavigationProperty Name="drive" Type="microsoft.graph.drive" ContainsTarget="true"/>
- </EntityType>
- <EntityType Name="conversationThread" BaseType="microsoft.graph.entity">
- <Property Name="toRecipients" Type="Collection(microsoft.graph.recipient)" Nullable="false"/>
- <Property Name="topic" Type="Edm.String" Nullable="false" Unicode="false"/>
- <Property Name="hasAttachments" Type="Edm.Boolean" Nullable="false"/>
- <Property Name="lastDeliveredDateTime" Type="Edm.DateTimeOffset" Nullable="false"/>
- <Property Name="uniqueSenders" Type="Collection(Edm.String)" Nullable="false" Unicode="false"/>
- <Property Name="ccRecipients" Type="Collection(microsoft.graph.recipient)" Nullable="false"/>
- <Property Name="preview" Type="Edm.String" Nullable="false" Unicode="false"/>
- <Property Name="isLocked" Type="Edm.Boolean" Nullable="false"/>
- <NavigationProperty Name="posts" Type="Collection(microsoft.graph.post)" ContainsTarget="true"/>
- </EntityType>
- <EntityType Name="calendar" BaseType="microsoft.graph.entity">
- <Property Name="name" Type="Edm.String" Unicode="false"/>
- <Property Name="color" Type="microsoft.graph.calendarColor"/>
- <Property Name="changeKey" Type="Edm.String" Unicode="false"/>
- <NavigationProperty Name="events" Type="Collection(microsoft.graph.event)" ContainsTarget="true"/>
- <NavigationProperty Name="calendarView" Type="Collection(microsoft.graph.event)" ContainsTarget="true"/>
- </EntityType>
- <EntityType Name="outlookItem" BaseType="microsoft.graph.entity" Abstract="true">
- <Property Name="createdDateTime" Type="Edm.DateTimeOffset"/>
- <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset"/>
- <Property Name="changeKey" Type="Edm.String" Unicode="false"/>
- <Property Name="categories" Type="Collection(Edm.String)" Unicode="false"/>
- </EntityType>
- <EntityType Name="event" BaseType="microsoft.graph.outlookItem">
- <Property Name="originalStartTimeZone" Type="Edm.String" Unicode="false"/>
- <Property Name="originalEndTimeZone" Type="Edm.String" Unicode="false"/>
- <Property Name="responseStatus" Type="microsoft.graph.responseStatus"/>
- <Property Name="iCalUId" Type="Edm.String" Unicode="false"/>
- <Property Name="reminderMinutesBeforeStart" Type="Edm.Int32"/>
- <Property Name="isReminderOn" Type="Edm.Boolean"/>
- <Property Name="hasAttachments" Type="Edm.Boolean"/>
- <Property Name="subject" Type="Edm.String" Unicode="false"/>
- <Property Name="body" Type="microsoft.graph.itemBody"/>
- <Property Name="bodyPreview" Type="Edm.String" Unicode="false"/>
- <Property Name="importance" Type="microsoft.graph.importance"/>
- <Property Name="sensitivity" Type="microsoft.graph.sensitivity"/>
- <Property Name="start" Type="microsoft.graph.dateTimeTimeZone"/>
- <Property Name="originalStart" Type="Edm.DateTimeOffset"/>
- <Property Name="end" Type="microsoft.graph.dateTimeTimeZone"/>
- <Property Name="location" Type="microsoft.graph.location"/>
- <Property Name="isAllDay" Type="Edm.Boolean"/>
- <Property Name="isCancelled" Type="Edm.Boolean"/>
- <Property Name="isOrganizer" Type="Edm.Boolean"/>
- <Property Name="recurrence" Type="microsoft.graph.patternedRecurrence"/>
- <Property Name="responseRequested" Type="Edm.Boolean"/>
- <Property Name="seriesMasterId" Type="Edm.String" Unicode="false"/>
- <Property Name="showAs" Type="microsoft.graph.freeBusyStatus"/>
- <Property Name="type" Type="microsoft.graph.eventType"/>
- <Property Name="attendees" Type="Collection(microsoft.graph.attendee)"/>
- <Property Name="organizer" Type="microsoft.graph.recipient"/>
- <Property Name="webLink" Type="Edm.String" Unicode="false"/>
- <NavigationProperty Name="calendar" Type="microsoft.graph.calendar" ContainsTarget="true"/>
- <NavigationProperty Name="instances" Type="Collection(microsoft.graph.event)" ContainsTarget="true"/>
- <NavigationProperty Name="attachments" Type="Collection(microsoft.graph.attachment)" ContainsTarget="true"/>
- </EntityType>
- <EntityType Name="conversation" BaseType="microsoft.graph.entity">
- <Property Name="topic" Type="Edm.String" Nullable="false" Unicode="false"/>
- <Property Name="hasAttachments" Type="Edm.Boolean" Nullable="false"/>
- <Property Name="lastDeliveredDateTime" Type="Edm.DateTimeOffset" Nullable="false"/>
- <Property Name="uniqueSenders" Type="Collection(Edm.String)" Nullable="false" Unicode="false"/>
- <Property Name="preview" Type="Edm.String" Nullable="false" Unicode="false"/>
- <NavigationProperty Name="threads" Type="Collection(microsoft.graph.conversationThread)" ContainsTarget="true"/>
- </EntityType>
- <EntityType Name="profilePhoto" BaseType="microsoft.graph.entity" HasStream="true">
- <Property Name="height" Type="Edm.Int32"/>
- <Property Name="width" Type="Edm.Int32"/>
- </EntityType>
- <EntityType Name="drive" BaseType="microsoft.graph.entity">
- <Property Name="driveType" Type="Edm.String" Unicode="false"/>
- <Property Name="owner" Type="microsoft.graph.identitySet"/>
- <Property Name="quota" Type="microsoft.graph.quota"/>
- <NavigationProperty Name="items" Type="Collection(microsoft.graph.driveItem)" ContainsTarget="true"/>
- <NavigationProperty Name="special" Type="Collection(microsoft.graph.driveItem)" ContainsTarget="true"/>
- <NavigationProperty Name="root" Type="microsoft.graph.driveItem" ContainsTarget="true"/>
- </EntityType>
- <EntityType Name="subscribedSku" BaseType="microsoft.graph.entity">
- <Property Name="capabilityStatus" Type="Edm.String" Unicode="false"/>
- <Property Name="consumedUnits" Type="Edm.Int32"/>
- <Property Name="prepaidUnits" Type="microsoft.graph.licenseUnitsDetail"/>
- <Property Name="servicePlans" Type="Collection(microsoft.graph.servicePlanInfo)" Nullable="false"/>
- <Property Name="skuId" Type="Edm.Guid"/>
- <Property Name="skuPartNumber" Type="Edm.String" Unicode="false"/>
- <Property Name="appliesTo" Type="Edm.String" Unicode="false"/>
- </EntityType>
- <ComplexType Name="licenseUnitsDetail">
- <Property Name="enabled" Type="Edm.Int32"/>
- <Property Name="suspended" Type="Edm.Int32"/>
- <Property Name="warning" Type="Edm.Int32"/>
- </ComplexType>
- <ComplexType Name="servicePlanInfo">
- <Property Name="servicePlanId" Type="Edm.Guid"/>
- <Property Name="servicePlanName" Type="Edm.String" Unicode="false"/>
- <Property Name="provisioningStatus" Type="Edm.String" Unicode="false"/>
- <Property Name="appliesTo" Type="Edm.String" Unicode="false"/>
- </ComplexType>
- <EntityType Name="organization" BaseType="microsoft.graph.directoryObject" OpenType="true">
- <Property Name="assignedPlans" Type="Collection(microsoft.graph.assignedPlan)" Nullable="false"/>
- <Property Name="businessPhones" Type="Collection(Edm.String)" Nullable="false" Unicode="false"/>
- <Property Name="city" Type="Edm.String" Unicode="false"/>
- <Property Name="country" Type="Edm.String" Unicode="false"/>
- <Property Name="countryLetterCode" Type="Edm.String" Unicode="false"/>
- <Property Name="displayName" Type="Edm.String" Unicode="false"/>
- <Property Name="marketingNotificationEmails" Type="Collection(Edm.String)" Nullable="false" Unicode="false"/>
- <Property Name="onPremisesLastSyncDateTime" Type="Edm.DateTimeOffset"/>
- <Property Name="onPremisesSyncEnabled" Type="Edm.Boolean"/>
- <Property Name="postalCode" Type="Edm.String" Unicode="false"/>
- <Property Name="preferredLanguage" Type="Edm.String" Unicode="false"/>
- <Property Name="provisionedPlans" Type="Collection(microsoft.graph.provisionedPlan)" Nullable="false"/>
- <Property Name="securityComplianceNotificationMails" Type="Collection(Edm.String)" Nullable="false" Unicode="false"/>
- <Property Name="securityComplianceNotificationPhones" Type="Collection(Edm.String)" Nullable="false" Unicode="false"/>
- <Property Name="state" Type="Edm.String" Unicode="false"/>
- <Property Name="street" Type="Edm.String" Unicode="false"/>
- <Property Name="technicalNotificationMails" Type="Collection(Edm.String)" Nullable="false" Unicode="false"/>
- <Property Name="verifiedDomains" Type="Collection(microsoft.graph.verifiedDomain)" Nullable="false"/>
- </EntityType>
- <ComplexType Name="assignedPlan">
- <Property Name="assignedDateTime" Type="Edm.DateTimeOffset"/>
- <Property Name="capabilityStatus" Type="Edm.String" Unicode="false"/>
- <Property Name="service" Type="Edm.String" Unicode="false"/>
- <Property Name="servicePlanId" Type="Edm.Guid"/>
- </ComplexType>
- <ComplexType Name="provisionedPlan">
- <Property Name="capabilityStatus" Type="Edm.String" Unicode="false"/>
- <Property Name="provisioningStatus" Type="Edm.String" Unicode="false"/>
- <Property Name="service" Type="Edm.String" Unicode="false"/>
- </ComplexType>
- <ComplexType Name="verifiedDomain">
- <Property Name="capabilities" Type="Edm.String" Unicode="false"/>
- <Property Name="isDefault" Type="Edm.Boolean"/>
- <Property Name="isInitial" Type="Edm.Boolean"/>
- <Property Name="name" Type="Edm.String" Unicode="false"/>
- <Property Name="type" Type="Edm.String" Unicode="false"/>
- </ComplexType>
- <EntityType Name="user" BaseType="microsoft.graph.directoryObject" OpenType="true">
- <Property Name="accountEnabled" Type="Edm.Boolean"/>
- <Property Name="assignedLicenses" Type="Collection(microsoft.graph.assignedLicense)" Nullable="false"/>
- <Property Name="assignedPlans" Type="Collection(microsoft.graph.assignedPlan)" Nullable="false"/>
- <Property Name="businessPhones" Type="Collection(Edm.String)" Nullable="false" Unicode="false"/>
- <Property Name="city" Type="Edm.String" Unicode="false"/>
- <Property Name="companyName" Type="Edm.String" Unicode="false"/>
- <Property Name="country" Type="Edm.String" Unicode="false"/>
- <Property Name="department" Type="Edm.String" Unicode="false"/>
- <Property Name="displayName" Type="Edm.String" Unicode="false"/>
- <Property Name="givenName" Type="Edm.String" Unicode="false"/>
- <Property Name="jobTitle" Type="Edm.String" Unicode="false"/>
- <Property Name="mail" Type="Edm.String" Unicode="false"/>
- <Property Name="mailNickname" Type="Edm.String" Unicode="false"/>
- <Property Name="mobilePhone" Type="Edm.String" Unicode="false"/>
- <Property Name="onPremisesImmutableId" Type="Edm.String" Unicode="false"/>
- <Property Name="onPremisesLastSyncDateTime" Type="Edm.DateTimeOffset"/>
- <Property Name="onPremisesSecurityIdentifier" Type="Edm.String" Unicode="false"/>
- <Property Name="onPremisesSyncEnabled" Type="Edm.Boolean"/>
- <Property Name="passwordPolicies" Type="Edm.String" Unicode="false"/>
- <Property Name="passwordProfile" Type="microsoft.graph.passwordProfile"/>
- <Property Name="officeLocation" Type="Edm.String" Unicode="false"/>
- <Property Name="postalCode" Type="Edm.String" Unicode="false"/>
- <Property Name="preferredLanguage" Type="Edm.String" Unicode="false"/>
- <Property Name="provisionedPlans" Type="Collection(microsoft.graph.provisionedPlan)" Nullable="false"/>
- <Property Name="proxyAddresses" Type="Collection(Edm.String)" Nullable="false" Unicode="false"/>
- <Property Name="state" Type="Edm.String" Unicode="false"/>
- <Property Name="streetAddress" Type="Edm.String" Unicode="false"/>
- <Property Name="surname" Type="Edm.String" Unicode="false"/>
- <Property Name="usageLocation" Type="Edm.String" Unicode="false"/>
- <Property Name="userPrincipalName" Type="Edm.String" Unicode="false"/>
- <Property Name="userType" Type="Edm.String" Unicode="false"/>
- <Property Name="aboutMe" Type="Edm.String" Unicode="false"/>
- <Property Name="birthday" Type="Edm.DateTimeOffset" Nullable="false"/>
- <Property Name="hireDate" Type="Edm.DateTimeOffset" Nullable="false"/>
- <Property Name="interests" Type="Collection(Edm.String)" Unicode="false"/>
- <Property Name="mySite" Type="Edm.String" Unicode="false"/>
- <Property Name="pastProjects" Type="Collection(Edm.String)" Unicode="false"/>
- <Property Name="preferredName" Type="Edm.String" Unicode="false"/>
- <Property Name="responsibilities" Type="Collection(Edm.String)" Unicode="false"/>
- <Property Name="schools" Type="Collection(Edm.String)" Unicode="false"/>
- <Property Name="skills" Type="Collection(Edm.String)" Unicode="false"/>
- <NavigationProperty Name="ownedDevices" Type="Collection(microsoft.graph.directoryObject)"/>
- <NavigationProperty Name="registeredDevices" Type="Collection(microsoft.graph.directoryObject)"/>
- <NavigationProperty Name="manager" Type="microsoft.graph.directoryObject"/>
- <NavigationProperty Name="directReports" Type="Collection(microsoft.graph.directoryObject)"/>
- <NavigationProperty Name="memberOf" Type="Collection(microsoft.graph.directoryObject)"/>
- <NavigationProperty Name="createdObjects" Type="Collection(microsoft.graph.directoryObject)"/>
- <NavigationProperty Name="ownedObjects" Type="Collection(microsoft.graph.directoryObject)"/>
- <NavigationProperty Name="messages" Type="Collection(microsoft.graph.message)" ContainsTarget="true"/>
- <NavigationProperty Name="mailFolders" Type="Collection(microsoft.graph.mailFolder)" ContainsTarget="true"/>
- <NavigationProperty Name="calendar" Type="microsoft.graph.calendar" ContainsTarget="true"/>
- <NavigationProperty Name="calendars" Type="Collection(microsoft.graph.calendar)" ContainsTarget="true"/>
- <NavigationProperty Name="calendarGroups" Type="Collection(microsoft.graph.calendarGroup)" ContainsTarget="true"/>
- <NavigationProperty Name="calendarView" Type="Collection(microsoft.graph.event)" ContainsTarget="true"/>
- <NavigationProperty Name="events" Type="Collection(microsoft.graph.event)" ContainsTarget="true"/>
- <NavigationProperty Name="contacts" Type="Collection(microsoft.graph.contact)" ContainsTarget="true"/>
- <NavigationProperty Name="contactFolders" Type="Collection(microsoft.graph.contactFolder)" ContainsTarget="true"/>
- <NavigationProperty Name="photo" Type="microsoft.graph.profilePhoto" ContainsTarget="true"/>
- <NavigationProperty Name="drive" Type="microsoft.graph.drive" ContainsTarget="true"/>
- </EntityType>
- <ComplexType Name="assignedLicense">
- <Property Name="disabledPlans" Type="Collection(Edm.Guid)" Nullable="false"/>
- <Property Name="skuId" Type="Edm.Guid"/>
- </ComplexType>
- <ComplexType Name="passwordProfile">
- <Property Name="password" Type="Edm.String" Unicode="false"/>
- <Property Name="forceChangePasswordNextSignIn" Type="Edm.Boolean"/>
- </ComplexType>
- <EntityType Name="message" BaseType="microsoft.graph.outlookItem">
- <Property Name="receivedDateTime" Type="Edm.DateTimeOffset"/>
- <Property Name="sentDateTime" Type="Edm.DateTimeOffset"/>
- <Property Name="hasAttachments" Type="Edm.Boolean"/>
- <Property Name="internetMessageId" Type="Edm.String" Unicode="false"/>
- <Property Name="subject" Type="Edm.String" Unicode="false"/>
- <Property Name="body" Type="microsoft.graph.itemBody"/>
- <Property Name="bodyPreview" Type="Edm.String" Unicode="false"/>
- <Property Name="importance" Type="microsoft.graph.importance"/>
- <Property Name="parentFolderId" Type="Edm.String" Unicode="false"/>
- <Property Name="sender" Type="microsoft.graph.recipient"/>
- <Property Name="from" Type="microsoft.graph.recipient"/>
- <Property Name="toRecipients" Type="Collection(microsoft.graph.recipient)"/>
- <Property Name="ccRecipients" Type="Collection(microsoft.graph.recipient)"/>
- <Property Name="bccRecipients" Type="Collection(microsoft.graph.recipient)"/>
- <Property Name="replyTo" Type="Collection(microsoft.graph.recipient)"/>
- <Property Name="conversationId" Type="Edm.String" Unicode="false"/>
- <Property Name="uniqueBody" Type="microsoft.graph.itemBody"/>
- <Property Name="isDeliveryReceiptRequested" Type="Edm.Boolean"/>
- <Property Name="isReadReceiptRequested" Type="Edm.Boolean"/>
- <Property Name="isRead" Type="Edm.Boolean"/>
- <Property Name="isDraft" Type="Edm.Boolean"/>
- <Property Name="webLink" Type="Edm.String" Unicode="false"/>
- <NavigationProperty Name="attachments" Type="Collection(microsoft.graph.attachment)" ContainsTarget="true"/>
- </EntityType>
- <EntityType Name="mailFolder" BaseType="microsoft.graph.entity">
- <Property Name="displayName" Type="Edm.String" Unicode="false"/>
- <Property Name="parentFolderId" Type="Edm.String" Unicode="false"/>
- <Property Name="childFolderCount" Type="Edm.Int32"/>
- <Property Name="unreadItemCount" Type="Edm.Int32"/>
- <Property Name="totalItemCount" Type="Edm.Int32"/>
- <NavigationProperty Name="messages" Type="Collection(microsoft.graph.message)" ContainsTarget="true"/>
- <NavigationProperty Name="childFolders" Type="Collection(microsoft.graph.mailFolder)" ContainsTarget="true"/>
- </EntityType>
- <EntityType Name="calendarGroup" BaseType="microsoft.graph.entity">
- <Property Name="name" Type="Edm.String" Unicode="false"/>
- <Property Name="classId" Type="Edm.Guid"/>
- <Property Name="changeKey" Type="Edm.String" Unicode="false"/>
- <NavigationProperty Name="calendars" Type="Collection(microsoft.graph.calendar)" ContainsTarget="true"/>
- </EntityType>
- <EntityType Name="contact" BaseType="microsoft.graph.outlookItem">
- <Property Name="parentFolderId" Type="Edm.String" Unicode="false"/>
- <Property Name="birthday" Type="Edm.DateTimeOffset"/>
- <Property Name="fileAs" Type="Edm.String" Unicode="false"/>
- <Property Name="displayName" Type="Edm.String" Unicode="false"/>
- <Property Name="givenName" Type="Edm.String" Unicode="false"/>
- <Property Name="initials" Type="Edm.String" Unicode="false"/>
- <Property Name="middleName" Type="Edm.String" Unicode="false"/>
- <Property Name="nickName" Type="Edm.String" Unicode="false"/>
- <Property Name="surname" Type="Edm.String" Unicode="false"/>
- <Property Name="title" Type="Edm.String" Unicode="false"/>
- <Property Name="yomiGivenName" Type="Edm.String" Unicode="false"/>
- <Property Name="yomiSurname" Type="Edm.String" Unicode="false"/>
- <Property Name="yomiCompanyName" Type="Edm.String" Unicode="false"/>
- <Property Name="generation" Type="Edm.String" Unicode="false"/>
- <Property Name="emailAddresses" Type="Collection(microsoft.graph.emailAddress)"/>
- <Property Name="imAddresses" Type="Collection(Edm.String)" Unicode="false"/>
- <Property Name="jobTitle" Type="Edm.String" Unicode="false"/>
- <Property Name="companyName" Type="Edm.String" Unicode="false"/>
- <Property Name="department" Type="Edm.String" Unicode="false"/>
- <Property Name="officeLocation" Type="Edm.String" Unicode="false"/>
- <Property Name="profession" Type="Edm.String" Unicode="false"/>
- <Property Name="businessHomePage" Type="Edm.String" Unicode="false"/>
- <Property Name="assistantName" Type="Edm.String" Unicode="false"/>
- <Property Name="manager" Type="Edm.String" Unicode="false"/>
- <Property Name="homePhones" Type="Collection(Edm.String)" Unicode="false"/>
- <Property Name="mobilePhone" Type="Edm.String" Unicode="false"/>
- <Property Name="businessPhones" Type="Collection(Edm.String)" Unicode="false"/>
- <Property Name="homeAddress" Type="microsoft.graph.physicalAddress"/>
- <Property Name="businessAddress" Type="microsoft.graph.physicalAddress"/>
- <Property Name="otherAddress" Type="microsoft.graph.physicalAddress"/>
- <Property Name="spouseName" Type="Edm.String" Unicode="false"/>
- <Property Name="personalNotes" Type="Edm.String" Unicode="false"/>
- <Property Name="children" Type="Collection(Edm.String)" Unicode="false"/>
- <NavigationProperty Name="photo" Type="microsoft.graph.profilePhoto" ContainsTarget="true"/>
- </EntityType>
- <EntityType Name="contactFolder" BaseType="microsoft.graph.entity">
- <Property Name="parentFolderId" Type="Edm.String" Unicode="false"/>
- <Property Name="displayName" Type="Edm.String" Unicode="false"/>
- <NavigationProperty Name="contacts" Type="Collection(microsoft.graph.contact)" ContainsTarget="true"/>
- <NavigationProperty Name="childFolders" Type="Collection(microsoft.graph.contactFolder)" ContainsTarget="true"/>
- </EntityType>
- <EntityType Name="attachment" BaseType="microsoft.graph.entity" Abstract="true">
- <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset"/>
- <Property Name="name" Type="Edm.String" Unicode="false"/>
- <Property Name="contentType" Type="Edm.String" Unicode="false"/>
- <Property Name="size" Type="Edm.Int32" Nullable="false"/>
- <Property Name="isInline" Type="Edm.Boolean" Nullable="false"/>
- </EntityType>
- <ComplexType Name="reminder">
- <Property Name="eventId" Type="Edm.String" Unicode="false"/>
- <Property Name="eventStartTime" Type="microsoft.graph.dateTimeTimeZone"/>
- <Property Name="eventEndTime" Type="microsoft.graph.dateTimeTimeZone"/>
- <Property Name="changeKey" Type="Edm.String" Unicode="false"/>
- <Property Name="eventSubject" Type="Edm.String" Unicode="false"/>
- <Property Name="eventLocation" Type="microsoft.graph.location"/>
- <Property Name="eventWebLink" Type="Edm.String" Unicode="false"/>
- <Property Name="reminderFireTime" Type="microsoft.graph.dateTimeTimeZone"/>
- </ComplexType>
- <ComplexType Name="dateTimeTimeZone">
- <Property Name="dateTime" Type="Edm.String" Nullable="false" Unicode="false"/>
- <Property Name="timeZone" Type="Edm.String" Unicode="false"/>
- </ComplexType>
- <ComplexType Name="location">
- <Property Name="displayName" Type="Edm.String" Unicode="false"/>
- <Property Name="address" Type="microsoft.graph.physicalAddress"/>
- </ComplexType>
- <ComplexType Name="physicalAddress">
- <Property Name="street" Type="Edm.String" Unicode="false"/>
- <Property Name="city" Type="Edm.String" Unicode="false"/>
- <Property Name="state" Type="Edm.String" Unicode="false"/>
- <Property Name="countryOrRegion" Type="Edm.String" Unicode="false"/>
- <Property Name="postalCode" Type="Edm.String" Unicode="false"/>
- </ComplexType>
- <ComplexType Name="itemBody">
- <Property Name="contentType" Type="microsoft.graph.bodyType"/>
- <Property Name="content" Type="Edm.String" Unicode="false"/>
- </ComplexType>
- <ComplexType Name="recipient">
- <Property Name="emailAddress" Type="microsoft.graph.emailAddress"/>
- </ComplexType>
- <ComplexType Name="emailAddress">
- <Property Name="name" Type="Edm.String" Unicode="false"/>
- <Property Name="address" Type="Edm.String" Unicode="false"/>
- </ComplexType>
- <EntityType Name="fileAttachment" BaseType="microsoft.graph.attachment">
- <Property Name="contentId" Type="Edm.String" Unicode="false"/>
- <Property Name="contentLocation" Type="Edm.String" Unicode="false"/>
- <Property Name="contentBytes" Type="Edm.Binary"/>
- </EntityType>
- <EntityType Name="itemAttachment" BaseType="microsoft.graph.attachment">
- <NavigationProperty Name="item" Type="microsoft.graph.outlookItem" ContainsTarget="true"/>
- </EntityType>
- <ComplexType Name="responseStatus">
- <Property Name="response" Type="microsoft.graph.responseType"/>
- <Property Name="time" Type="Edm.DateTimeOffset"/>
- </ComplexType>
- <ComplexType Name="patternedRecurrence">
- <Property Name="pattern" Type="microsoft.graph.recurrencePattern"/>
- <Property Name="range" Type="microsoft.graph.recurrenceRange"/>
- </ComplexType>
- <ComplexType Name="recurrencePattern">
- <Property Name="type" Type="microsoft.graph.recurrencePatternType"/>
- <Property Name="interval" Type="Edm.Int32" Nullable="false"/>
- <Property Name="month" Type="Edm.Int32" Nullable="false"/>
- <Property Name="dayOfMonth" Type="Edm.Int32" Nullable="false"/>
- <Property Name="daysOfWeek" Type="Collection(microsoft.graph.dayOfWeek)"/>
- <Property Name="firstDayOfWeek" Type="microsoft.graph.dayOfWeek"/>
- <Property Name="index" Type="microsoft.graph.weekIndex"/>
- </ComplexType>
- <ComplexType Name="recurrenceRange">
- <Property Name="type" Type="microsoft.graph.recurrenceRangeType"/>
- <Property Name="startDate" Type="Edm.Date"/>
- <Property Name="endDate" Type="Edm.Date"/>
- <Property Name="recurrenceTimeZone" Type="Edm.String" Unicode="false"/>
- <Property Name="numberOfOccurrences" Type="Edm.Int32" Nullable="false"/>
- </ComplexType>
- <ComplexType Name="attendee" BaseType="microsoft.graph.recipient">
- <Property Name="status" Type="microsoft.graph.responseStatus"/>
- <Property Name="type" Type="microsoft.graph.attendeeType"/>
- </ComplexType>
- <EntityType Name="eventMessage" BaseType="microsoft.graph.message">
- <Property Name="meetingMessageType" Type="microsoft.graph.meetingMessageType"/>
- <NavigationProperty Name="event" Type="microsoft.graph.event" ContainsTarget="true"/>
- </EntityType>
- <EntityType Name="referenceAttachment" BaseType="microsoft.graph.attachment"/>
- <EntityType Name="post" BaseType="microsoft.graph.outlookItem">
- <Property Name="body" Type="microsoft.graph.itemBody"/>
- <Property Name="receivedDateTime" Type="Edm.DateTimeOffset" Nullable="false"/>
- <Property Name="hasAttachments" Type="Edm.Boolean" Nullable="false"/>
- <Property Name="from" Type="microsoft.graph.recipient" Nullable="false"/>
- <Property Name="sender" Type="microsoft.graph.recipient" Nullable="false"/>
- <Property Name="conversationThreadId" Type="Edm.String" Unicode="false"/>
- <Property Name="newParticipants" Type="Collection(microsoft.graph.recipient)" Nullable="false"/>
- <Property Name="conversationId" Type="Edm.String" Unicode="false"/>
- <NavigationProperty Name="inReplyTo" Type="microsoft.graph.post" ContainsTarget="true"/>
- <NavigationProperty Name="attachments" Type="Collection(microsoft.graph.attachment)" ContainsTarget="true"/>
- </EntityType>
- <ComplexType Name="identitySet" OpenType="true">
- <Property Name="application" Type="microsoft.graph.identity"/>
- <Property Name="device" Type="microsoft.graph.identity"/>
- <Property Name="user" Type="microsoft.graph.identity"/>
- </ComplexType>
- <ComplexType Name="identity">
- <Property Name="displayName" Type="Edm.String" Unicode="false"/>
- <Property Name="id" Type="Edm.String" Unicode="false"/>
- </ComplexType>
- <ComplexType Name="quota">
- <Property Name="deleted" Type="Edm.Int64"/>
- <Property Name="remaining" Type="Edm.Int64"/>
- <Property Name="state" Type="Edm.String" Unicode="false"/>
- <Property Name="total" Type="Edm.Int64"/>
- <Property Name="used" Type="Edm.Int64"/>
- </ComplexType>
- <EntityType Name="driveItem" BaseType="microsoft.graph.entity" OpenType="true">
- <Property Name="content" Type="Edm.Stream"/>
- <Property Name="createdBy" Type="microsoft.graph.identitySet"/>
- <Property Name="createdDateTime" Type="Edm.DateTimeOffset"/>
- <Property Name="cTag" Type="Edm.String" Unicode="false"/>
- <Property Name="description" Type="Edm.String" Unicode="false"/>
- <Property Name="eTag" Type="Edm.String" Unicode="false"/>
- <Property Name="lastModifiedBy" Type="microsoft.graph.identitySet"/>
- <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset"/>
- <Property Name="name" Type="Edm.String" Unicode="false"/>
- <Property Name="parentReference" Type="microsoft.graph.itemReference"/>
- <Property Name="size" Type="Edm.Int64"/>
- <Property Name="webDavUrl" Type="Edm.String" Unicode="false"/>
- <Property Name="webUrl" Type="Edm.String" Unicode="false"/>
- <Property Name="audio" Type="microsoft.graph.audio"/>
- <Property Name="deleted" Type="microsoft.graph.deleted"/>
- <Property Name="file" Type="microsoft.graph.file"/>
- <Property Name="fileSystemInfo" Type="microsoft.graph.fileSystemInfo"/>
- <Property Name="folder" Type="microsoft.graph.folder"/>
- <Property Name="image" Type="microsoft.graph.image"/>
- <Property Name="location" Type="microsoft.graph.geoCoordinates"/>
- <Property Name="photo" Type="microsoft.graph.photo"/>
- <Property Name="remoteItem" Type="microsoft.graph.remoteItem"/>
- <Property Name="searchResult" Type="microsoft.graph.searchResult"/>
- <Property Name="shared" Type="microsoft.graph.shared"/>
- <Property Name="specialFolder" Type="microsoft.graph.specialFolder"/>
- <Property Name="video" Type="microsoft.graph.video"/>
- <Property Name="package" Type="microsoft.graph.package"/>
- <NavigationProperty Name="createdByUser" Type="microsoft.graph.user"/>
- <NavigationProperty Name="lastModifiedByUser" Type="microsoft.graph.user"/>
- <NavigationProperty Name="permissions" Type="Collection(microsoft.graph.permission)" ContainsTarget="true"/>
- <NavigationProperty Name="children" Type="Collection(microsoft.graph.driveItem)" ContainsTarget="true"/>
- <NavigationProperty Name="thumbnails" Type="Collection(microsoft.graph.thumbnailSet)" ContainsTarget="true"/>
- </EntityType>
- <ComplexType Name="itemReference">
- <Property Name="driveId" Type="Edm.String" Unicode="false"/>
- <Property Name="id" Type="Edm.String" Unicode="false"/>
- <Property Name="path" Type="Edm.String" Unicode="false"/>
- </ComplexType>
- <ComplexType Name="audio">
- <Property Name="album" Type="Edm.String" Unicode="false"/>
- <Property Name="albumArtist" Type="Edm.String" Unicode="false"/>
- <Property Name="artist" Type="Edm.String" Unicode="false"/>
- <Property Name="bitrate" Type="Edm.Int64"/>
- <Property Name="composers" Type="Edm.String" Unicode="false"/>
- <Property Name="copyright" Type="Edm.String" Unicode="false"/>
- <Property Name="disc" Type="Edm.Int16"/>
- <Property Name="discCount" Type="Edm.Int16"/>
- <Property Name="duration" Type="Edm.Int64"/>
- <Property Name="genre" Type="Edm.String" Unicode="false"/>
- <Property Name="hasDrm" Type="Edm.Boolean"/>
- <Property Name="isVariableBitrate" Type="Edm.Boolean"/>
- <Property Name="title" Type="Edm.String" Unicode="false"/>
- <Property Name="track" Type="Edm.Int32"/>
- <Property Name="trackCount" Type="Edm.Int32"/>
- <Property Name="year" Type="Edm.Int32"/>
- </ComplexType>
- <ComplexType Name="deleted">
- <Property Name="state" Type="Edm.String" Unicode="false"/>
- </ComplexType>
- <ComplexType Name="file">
- <Property Name="hashes" Type="microsoft.graph.hashes"/>
- <Property Name="mimeType" Type="Edm.String" Unicode="false"/>
- </ComplexType>
- <ComplexType Name="hashes">
- <Property Name="crc32Hash" Type="Edm.String" Unicode="false"/>
- <Property Name="sha1Hash" Type="Edm.String" Unicode="false"/>
- </ComplexType>
- <ComplexType Name="fileSystemInfo">
- <Property Name="createdDateTime" Type="Edm.DateTimeOffset"/>
- <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset"/>
- </ComplexType>
- <ComplexType Name="folder">
- <Property Name="childCount" Type="Edm.Int32"/>
- </ComplexType>
- <ComplexType Name="image">
- <Property Name="height" Type="Edm.Int32"/>
- <Property Name="width" Type="Edm.Int32"/>
- </ComplexType>
- <ComplexType Name="geoCoordinates">
- <Property Name="altitude" Type="Edm.Double"/>
- <Property Name="latitude" Type="Edm.Double"/>
- <Property Name="longitude" Type="Edm.Double"/>
- </ComplexType>
- <ComplexType Name="photo">
- <Property Name="cameraMake" Type="Edm.String" Unicode="false"/>
- <Property Name="cameraModel" Type="Edm.String" Unicode="false"/>
- <Property Name="exposureDenominator" Type="Edm.Double"/>
- <Property Name="exposureNumerator" Type="Edm.Double"/>
- <Property Name="focalLength" Type="Edm.Double"/>
- <Property Name="fNumber" Type="Edm.Double"/>
- <Property Name="takenDateTime" Type="Edm.DateTimeOffset"/>
- <Property Name="iso" Type="Edm.Int32"/>
- </ComplexType>
- <ComplexType Name="remoteItem">
- <Property Name="file" Type="microsoft.graph.file"/>
- <Property Name="fileSystemInfo" Type="microsoft.graph.fileSystemInfo"/>
- <Property Name="folder" Type="microsoft.graph.folder"/>
- <Property Name="id" Type="Edm.String" Unicode="false"/>
- <Property Name="name" Type="Edm.String" Unicode="false"/>
- <Property Name="parentReference" Type="microsoft.graph.itemReference"/>
- <Property Name="size" Type="Edm.Int64"/>
- </ComplexType>
- <ComplexType Name="searchResult">
- <Property Name="onClickTelemetryUrl" Type="Edm.String" Unicode="false"/>
- </ComplexType>
- <ComplexType Name="shared">
- <Property Name="owner" Type="microsoft.graph.identitySet"/>
- <Property Name="scope" Type="Edm.String" Unicode="false"/>
- </ComplexType>
- <ComplexType Name="specialFolder">
- <Property Name="name" Type="Edm.String" Unicode="false"/>
- </ComplexType>
- <ComplexType Name="video">
- <Property Name="bitrate" Type="Edm.Int32"/>
- <Property Name="duration" Type="Edm.Int64"/>
- <Property Name="height" Type="Edm.Int32"/>
- <Property Name="width" Type="Edm.Int32"/>
- </ComplexType>
- <ComplexType Name="package">
- <Property Name="type" Type="Edm.String" Unicode="false"/>
- </ComplexType>
- <EntityType Name="permission" BaseType="microsoft.graph.entity">
- <Property Name="grantedTo" Type="microsoft.graph.identitySet"/>
- <Property Name="invitation" Type="microsoft.graph.sharingInvitation"/>
- <Property Name="inheritedFrom" Type="microsoft.graph.itemReference"/>
- <Property Name="link" Type="microsoft.graph.sharingLink"/>
- <Property Name="roles" Type="Collection(Edm.String)" Unicode="false"/>
- <Property Name="shareId" Type="Edm.String" Unicode="false"/>
- </EntityType>
- <EntityType Name="thumbnailSet" BaseType="microsoft.graph.entity" OpenType="true">
- <Property Name="large" Type="microsoft.graph.thumbnail"/>
- <Property Name="medium" Type="microsoft.graph.thumbnail"/>
- <Property Name="small" Type="microsoft.graph.thumbnail"/>
- <Property Name="source" Type="microsoft.graph.thumbnail"/>
- </EntityType>
- <ComplexType Name="sharingInvitation">
- <Property Name="email" Type="Edm.String" Unicode="false"/>
- <Property Name="invitedBy" Type="microsoft.graph.identitySet"/>
- <Property Name="redeemedBy" Type="Edm.String" Unicode="false"/>
- <Property Name="signInRequired" Type="Edm.Boolean"/>
- </ComplexType>
- <ComplexType Name="sharingLink">
- <Property Name="application" Type="microsoft.graph.identity"/>
- <Property Name="type" Type="Edm.String" Unicode="false"/>
- <Property Name="webUrl" Type="Edm.String" Unicode="false"/>
- </ComplexType>
- <ComplexType Name="thumbnail">
- <Property Name="content" Type="Edm.Stream"/>
- <Property Name="height" Type="Edm.Int32"/>
- <Property Name="url" Type="Edm.String" Unicode="false"/>
- <Property Name="width" Type="Edm.Int32"/>
- </ComplexType>
- <EntityType Name="subscription" BaseType="microsoft.graph.entity">
- <Property Name="resource" Type="Edm.String" Nullable="false" Unicode="false"/>
- <Property Name="changeType" Type="Edm.String" Nullable="false" Unicode="false"/>
- <Property Name="clientState" Type="Edm.String" Unicode="false"/>
- <Property Name="notificationUrl" Type="Edm.String" Nullable="false" Unicode="false"/>
- <Property Name="expirationDateTime" Type="Edm.DateTimeOffset"/>
- </EntityType>
- <Action Name="checkMemberGroups" IsBound="true">
- <Parameter Name="bindingParameter" Type="microsoft.graph.directoryObject" Nullable="false"/>
- <Parameter Name="groupIds" Type="Collection(Edm.String)" Nullable="false" Unicode="false"/>
- <ReturnType Type="Collection(Edm.String)" Nullable="false" Unicode="false"/>
- </Action>
- <Action Name="getMemberGroups" IsBound="true">
- <Parameter Name="bindingParameter" Type="microsoft.graph.directoryObject" Nullable="false"/>
- <Parameter Name="securityEnabledOnly" Type="Edm.Boolean"/>
- <ReturnType Type="Collection(Edm.String)" Nullable="false" Unicode="false"/>
- </Action>
- <Action Name="getMemberObjects" IsBound="true">
- <Parameter Name="bindingParameter" Type="microsoft.graph.directoryObject" Nullable="false"/>
- <Parameter Name="securityEnabledOnly" Type="Edm.Boolean"/>
- <ReturnType Type="Collection(Edm.String)" Nullable="false" Unicode="false"/>
- </Action>
- <Action Name="assignLicense" IsBound="true">
- <Parameter Name="bindingParameter" Type="microsoft.graph.user" Nullable="false"/>
- <Parameter Name="addLicenses" Type="Collection(microsoft.graph.assignedLicense)" Nullable="false"/>
- <Parameter Name="removeLicenses" Type="Collection(Edm.Guid)" Nullable="false"/>
- <ReturnType Type="microsoft.graph.user"/>
- </Action>
- <Action Name="changePassword" IsBound="true">
- <Parameter Name="bindingParameter" Type="microsoft.graph.user" Nullable="false"/>
- <Parameter Name="currentPassword" Type="Edm.String" Unicode="false"/>
- <Parameter Name="newPassword" Type="Edm.String" Unicode="false"/>
- </Action>
- <Action Name="sendMail" IsBound="true">
- <Parameter Name="bindingParameter" Type="microsoft.graph.user"/>
- <Parameter Name="Message" Type="microsoft.graph.message" Nullable="false"/>
- <Parameter Name="SaveToSentItems" Type="Edm.Boolean"/>
- </Action>
- <Function Name="reminderView" IsBound="true">
- <Parameter Name="bindingparameter" Type="microsoft.graph.user"/>
- <Parameter Name="StartDateTime" Type="Edm.String" Nullable="false" Unicode="false"/>
- <Parameter Name="EndDateTime" Type="Edm.String" Unicode="false"/>
- <ReturnType Type="Collection(microsoft.graph.reminder)" Nullable="false"/>
- </Function>
- <Action Name="copy" IsBound="true" EntitySetPath="bindingParameter">
- <Parameter Name="bindingParameter" Type="microsoft.graph.mailFolder"/>
- <Parameter Name="DestinationId" Type="Edm.String" Unicode="false"/>
- <ReturnType Type="microsoft.graph.mailFolder"/>
- </Action>
- <Action Name="move" IsBound="true" EntitySetPath="bindingParameter">
- <Parameter Name="bindingParameter" Type="microsoft.graph.mailFolder"/>
- <Parameter Name="DestinationId" Type="Edm.String" Unicode="false"/>
- <ReturnType Type="microsoft.graph.mailFolder"/>
- </Action>
- <Action Name="copy" IsBound="true" EntitySetPath="bindingParameter">
- <Parameter Name="bindingParameter" Type="microsoft.graph.message"/>
- <Parameter Name="DestinationId" Type="Edm.String" Unicode="false"/>
- <ReturnType Type="microsoft.graph.message"/>
- </Action>
- <Action Name="move" IsBound="true" EntitySetPath="bindingParameter">
- <Parameter Name="bindingParameter" Type="microsoft.graph.message"/>
- <Parameter Name="DestinationId" Type="Edm.String" Unicode="false"/>
- <ReturnType Type="microsoft.graph.message"/>
- </Action>
- <Action Name="createReply" IsBound="true" EntitySetPath="bindingParameter">
- <Parameter Name="bindingParameter" Type="microsoft.graph.message"/>
- <ReturnType Type="microsoft.graph.message"/>
- </Action>
- <Action Name="createReplyAll" IsBound="true" EntitySetPath="bindingParameter">
- <Parameter Name="bindingParameter" Type="microsoft.graph.message"/>
- <ReturnType Type="microsoft.graph.message"/>
- </Action>
- <Action Name="createForward" IsBound="true" EntitySetPath="bindingParameter">
- <Parameter Name="bindingParameter" Type="microsoft.graph.message"/>
- <ReturnType Type="microsoft.graph.message"/>
- </Action>
- <Action Name="reply" IsBound="true">
- <Parameter Name="bindingParameter" Type="microsoft.graph.message"/>
- <Parameter Name="Comment" Type="Edm.String" Unicode="false"/>
- </Action>
- <Action Name="replyAll" IsBound="true">
- <Parameter Name="bindingParameter" Type="microsoft.graph.message"/>
- <Parameter Name="Comment" Type="Edm.String" Unicode="false"/>
- </Action>
- <Action Name="forward" IsBound="true">
- <Parameter Name="bindingParameter" Type="microsoft.graph.message"/>
- <Parameter Name="Comment" Type="Edm.String" Unicode="false"/>
- <Parameter Name="ToRecipients" Type="Collection(microsoft.graph.recipient)"/>
- </Action>
- <Action Name="send" IsBound="true">
- <Parameter Name="bindingParameter" Type="microsoft.graph.message"/>
- </Action>
- <Action Name="accept" IsBound="true">
- <Parameter Name="bindingParameter" Type="microsoft.graph.event"/>
- <Parameter Name="Comment" Type="Edm.String" Unicode="false"/>
- <Parameter Name="SendResponse" Type="Edm.Boolean"/>
- </Action>
- <Action Name="decline" IsBound="true">
- <Parameter Name="bindingParameter" Type="microsoft.graph.event"/>
- <Parameter Name="Comment" Type="Edm.String" Unicode="false"/>
- <Parameter Name="SendResponse" Type="Edm.Boolean"/>
- </Action>
- <Action Name="tentativelyAccept" IsBound="true">
- <Parameter Name="bindingParameter" Type="microsoft.graph.event"/>
- <Parameter Name="Comment" Type="Edm.String" Unicode="false"/>
- <Parameter Name="SendResponse" Type="Edm.Boolean"/>
- </Action>
- <Action Name="snoozeReminder" IsBound="true">
- <Parameter Name="bindingParameter" Type="microsoft.graph.event"/>
- <Parameter Name="NewReminderTime" Type="microsoft.graph.dateTimeTimeZone" Nullable="false"/>
- </Action>
- <Action Name="dismissReminder" IsBound="true">
- <Parameter Name="bindingParameter" Type="microsoft.graph.event"/>
- </Action>
- <Action Name="subscribeByMail" IsBound="true">
- <Parameter Name="bindingParameter" Type="microsoft.graph.group"/>
- </Action>
- <Action Name="unsubscribeByMail" IsBound="true">
- <Parameter Name="bindingParameter" Type="microsoft.graph.group"/>
- </Action>
- <Action Name="addFavorite" IsBound="true">
- <Parameter Name="bindingParameter" Type="microsoft.graph.group"/>
- </Action>
- <Action Name="removeFavorite" IsBound="true">
- <Parameter Name="bindingParameter" Type="microsoft.graph.group"/>
- </Action>
- <Action Name="resetUnseenCount" IsBound="true">
- <Parameter Name="bindingParameter" Type="microsoft.graph.group"/>
- </Action>
- <Action Name="reply" IsBound="true">
- <Parameter Name="bindingParameter" Type="microsoft.graph.conversationThread"/>
- <Parameter Name="Post" Type="microsoft.graph.post" Nullable="false"/>
- </Action>
- <Action Name="forward" IsBound="true">
- <Parameter Name="bindingParameter" Type="microsoft.graph.post"/>
- <Parameter Name="Comment" Type="Edm.String" Unicode="false"/>
- <Parameter Name="ToRecipients" Type="Collection(microsoft.graph.recipient)" Nullable="false"/>
- </Action>
- <Action Name="reply" IsBound="true">
- <Parameter Name="bindingParameter" Type="microsoft.graph.post"/>
- <Parameter Name="Post" Type="microsoft.graph.post" Nullable="false"/>
- </Action>
- <Function Name="search" IsBound="true">
- <Parameter Name="bindingParameter" Type="microsoft.graph.driveItem" Nullable="false"/>
- <Parameter Name="q" Type="Edm.String" Unicode="false"/>
- <ReturnType Type="Collection(microsoft.graph.driveItem)" Nullable="false"/>
- </Function>
- <Action Name="createLink" IsBound="true">
- <Parameter Name="bindingParameter" Type="microsoft.graph.driveItem" Nullable="false"/>
- <Parameter Name="type" Type="Edm.String" Nullable="false" Unicode="false"/>
- <Parameter Name="scope" Type="Edm.String" Unicode="false"/>
- <ReturnType Type="microsoft.graph.permission" Nullable="false"/>
- </Action>
- <Function Name="delta" IsBound="true">
- <Parameter Name="bindingParameter" Type="microsoft.graph.driveItem" Nullable="false"/>
- <Parameter Name="token" Type="Edm.String" Unicode="false"/>
- <ReturnType Type="Collection(microsoft.graph.driveItem)" Nullable="false"/>
- </Function>
- <Function Name="delta" IsBound="true">
- <Parameter Name="bindingParameter" Type="microsoft.graph.driveItem" Nullable="false"/>
- <ReturnType Type="Collection(microsoft.graph.driveItem)" Nullable="false"/>
- </Function>
- <Function Name="recent" IsBound="true">
- <Parameter Name="bindingParameter" Type="microsoft.graph.drive" Nullable="false"/>
- <ReturnType Type="Collection(microsoft.graph.driveItem)" Nullable="false"/>
- </Function>
- <Function Name="sharedWithMe" IsBound="true">
- <Parameter Name="bindingParameter" Type="microsoft.graph.drive" Nullable="false"/>
- <ReturnType Type="Collection(microsoft.graph.driveItem)" Nullable="false"/>
- </Function>
- <Action Name="copy" IsBound="true">
- <Parameter Name="bindingParameter" Type="microsoft.graph.driveItem" Nullable="false"/>
- <Parameter Name="name" Type="Edm.String" Unicode="false"/>
- <Parameter Name="parentReference" Type="microsoft.graph.itemReference"/>
- <ReturnType Type="microsoft.graph.driveItem" Nullable="false"/>
- </Action>
- <Term Name="sourceUrl" Type="Edm.String" AppliesTo="microsoft.graph.driveItem"/>
- <Term Name="downloadUrl" Type="Edm.String" AppliesTo="microsoft.graph.driveItem"/>
- <Term Name="conflictBehavior" Type="Edm.String" AppliesTo="microsoft.graph.driveItem"/>
- <EntityContainer Name="GraphService">
- <EntitySet Name="directoryObjects" EntityType="microsoft.graph.directoryObject"/>
- <EntitySet Name="devices" EntityType="microsoft.graph.device">
- <NavigationPropertyBinding Path="registeredOwners" Target="directoryObjects"/>
- <NavigationPropertyBinding Path="registeredUsers" Target="directoryObjects"/>
- </EntitySet>
- <EntitySet Name="groups" EntityType="microsoft.graph.group">
- <NavigationPropertyBinding Path="members" Target="directoryObjects"/>
- <NavigationPropertyBinding Path="memberOf" Target="directoryObjects"/>
- <NavigationPropertyBinding Path="createdOnBehalfOf" Target="directoryObjects"/>
- <NavigationPropertyBinding Path="owners" Target="directoryObjects"/>
- <NavigationPropertyBinding Path="microsoft.graph.driveItem/lastModifiedByUser" Target="users"/>
- <NavigationPropertyBinding Path="microsoft.graph.driveItem/createdByUser" Target="users"/>
- </EntitySet>
- <EntitySet Name="directoryRoles" EntityType="microsoft.graph.directoryRole">
- <NavigationPropertyBinding Path="members" Target="directoryObjects"/>
- </EntitySet>
- <EntitySet Name="directoryRoleTemplates" EntityType="microsoft.graph.directoryRoleTemplate"/>
- <EntitySet Name="organization" EntityType="microsoft.graph.organization"/>
- <EntitySet Name="subscribedSkus" EntityType="microsoft.graph.subscribedSku"/>
- <EntitySet Name="users" EntityType="microsoft.graph.user">
- <NavigationPropertyBinding Path="ownedDevices" Target="directoryObjects"/>
- <NavigationPropertyBinding Path="registeredDevices" Target="directoryObjects"/>
- <NavigationPropertyBinding Path="manager" Target="directoryObjects"/>
- <NavigationPropertyBinding Path="directReports" Target="directoryObjects"/>
- <NavigationPropertyBinding Path="memberOf" Target="directoryObjects"/>
- <NavigationPropertyBinding Path="createdObjects" Target="directoryObjects"/>
- <NavigationPropertyBinding Path="ownedObjects" Target="directoryObjects"/>
- <NavigationPropertyBinding Path="microsoft.graph.driveItem/lastModifiedByUser" Target="users"/>
- <NavigationPropertyBinding Path="microsoft.graph.driveItem/createdByUser" Target="users"/>
- </EntitySet>
- <EntitySet Name="drives" EntityType="microsoft.graph.drive">
- <NavigationPropertyBinding Path="microsoft.graph.driveItem/lastModifiedByUser" Target="users"/>
- <NavigationPropertyBinding Path="microsoft.graph.driveItem/createdByUser" Target="users"/>
- </EntitySet>
- <EntitySet Name="subscriptions" EntityType="microsoft.graph.subscription"/>
- <Singleton Name="me" Type="microsoft.graph.user">
- <NavigationPropertyBinding Path="ownedDevices" Target="directoryObjects"/>
- <NavigationPropertyBinding Path="registeredDevices" Target="directoryObjects"/>
- <NavigationPropertyBinding Path="manager" Target="directoryObjects"/>
- <NavigationPropertyBinding Path="directReports" Target="directoryObjects"/>
- <NavigationPropertyBinding Path="memberOf" Target="directoryObjects"/>
- <NavigationPropertyBinding Path="createdObjects" Target="directoryObjects"/>
- <NavigationPropertyBinding Path="ownedObjects" Target="directoryObjects"/>
- </Singleton>
- <Singleton Name="drive" Type="microsoft.graph.drive">
- <NavigationPropertyBinding Path="microsoft.graph.driveItem/lastModifiedByUser" Target="users"/>
- <NavigationPropertyBinding Path="microsoft.graph.driveItem/createdByUser" Target="users"/>
- </Singleton>
- </EntityContainer>
- <Annotations Target="microsoft.graph.directoryObject">
- <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
- <Record>
- <PropertyValue Property="Expandable" Bool="false"/>
- </Record>
- </Annotation>
- <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
- <Record>
- <PropertyValue Property="Referenceable" Bool="false"/>
- </Record>
- </Annotation>
- <Annotation Term="Org.OData.Capabilities.V1.SelectRestrictions">
- <Record>
- <PropertyValue Property="Selectable" Bool="false"/>
- </Record>
- </Annotation>
- <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
- <Record>
- <PropertyValue Property="Countable" Bool="false"/>
- </Record>
- </Annotation>
- <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
- <Record>
- <PropertyValue Property="Filterable" Bool="false"/>
- </Record>
- </Annotation>
- <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false"/>
- </Annotations>
- <Annotations Target="microsoft.graph.directoryRole">
- <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false"/>
- </Annotations>
- <Annotations Target="microsoft.graph.directoryRoleTemplate">
- <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false"/>
- </Annotations>
- <Annotations Target="microsoft.graph.subscribedSku">
- <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
- <Record>
- <PropertyValue Property="Expandable" Bool="false"/>
- </Record>
- </Annotation>
- <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
- <Record>
- <PropertyValue Property="Referenceable" Bool="false"/>
- </Record>
- </Annotation>
- <Annotation Term="Org.OData.Capabilities.V1.SelectRestrictions">
- <Record>
- <PropertyValue Property="Selectable" Bool="false"/>
- </Record>
- </Annotation>
- <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
- <Record>
- <PropertyValue Property="Countable" Bool="false"/>
- </Record>
- </Annotation>
- <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
- <Record>
- <PropertyValue Property="Filterable" Bool="false"/>
- </Record>
- </Annotation>
- <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false"/>
- <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false"/>
- </Annotations>
- <Annotations Target="microsoft.graph.subscription">
- <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
- <Record>
- <PropertyValue Property="Expandable" Bool="false"/>
- </Record>
- </Annotation>
- <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
- <Record>
- <PropertyValue Property="Referenceable" Bool="false"/>
- </Record>
- </Annotation>
- <Annotation Term="Org.OData.Capabilities.V1.SelectRestrictions">
- <Record>
- <PropertyValue Property="Selectable" Bool="false"/>
- </Record>
- </Annotation>
- <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
- <Record>
- <PropertyValue Property="Countable" Bool="false"/>
- </Record>
- </Annotation>
- <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
- <Record>
- <PropertyValue Property="Filterable" Bool="false"/>
- </Record>
- </Annotation>
- <Annotation Term="Org.OData.Capabilities.V1.SortRestrictions">
- <Record>
- <PropertyValue Property="Sortable" Bool="false"/>
- </Record>
- </Annotation>
- <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false"/>
- <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false"/>
- </Annotations>
- </Schema>
- </edmx:DataServices>
- </edmx:Edmx>
|