Namespace: |
|
Content: |
complex, 4 attributes, 3 elements |
Defined: |
globally in logicalproduct.xsd, see XML source |
Includes: |
definitions of 4 attributes and 3 elements |
Used: |
at 1 location |
| XML Representation Summary | |||||
| <... | |||||
| isComprehensive | = |
("True" | "False" | "Unknown") : "Unknown" | |||
| isDiscrete | = |
xs:boolean : "true" | |||
| isTotal | = |
xs:boolean : "false" | |||
| levelNumber | = |
xs:integer | |||
| > | |||||
|
|||||
| </...> | |||||
Code, |
| <xs:complexType name="CodeType"> <xs:sequence> </xs:sequence> </xs:complexType> |
isComprehensiveType: |
|
Use: |
optional |
| enumeration of xs:NMTOKEN |
Enumeration: |
|
|||||||||
Default: |
"Unknown" |
| <xs:attribute default="Unknown" name="isComprehensive" type="IsComprehensiveType"/> |
isDiscreteType: |
xs:boolean, predefined |
Use: |
optional |
Default: |
"true" |
| <xs:attribute default="true" name="isDiscrete" type="xs:boolean"/> |
isTotalType: |
xs:boolean, predefined |
Use: |
optional |
Default: |
"false" |
| <xs:attribute default="false" name="isTotal" type="xs:boolean"/> |
levelNumberType: |
xs:integer, predefined |
Use: |
optional |
| <xs:attribute name="levelNumber" type="xs:integer" use="optional"/> |
Type: |
r:ReferenceType, complex content |
| <xs:element name="CategoryReference" type="r:ReferenceType"/> |
Type: |
CodeType, complex content |
| <xs:element maxOccurs="unbounded" minOccurs="0" ref="Code"/> |
Type: |
xs:string, predefined, simple content |
| <xs:element name="Value" type="xs:string"/> |
| XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set |