<xs:element name="Headband">
<xs:complexType>
<xs:sequence>
<xs:element ref="ColourCode" minOccurs="0" />
<xs:element ref="ColourDescription" minOccurs="0" />
<xs:element ref="BandMaterial" minOccurs="0" />
</xs:sequence>
<xs:attribute name="BandLocationType" type="bandLocationType" />
</xs:complexType>
</xs:element>
|