Microsoft.SystemCenter.Notification.SipNotificationContentSchema (SchemaType)

Element properties:

AccessibilityPublic

Source Code:

<SchemaType ID="Microsoft.SystemCenter.Notification.SipNotificationContentSchema" Accessibility="Public">
<xsd:complexType name="SipContentType">
<xsd:sequence>
<xsd:element name="ContentType" minOccurs="1" maxOccurs="1" type="xsd:string"/>
<xsd:element name="Encoding" minOccurs="1" maxOccurs="1" type="xsd:string"/>
<xsd:element name="Body" minOccurs="1" maxOccurs="1" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</SchemaType>