QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
contextRef | IDREF | required | ||||
id | country:ID | optional | ||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.xbrl.org/2003/instance' |
<xs:complexType abstract="false" mixed="false" name="zoneStatusItemType"> <xs:simpleContent> <xs:restriction base="xbrli:stringItemType"> <xs:enumeration value="Green"/> <xs:enumeration value="Yellow"/> <xs:enumeration value="Orange"/> <xs:enumeration value="Red"/> <xs:enumeration value="Other"/> <xs:enumeration value="NA"/> <xs:attributeGroup ref="xbrli:nonNumericItemAttrs"/> </xs:restriction> </xs:simpleContent> </xs:complexType> |