ServerProperties Schema
ServerProperties Element
ServerProperties Schema : ServerProperties Element

Glossary Item Box

Namespace (none)

Diagram

ProductEditionDisplayName Element ProductEditionName Element All ServerProperties Element

Overview

All
ProductEditionName xs:string
The unique ID of the product edition. Used in application code.
ProductEditionDisplayName xs:string
The product edition display string.

Source

<xs:element name="ServerProperties" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:all>
      <xs:element name="ProductEditionName" type="xs:string">
        <xs:annotation>
          <xs:documentation>
                          The unique ID of the product edition. Used in application code.
                       </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ProductEditionDisplayName" type="xs:string">
        <xs:annotation>
          <xs:documentation>
                          The product edition display string.
                       </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:all>
  </xs:complexType>
</xs:element>

See Also