Showing:

Annotations
Diagrams
Facets
Model
Properties
Source
Used by
Element WineCharacters / WineCharacterCode
Namespace No namespace
Annotations
Code describing the wine character type
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_WineCharacterType.tmp#WineCharacterType
Type WineCharacterType
Properties
content simple
minOccurs 1
maxOccurs unbounded
Facets
pattern (\c+) & ((AROM)|(FRSH)|(FRTY)|(ITNS)|(LGHT)|(MILD)|(SPCY)|(STRG))
Source
<xs:element minOccurs="1" maxOccurs="unbounded" name="WineCharacterCode" type="WineCharacterType">
  <xs:annotation>
    <xs:documentation>Code describing the wine character type</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type WineCharacters
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_WineCharacters.tmp#WineCharacters_WineCharacterCode
Used by
Model
Children WineCharacterCode
Source
<xs:complexType name="WineCharacters">
  <xs:sequence>
    <xs:element minOccurs="1" maxOccurs="unbounded" name="WineCharacterCode" type="WineCharacterType">
      <xs:annotation>
        <xs:documentation>Code describing the wine character type</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>