2.2.4.77 t:XrmOrganizationItemType Complex Type
The XrmOrganizationItemType complex type is intended for internal use only.
-
<xs:complexType name="XrmOrganizationItemType"> <xs:complexContent> <xs:extension base="t:ContactItemType"> <xs:sequence> <xs:element name="XrmOrganizationId" type="t:GuidType" minOccurs="0"/> <xs:element name="XrmContactType" type="xs:int" minOccurs="0"/> <xs:element name="XrmCompanySize" type="xs:int" minOccurs="0"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
The following table lists the child elements of the XrmOrganizationItemType complex type.
-
Element name
Type
Description
XrmOrganizationId
t:GuidType ([MS-OXWSXPROP] section 2.1.7)
For internal use only.
XrmContactType
xs:int ([XMLSCHEMA2])
For internal use only.
XrmCompanySize
xs:int ([XMLSCHEMA2])
For internal use only.