claimA:attlist.amountInformation

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
admitFlag restriction of xs:token required
claimA:accountTime optional
claimA:appointTime optional
claimA:defaultTableId optional
claimA:insuranceUid optional
claimA:oderTime optional
claimA:performTime optional
claimA:registTime optional
status restriction of xs:token required
timeClass restriction of xs:token optional

Used By

Source

<xs:attributeGroup name="attlist.amountInformation">
  <xs:attribute name="status" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="appoint"/>
        <xs:enumeration value="regist"/>
        <xs:enumeration value="perform"/>
        <xs:enumeration value="account"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="oderTime" form="qualified"/>
  <xs:attribute name="appointTime" form="qualified"/>
  <xs:attribute name="registTime" form="qualified"/>
  <xs:attribute name="performTime" form="qualified"/>
  <xs:attribute name="accountTime" form="qualified"/>
  <xs:attribute name="admitFlag" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="true"/>
        <xs:enumeration value="false"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="timeClass">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="0"/>
        <xs:enumeration value="1"/>
        <xs:enumeration value="2"/>
        <xs:enumeration value="3"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="insuranceUid" form="qualified"/>
  <xs:attribute name="defaultTableId" form="qualified"/>
</xs:attributeGroup>