<xsd:complexType name="ServiceAdvisoryCategory">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type that can be used to describe the category of an advisory message, e.g.. Availability, Rules, Products, etc., etc..</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="Scheme">
<xsd:attribute name="serviceAdvisoryCategoryScheme" type="NonEmptyURI" default="http://www.fpml.org/coding-scheme/service-advisory-category" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|