508 | | || || `@isProfile` || `xs:boolean` || 1 || Indication about the component's status as a profile. || |
509 | | || || `@CMDVersion` || `xs:string` ( "1.2") || 1 || CMDI version of this component specification. || |
510 | | || || `@CMDOriginalVersion` || `xs:string` ( "1.1", "1.2") || 0 or 1 || CMDI version in which the component specification was created (default: 1.2). || |
511 | | || || `<Header>` || `xs:complexType` || 1 || Header of the component specification. || |
512 | | || || `<Component>` || `xs:complexType` || 1 || Definition of the component's structure. || |
| 508 | || || `@isProfile` || `xs:boolean` || 1 || Indication about the specification’s status as a CMD profile definition. || |
| 509 | || || `@CMDVersion` || `xs:string` ( "1.2") || 1 || CMDI version of this CMD specification. || |
| 510 | || || `@CMDOriginalVersion` || `xs:string` ( "1.1", "1.2") || 0 or 1 || CMDI version in which the CMD specification was created (default: 1.2). || |
| 511 | || || `<Header>` || `xs:complexType` || 1 || Header of the CMD specification. || |
| 512 | || || `<Component>` || `xs:complexType` || 1 || Definition of a component's structure (the root component in case of a profile specification). || |