共用方式為


2.2.1.3 Endpoint Element

Endpoint element contains information about the endpoint that created the report. The type of this element is EndpointType.

The EndpointType type is defined as follows<12>:

<xs:complexType name="EndpointType">
  <xs:sequence>
    <xs:any namespace="##other" processContents="lax" minOccurs="0"
     maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attribute name="Name" type="xs:string" use="required"/>
  <xs:attribute name="ProfileId" type="xs:string"/>
  <xs:attribute ref="v2:OS" use="optional"/>
  <xs:attribute ref="v2:CPUName" use="optional"/>
  <xs:attribute ref="v2:CPUNumberOfCores" use="optional"/>
  <xs:attribute ref="v2:CPUProcessorSpeed" use="optional"/>
  <xs:attribute ref="v2:VirtualizationFlag" use="optional"/>
  <xs:anyAttribute namespace="##other" processContents="lax"/>
 </xs:complexType>