다음을 통해 공유


Branding Schema

Note  Wireless Provisioning Services (WPS) is no longer available as of Windows Vista.

 

The Branding XML schema describes the branding information that must be specified by a WISP. This information includes the WISP's logo and friendly name.

<?xml version="1.0" ?>
<xs:schema id="BrandingFile"
 targetNamespace="https://www.microsoft.com/provisioning/Branding"
 xmlns="https://www.microsoft.com/provisioning/Branding"
 xmlns:xs="https://www.w3.org/2001/XMLSchema"
 xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"
 attributeFormDefault="qualified" elementFormDefault="qualified">

  <xs:element name="Branding">
    <xs:complexType>
      <xs:sequence>
        <xs:element name="FriendlyName" type="xs:string" minOccurs="1" maxOccurs="1" />
        <xs:element name="PostConnectedAction" type="xs:string" minOccurs="0"
         maxOccurs="1"/>
        <xs:element name="ServiceDescription" type="xs:string" minOccurs="1"
         maxOccurs="1"/>
        <xs:element name="Logo" type="xs:string" minOccurs="1" maxOccurs="1" />
        <xs:element name="Header" type="xs:string" minOccurs="1" maxOccurs="1"/>
      </xs:sequence>
    </xs:complexType>
  </xs:element>

  <xs:element name="BrandingFile" msdata:IsDataSet="true"
   msdata:EnforceConstraints="False">
    <xs:complexType>
      <xs:choice maxOccurs="1">
        <xs:element ref="Branding" />
      </xs:choice>
    </xs:complexType>
  </xs:element>

</xs:schema>

 

 

Send comments about this topic to Microsoft