다음을 통해 공유


SoftwareInfo

MBAE 더 이상 사용하지 않을 것에 대한 경고

Important

Windows 10 버전 1803부터 MBAE 앱 환경은 MO UWP 앱으로 대체됩니다. MO UWP 앱에 대한 자세한 내용은 UWP 모바일 광대역 앱을 참조 하세요.

SoftwareInfo 요소는 SoftwareInfo XML 스키마의 부모 요소입니다.

Usage

<SoftwareInfo>
  child elements
</SoftwareInfo>

Attributes

특성이 없습니다.

Child elements

Element Description

DeviceCompanionApplications

PC에서 운영자의 모바일 광대역 하드웨어가 검색될 때 다운로드할 앱을 지정합니다.

PrivilegedApplications

권한 있는 모바일 광대역 인터페이스에 액세스할 수 있는 앱을 지정합니다.

Parent elements

부모 요소가 없습니다.

XSD

<xs:element name="SoftwareInfo" type="tns:SoftwareInfoType" />

<xs:complexType name="SoftwareInfoType">
  <xs:choice>
    <xs:sequence>
      <xs:element name="DeviceCompanionApplications" type="tns:DeviceCompanionApplicationsType" />
      <xs:element name="PrivilegedApplications" type="tns:PrivilegedApplicationsType" minOccurs="0" />
      <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:element name="PrivilegedApplications" type="tns:PrivilegedApplicationsType" />
  </xs:choice>
</xs:complexType>

Remarks

SoftwareInfo 요소가 필요합니다.