Showing:

Annotations
Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Element example
Namespace No namespace
Diagram
DiagramDECOR_xsd_Element_example.tmp#example_typeDECOR_xsd_Element_example.tmp#example_caption
Properties
content complex
mixed true
Used by
Model
ANY element from ANY namespace
Attributes
QName Type Default Use Annotation
caption NonEmptyString optional
Can be used to specify a caption (string) that precedes the instance fragment (example)
type ExampleType neutral optional
Can be used to indicate that the instance fragment (example) is right (@type=valid) or wrong (@type=error); default is "neutral".
Kan worden gebruikt om te markeren dat het instancefragment (voorbeeld) geldig is (@type=valid) of fout (@type=error); standaardwaarde is "neutral".
Source
<xs:element name="example">
  <xs:complexType mixed="true">
    <xs:sequence>
      <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##any" processContents="skip"/>
    </xs:sequence>
    <xs:attribute name="type" type="ExampleType" use="optional" default="neutral">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">Can be used to indicate that the instance fragment (example) is right (@type=valid) or wrong (@type=error); default is "neutral".</xs:documentation>
        <xs:documentation xml:lang="nl-NL">Kan worden gebruikt om te markeren dat het instancefragment (voorbeeld) geldig is (@type=valid) of fout (@type=error); standaardwaarde is "neutral".</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="caption" type="NonEmptyString" use="optional">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">Can be used to specify a caption (string) that precedes the instance fragment (example)</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Attribute example / @type
Namespace No namespace
Annotations
Can be used to indicate that the instance fragment (example) is right (@type=valid) or wrong (@type=error); default is "neutral".
Kan worden gebruikt om te markeren dat het instancefragment (voorbeeld) geldig is (@type=valid) of fout (@type=error); standaardwaarde is "neutral".
Type ExampleType
Properties
use optional
default neutral
Facets
enumeration neutral
Used to indicate that the instance fragment (example) is not explictly stated to be right or wrong.
Om aan te geven dat het instancefragment (voorbeeld) niet expliciet geldig of ongeldig is.
enumeration valid
Used to indicate explicitly that the instance fragment (example) is valid.
Om aan te geven dat het een correct instancefragment (voorbeeld) betreft.
enumeration error
Used to indicate explicitly that the instance fragment (example) is in error.
Om aan te geven dat het een foutief instancefragment (voorbeeld) betreft.
Used by
Element example
Source
<xs:attribute name="type" type="ExampleType" use="optional" default="neutral">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Can be used to indicate that the instance fragment (example) is right (@type=valid) or wrong (@type=error); default is "neutral".</xs:documentation>
    <xs:documentation xml:lang="nl-NL">Kan worden gebruikt om te markeren dat het instancefragment (voorbeeld) geldig is (@type=valid) of fout (@type=error); standaardwaarde is "neutral".</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute example / @caption
Namespace No namespace
Annotations
Can be used to specify a caption (string) that precedes the instance fragment (example)
Type NonEmptyString
Properties
use optional
Facets
minLength 1
Used by
Element example
Source
<xs:attribute name="caption" type="NonEmptyString" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Can be used to specify a caption (string) that precedes the instance fragment (example)</xs:documentation>
  </xs:annotation>
</xs:attribute>