Showing:

Diagrams
Facets
Source
Used by
Simple Type JournalEntryType
Namespace No namespace
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
pattern (\c+) & ((E)|(L)|(V)|(A))
Used by
Source
<xs:simpleType name="JournalEntryType">
  <xs:restriction base="xs:NMTOKEN">
    <xs:pattern value="E"/>
    <xs:pattern value="L"/>
    <xs:pattern value="V"/>
    <xs:pattern value="A"/>
  </xs:restriction>
</xs:simpleType>