<xsd:complexType name="PreferenceABIEType">
<xsd:annotation>
<xsd:documentation>
Precedence, advantage, or choice of one person or thing over
another. Justification: definition of object class.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" name="PriorityRankingNumeric" type="udt:NumericType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5"> The number of the
priority ranking of this preference. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="PreferredIndicator" type="udt:IndicatorType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5"> The indication of
whether or not this preference is the preferred option. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="UnavailablePeriod">
<xsd:annotation>
<xsd:documentation>
A period when a preference is not available.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="AvailablePeriod">
<xsd:annotation>
<xsd:documentation>
A period when a preference is available.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|