Showing:

Diagrams
Facets
Source
Used by
Simple Type TPluginType
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration search
Les plugins de recherche
enumeration export
Les plugins d'export
Used by
Attribute TPlugin/@type
Source
<xs:simpleType name="TPluginType">
  <xs:restriction base="xs:string">
    <xs:enumeration value="search">
      <xs:annotation>
        <xs:documentation>Les plugins de recherche</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="export">
      <xs:annotation>
        <xs:documentation>Les plugins d'export</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>