Showing:

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