simpleType
Duration
namespace | http://ed-fi.org/0210 | ||||||
type | restriction of xs:int | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:simpleType name="Duration"> <xs:annotation> <xs:documentation>The actual or estimated number of clock minutes for a given class.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Simple</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:restriction base="xs:int"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> |