Showing:

Diagrams
Facets
Source
Used by
Simple Type Genre
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration M
Masculin
enumeration F
Féminin
Used by
Source
<xs:simpleType name="Genre">
  <xs:restriction base="xs:string">
    <xs:enumeration value="M">
      <xs:annotation>
        <xs:documentation>Masculin</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="F">
      <xs:annotation>
        <xs:documentation>Féminin</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>