Showing:

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