<xsd:complexType name="Content">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org">Contains the content of a particular payload.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:any namespace="##any" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org">Generic Payload, this can be any type of content as long as it
meets XML formatting standards.</xsd:documentation>
</xsd:annotation>
</xsd:any>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:token" use="required">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org">A unique id that identifies the content being sent. This corresponds
to the id specified in the manifest.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:anyAttribute />
</xsd:complexType>
|