Glossary Item Box
<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>
ServerProperties Schema