다음을 통해 공유


PackageInfo

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

Important

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

PackageInfo 요소는 PackageInfo XML 스키마의 부모 요소입니다. PackageInfo 요소의 자식 요소는 서비스 메타데이터 패키지의 특성을 지정합니다.

Usage

<PackageInfo>
  child elements
</PackageInfo>

Attributes

특성이 없습니다.

Child elements

Element Description

MetadataBuilderInformation

The MetadataBuilderInformation element specifies information about the application that created the service metadata package.

MetadataKey

The MetadataKey element specifies the attributes of the service metadata package. 여기에는 다음이 포함되었습니다.

  • 디바이스에서 지원하는 각 하드웨어 함수의 식별자입니다.

  • 패키지 내의 텍스트 문자열에 대한 언어별 로캘입니다.

PackageStructure

The PackageStructure element specifies the XML schemas which are referenced by the service metadata package.

Relationships

The Relationships element, through its child elements, specifies data that is used to track a service metadata package within the device metadata cache.

Parent elements

부모 요소가 없습니다.

XSD

<xs:element name="PackageInfo" type="tns:PackageInfoType" />

<xs:complexType name="PackageInfoType">
  <xs:sequence>
    <xs:element name="MetadataKey" type="tns:MetadataKeyType" />
    <xs:element name="PackageStructure" type="tns:PackageStructureType" />
    <xs:element name="Relationships" type="tns:RelationshipsType" minOccurs="0" />
    <xs:element name="MetadataBuilderInformation" type="tns:MetadataBuilderInformationType" minOccurs="0" />
    <xs:any namespace="##other" processContents="lax" minOccurs="0"
      maxOccurs="unbounded" />
  </xs:sequence>
</xs:complexType>

Remarks

The PackageInfo element must contain one instance of the MetadataKey, PackageStructure, and Relationships elements.