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 name="currencyItemType"> <xs:simpleContent> <xs:restriction base="xbrli:tokenItemType"> <xs:pattern value="[A-Z][A-Z][A-Z]"/> <xs:attributeGroup ref="xbrli:nonNumericItemAttrs"/> </xs:restriction> </xs:simpleContent> </xs:complexType> |