SupportContact Element
Applies To: Windows Server 2012 Essentials
Specifies the support contact.
<xs:element name="SupportContact" minOccurs="0" maxOccurs="1" nillable="false">
<xs:complexType>
<xs:all>
<xs:element name="Phone" type="xs:string" minOccurs="0" maxOccurs="1" nillable="false"/>
<xs:element name="Email" type="xs:string" minOccurs="0" maxOccurs="1" nillable="false"/>
</xs:all>
</xs:complexType>
</xs:element>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
Element | Description |
---|---|
Phone Element | Specifies the phone number of a contact. |
Email Element | Specifies the email address of a contact. |
Parent Elements
See Also
How to: Create a Configuration XML File
How to: Manage the Add-In