Showing:

Attributes
Diagrams
Properties
Source
Used by
Complex Type unlimitedUFloatType
Namespace http://4psa.com/Common.xsd/1.5
Diagram
Diagram Common_xsd_Complex_Type_unlimitedUFloatType.tmp#unlimitedUFloatType_unlimited
Type extension of xs:float
Attributes
QName Type Fixed Default Use Annotation
unlimited xs:boolean true optional
Source
<xs:complexType name="unlimitedUFloatType">
  <xs:simpleContent>
    <xs:extension base="xs:float">
      <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 unlimitedUFloatType
Source
<xs:attribute name="unlimited" type="xs:boolean" default="true"/>