Group Membership Activity

Return to types list

Verify Xml Against Schema

Copy/paste or type your thing XML below.

Schema

Open schema as a file

<?xml version="1.0" encoding="utf-16"?>
<schema xmlns:d="urn:com.microsoft.wc.dates" xmlns:t="urn:com.microsoft.wc.thing.types" targetNamespace="urn:com.microsoft.wc.thing.group-membership-activity" xmlns="http://www.w3.org/2001/XMLSchema">
  <import schemaLocation="base.xsd" namespace="urn:com.microsoft.wc.thing.types" />
  <import schemaLocation="dates.xsd" namespace="urn:com.microsoft.wc.dates" />
  <annotation>
    <documentation>
      <type-id xmlns="http://www.w3.org/2001/XMLSchema">e75fa095-31ed-4b30-b5f7-463963b5e734</type-id>
      <type-name xmlns="http://www.w3.org/2001/XMLSchema">Group Membership Activity</type-name>
      <wrapper-class-name xmlns="http://www.w3.org/2001/XMLSchema">GroupMembershipActivity</wrapper-class-name>
      <wrapper-class-fwlink xmlns="http://www.w3.org/2001/XMLSchema">136143</wrapper-class-fwlink>
      <sample-xml-fwlink xmlns="http://www.w3.org/2001/XMLSchema">136144</sample-xml-fwlink>
      <data-type-guide-fwlink xmlns="http://www.w3.org/2001/XMLSchema">136142</data-type-guide-fwlink>
      <summary xmlns="http://www.w3.org/2001/XMLSchema">Describes an activity related to group membership.</summary>
      <effective-date-element xmlns="http://www.w3.org/2001/XMLSchema">when</effective-date-element>
    </documentation>
  </annotation>
  <element name="group-membership-activity">
    <complexType>
      <annotation>
        <documentation>
          <summary xmlns="http://www.w3.org/2001/XMLSchema">Describes an activity related to group membership.</summary>
        </documentation>
      </annotation>
      <sequence>
        <element name="when" type="d:date-time">
          <annotation>
            <documentation>
              <summary xmlns="http://www.w3.org/2001/XMLSchema">The date and time of the activity.</summary>
            </documentation>
          </annotation>
        </element>
        <element name="activity" type="t:coded-value">
          <annotation>
            <documentation>
              <summary xmlns="http://www.w3.org/2001/XMLSchema">The activity that occurred.</summary>
              <remarks xmlns="http://www.w3.org/2001/XMLSchema">For example: RecordAuthorizedForApplication.</remarks>
              <preferred-vocabulary xmlns="http://www.w3.org/2001/XMLSchema">group-membership-activities</preferred-vocabulary>
            </documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="activity-info" type="string">
          <annotation>
            <documentation>
              <summary xmlns="http://www.w3.org/2001/XMLSchema">Additional information for this activity.</summary>
            </documentation>
          </annotation>
        </element>
      </sequence>
    </complexType>
  </element>
</schema>