Showing:

Attributes
Diagrams
Properties
Source
Used by
Complex Type unlimitedUIntType
Namespace http://4psa.com/Common.xsd/1.5
Diagram
Diagram Common_xsd_Complex_Type_unlimitedUIntType.tmp#unlimitedUIntType_unlimited
Type extension of xs:unsignedInt
Attributes
QName Type Fixed Default Use Annotation
unlimited xs:boolean true optional
Source
<xs:complexType name="unlimitedUIntType">
  <xs:simpleContent>
    <xs:extension base="xs:unsignedInt">
      <xs:attribute name="unlimited" type="xs:boolean" default="true"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Attribute @unlimited
Namespace No namespace
Type xs:boolean
Properties
default: true
Used by
Complex Type unlimitedUIntType
Source
<xs:attribute name="unlimited" type="xs:boolean" default="true"/>