| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| factor | integer | optional | ||||
| radix | positiveInteger | optional | ||||
| unit | gml:TimeUnitType | required |
<complexType name="TimeIntervalLengthType" final="#all"> <simpleContent> <extension base="decimal"> <attribute name="unit" type="gml:TimeUnitType" use="required"/> <attribute name="radix" type="positiveInteger"/> <attribute name="factor" type="integer"/> </extension> </simpleContent> </complexType> |