다음을 통해 공유


MetadataBuilderInformation

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

Important

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

MetadataBuilderInformation 요소는 디바이스 메타데이터 패키지를 만든 애플리케이션에 대한 정보를 지정합니다.

Usage

<MetadataBuilderInformation>
  text
  child elements
</MetadataBuilderInformation>

Attributes

특성이 없습니다.

Text value

1~256개의 인쇄 가능한 문자를 포함하는 문자열입니다.

Child elements

Element Description

Application

The Application element specifies the name of the application software that created the service metadata package.

Version

The Version element specifies the version of the application software that created the service metadata package.

Parent elements

Element Description

PackageInfo

The PackageInfo element is the parent element of the PackageInfo XML schema. PackageInfo 요소의 자식 요소는 디바이스 메타데이터 패키지의 특성을 지정합니다.

XSD

<xs:element name="MetadataBuilderInformation" type="tns:MetadataBuilderInformationType" minOccurs="0" /> 

<xs:complexType name="MetadataBuilderInformationType">
  <xs:sequence>
  <xs:element name="Application" type="tns:ApplicationType" />
  <xs:element name="Version" type="tns:VersionType" />
  <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
  </xs:sequence>
</xs:complexType> 

<xs:simpleType name="ApplicationType">
  <xs:restriction base="xs:string">
  <xs:minLength value="1" />
  <xs:maxLength value="256" />
  </xs:restriction>
</xs:simpleType> 

<xs:simpleType name="VersionType">
   <xs:restriction base="xs:string">
     <xs:minLength value="1" />
     <xs:maxLength value="256" />
   </xs:restriction> 
</xs:simpleType>

Remarks

MetadataBuilderInformation 요소는 운영 체제의 구성 요소에서 사용되지 않습니다. OEM, IHV 및 ISV에서 사용하도록 예약되어 있습니다.