Showing:

Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Element report
Namespace No namespace
Diagram
DiagramDECOR_xsd_Element_report.tmp#report_flagDECOR_xsd_Element_report.tmp#report_seeDECOR_xsd_Element_report.tmp#report_roleDECOR_xsd_Element_report.tmp#report_test
Properties
content complex
mixed true
Used by
Model
ANY element from ANY namespace
Attributes
QName Type Use
flag NonEmptyString optional
role AssertRole required
see NonEmptyString optional
test NonEmptyString required
Source
<xs:element name="report">
  <xs:complexType mixed="true">
    <xs:sequence minOccurs="0" maxOccurs="unbounded">
      <xs:any processContents="skip"/>
    </xs:sequence>
    <xs:attribute name="flag" type="NonEmptyString" use="optional"/>
    <xs:attribute name="see" type="NonEmptyString" use="optional"/>
    <xs:attribute name="role" type="AssertRole" use="required"/>
    <xs:attribute name="test" type="NonEmptyString" use="required"/>
  </xs:complexType>
</xs:element>
Attribute report / @flag
Namespace No namespace
Type NonEmptyString
Properties
use optional
Facets
minLength 1
Used by
Element report
Source
<xs:attribute name="flag" type="NonEmptyString" use="optional"/>
Attribute report / @see
Namespace No namespace
Type NonEmptyString
Properties
use optional
Facets
minLength 1
Used by
Element report
Source
<xs:attribute name="see" type="NonEmptyString" use="optional"/>
Attribute report / @role
Namespace No namespace
Type AssertRole
Properties
use required
Facets
enumeration fatal
enumeration error
enumeration warning
enumeration info
Used by
Element report
Source
<xs:attribute name="role" type="AssertRole" use="required"/>
Attribute report / @test
Namespace No namespace
Type NonEmptyString
Properties
use required
Facets
minLength 1
Used by
Element report
Source
<xs:attribute name="test" type="NonEmptyString" use="required"/>