Showing:

Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Element assert
Namespace No namespace
Diagram
DiagramDECOR_xsd_Element_assert.tmp#assert_flagDECOR_xsd_Element_assert.tmp#assert_seeDECOR_xsd_Element_assert.tmp#assert_roleDECOR_xsd_Element_assert.tmp#assert_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="assert">
  <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 assert / @flag
Namespace No namespace
Type NonEmptyString
Properties
use optional
Facets
minLength 1
Used by
Element assert
Source
<xs:attribute name="flag" type="NonEmptyString" use="optional"/>
Attribute assert / @see
Namespace No namespace
Type NonEmptyString
Properties
use optional
Facets
minLength 1
Used by
Element assert
Source
<xs:attribute name="see" type="NonEmptyString" use="optional"/>
Attribute assert / @role
Namespace No namespace
Type AssertRole
Properties
use required
Facets
enumeration fatal
enumeration error
enumeration warning
enumeration info
Used by
Element assert
Source
<xs:attribute name="role" type="AssertRole" use="required"/>
Attribute assert / @test
Namespace No namespace
Type NonEmptyString
Properties
use required
Facets
minLength 1
Used by
Element assert
Source
<xs:attribute name="test" type="NonEmptyString" use="required"/>