Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type diggs:NullDataType
Namespace http://diggsml.org/schemas/3
Annotations
Complex type: NullDataType
Diagram
DiagramCommon_xsd_Complex_Type_diggs_NullDataType.tmp#NullDataType_reason
Type extension of string
Used by
Attributes
QName Type Use Annotation
reason gml:NilReasonType optional
The reason attribute.
Source
<complexType name="NullDataType">
  <annotation>
    <documentation>Complex type: NullDataType</documentation>
  </annotation>
  <simpleContent>
    <extension base="string">
      <attribute name="reason" type="gml:NilReasonType" use="optional">
        <annotation>
          <documentation>The reason attribute.</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Attribute diggs:NullDataType / @reason
Namespace No namespace
Annotations
The reason attribute.
Type gml:NilReasonType
Properties
use optional
Used by
Complex Type diggs:NullDataType
Source
<attribute name="reason" type="gml:NilReasonType" use="optional">
  <annotation>
    <documentation>The reason attribute.</documentation>
  </annotation>
</attribute>