<xsd:element minOccurs="0" maxOccurs="unbounded" name="water-state">
<xsd:complexType>
<xsd:sequence>
<xsd:choice>
<xsd:sequence>
<xsd:element minOccurs="0" maxOccurs="unbounded" name="waves" nillable="true">
<xsd:complexType>
<xsd:sequence>
<xsd:element minOccurs="0" maxOccurs="1" name="name" type="xsd:string" />
<xsd:element minOccurs="1" maxOccurs="unbounded" name="value" nillable="true" type="xsd:nonNegativeInteger" />
</xsd:sequence>
<xsd:attribute name="type" use="required">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="wind" />
<xsd:enumeration value="significant" />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute fixed="feet" name="units" use="required" />
<xsd:attribute name="categorical-table" type="xsd:string" use="optional" />
<xsd:attribute name="conversion-table" type="xsd:string" use="optional" />
<xsd:attribute name="period" type="xsd:nonNegativeInteger" use="optional" />
<xsd:attribute name="steepness" type="xsd:nonNegativeInteger" use="optional" />
</xsd:complexType>
</xsd:element>
<xsd:element minOccurs="0" maxOccurs="unbounded" name="swell" nillable="true">
<xsd:complexType>
<xsd:sequence>
<xsd:element minOccurs="0" maxOccurs="1" name="name" type="xsd:string" />
<xsd:sequence>
<xsd:element minOccurs="0" maxOccurs="1" name="value" nillable="true" type="xsd:string" />
<xsd:element minOccurs="0" maxOccurs="1" name="direction">
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:nonNegativeInteger">
<xsd:attribute name="upper-range" use="optional">
<xsd:simpleType>
<xsd:restriction base="xsd:nonNegativeInteger">
<xsd:maxInclusive value="360" />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="lower-range" use="optional">
<xsd:simpleType>
<xsd:restriction base="xsd:nonNegativeInteger">
<xsd:maxInclusive value="360" />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:sequence>
<xsd:attribute name="type" use="required">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="wind" />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="units" use="required">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="feet" />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="categorical-table" type="xsd:string" use="optional" />
<xsd:attribute name="conversion-table" type="xsd:string" use="optional" />
<xsd:attribute name="period" type="xsd:nonNegativeInteger" use="optional" />
<xsd:attribute name="steepness" type="xsd:nonNegativeInteger" use="optional" />
</xsd:complexType>
</xsd:element>
</xsd:sequence>
<xsd:element minOccurs="0" maxOccurs="unbounded" name="seas">
<xsd:complexType>
<xsd:sequence>
<xsd:element minOccurs="0" maxOccurs="1" name="name" type="xsd:string" />
<xsd:element minOccurs="1" maxOccurs="unbounded" name="value" nillable="true" type="xsd:nonNegativeInteger" />
</xsd:sequence>
<xsd:attribute name="type" use="required">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="combined" />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute fixed="feet" name="units" use="required" />
<xsd:attribute name="categorical-table" type="xsd:string" use="optional" />
<xsd:attribute name="conversion-table" type="xsd:string" use="optional" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
<xsd:element minOccurs="0" maxOccurs="unbounded" name="ice-coverage" type="xsd:nonNegativeInteger" />
</xsd:sequence>
<xsd:attribute name="time-layout" type="time-layoutAttributeType" use="required" />
</xsd:complexType>
</xsd:element>
|