<xsd:complexType name="itemType">
<xsd:annotation>
<xsd:documentation>The itemType specifies an optional message element as well as the id attribute.</xsd:documentation>
<xsd:appinfo>
<attributes>id</attributes>
<content>none</content>
<child_elements>[message]</child_elements>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="system_characteristics:message" minOccurs="0" maxOccurs="1" />
</xsd:sequence>
<xsd:attribute name="id" type="system_characteristics:itemId" use="required" />
</xsd:complexType>
|