Qt 4.8
Public Types | List of all members
QPatternist::XsdTagScope Class Reference

A namespace class that contains identifiers for the different scopes a tag from the xml schema spec can appear in. More...

#include <qxsdschemaparsercontext_p.h>

Public Types

enum  Type {
  Schema, Include, Import, Redefine,
  Annotation, AppInfo, Documentation, GlobalSimpleType,
  LocalSimpleType, SimpleRestriction, List, Union,
  MinExclusiveFacet, MinInclusiveFacet, MaxExclusiveFacet, MaxInclusiveFacet,
  TotalDigitsFacet, FractionDigitsFacet, LengthFacet, MinLengthFacet,
  MaxLengthFacet, EnumerationFacet, WhiteSpaceFacet, PatternFacet,
  GlobalComplexType, LocalComplexType, SimpleContent, SimpleContentRestriction,
  SimpleContentExtension, ComplexContent, ComplexContentRestriction, ComplexContentExtension,
  NamedGroup, ReferredGroup, All, LocalAll,
  Choice, LocalChoice, Sequence, LocalSequence,
  GlobalAttribute, LocalAttribute, NamedAttributeGroup, ReferredAttributeGroup,
  GlobalElement, LocalElement, Unique, Key,
  KeyRef, Selector, Field, Notation,
  Any, AnyAttribute, Alternative, Assert,
  Assertion, OpenContent, DefaultOpenContent, Override
}
 

Detailed Description

A namespace class that contains identifiers for the different scopes a tag from the xml schema spec can appear in.

Definition at line 74 of file qxsdschemaparsercontext_p.h.

Enumerations

◆ Type

Enumerator
Schema 
Include 
Import 
Redefine 
Annotation 
AppInfo 
Documentation 
GlobalSimpleType 
LocalSimpleType 
SimpleRestriction 
List 
Union 
MinExclusiveFacet 
MinInclusiveFacet 
MaxExclusiveFacet 
MaxInclusiveFacet 
TotalDigitsFacet 
FractionDigitsFacet 
LengthFacet 
MinLengthFacet 
MaxLengthFacet 
EnumerationFacet 
WhiteSpaceFacet 
PatternFacet 
GlobalComplexType 
LocalComplexType 
SimpleContent 
SimpleContentRestriction 
SimpleContentExtension 
ComplexContent 
ComplexContentRestriction 
ComplexContentExtension 
NamedGroup 
ReferredGroup 
All 
LocalAll 
Choice 
LocalChoice 
Sequence 
LocalSequence 
GlobalAttribute 
LocalAttribute 
NamedAttributeGroup 
ReferredAttributeGroup 
GlobalElement 
LocalElement 
Unique 
Key 
KeyRef 
Selector 
Field 
Notation 
Any 
AnyAttribute 
Alternative 
Assert 
Assertion 
OpenContent 
DefaultOpenContent 
Override 

Definition at line 77 of file qxsdschemaparsercontext_p.h.

78  {
79  Schema,
80  Include,
81  Import,
82  Redefine,
83  Annotation,
84  AppInfo,
89  List,
90  Union,
102  PatternFacet,
111  NamedGroup,
113  All,
114  LocalAll,
115  Choice,
116  LocalChoice,
117  Sequence,
124  LocalElement,
125  Unique,
126  Key,
127  KeyRef,
128  Selector,
129  Field,
130  Notation,
131  Any,
132  AnyAttribute,
133  Alternative,
134  Assert,
135  Assertion,
136  OpenContent,
138  Override
139  };

The documentation for this class was generated from the following file: