**>All : Applies once for more than one of the type defined in the unit For all persons, For all 3 persons, ...) **> Each : For Each person, each week, ... **> Every : For every 2 persons, ... **> First : For First Person, For First 2 weeks, ... **> Last : For the last 3 days, ... **> The : a unique element : For the second child, For the second week, ... |
Attribute | RuleQuantityType/@For |
<xs:simpleType name="QuantityModeCodeType"> <xs:annotation> <xs:documentation>**>All : Applies once for more than one of the type defined in the unit For all persons, For all 3 persons, ...) **> Each : For Each person, each week, ... **> Every : For every 2 persons, ... **> First : For First Person, For First 2 weeks, ... **> Last : For the last 3 days, ... **> The : a unique element : For the second child, For the second week, ...</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="All"/> <xs:enumeration value="Each"/> <xs:enumeration value="Every"/> <xs:enumeration value="First"/> <xs:enumeration value="Last"/> <xs:enumeration value="The"/> </xs:restriction> </xs:simpleType> |