Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type TokenConstantType
Annotations
The TokenConstantType defines an token (i.e., well-behaved string) constant. The value of a TokenConstant is the value of the val attribute.
Diagram
Diagram GenericExpressions_xsd_Complex_Type_TokenExpressionBaseType.tmp#TokenExpressionBaseType GenericExpressions_xsd_Complex_Type_TokenConstantType.tmp#TokenConstantType_val
Type extension of TokenExpressionBaseType
Type hierarchy
Used by
Element TokenConstant
Attributes
QName Type Use Annotation
val xs:token required
The required val attribute is a token constant.
Source
<xs:complexType name="TokenConstantType">
  <xs:annotation>
    <xs:documentation>The TokenConstantType defines an token (i.e., well-behaved string) constant. The value of a TokenConstant is the value of the val attribute.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="TokenExpressionBaseType">
      <xs:attribute name="val" type="xs:token" use="required">
        <xs:annotation>
          <xs:documentation>The required val attribute is a token constant.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/GenericExpressions.xsd
Attribute TokenConstantType / @val
Annotations
The required val attribute is a token constant.
Type xs:token
Properties
use required
Used by
Complex Type TokenConstantType
Source
<xs:attribute name="val" type="xs:token" use="required">
  <xs:annotation>
    <xs:documentation>The required val attribute is a token constant.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/GenericExpressions.xsd