CT_ExtensionConfig Complex Type
In This Topic
Diagram
Overview
|
|
productName required xs:string
|
|
description optional xs:string
|
|
hasExtendedInfo optional xs:boolean
|
|
message optional xs:string
| |
Used By
Attributes
Name | Type | Use | Default | Fixed | Description |
productName | xs:string | required | | | |
description | xs:string | optional | | | |
hasExtendedInfo | xs:boolean | optional | | | |
message | xs:string | optional | | | |
Source
<xs:complexType name=" CT_ExtensionConfig" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:attribute name="productName" type="xs:string" use="required" />
<xs:attribute name="description" type="xs:string" use="optional" />
<xs:attribute name="hasExtendedInfo" type="xs:boolean" use="optional" />
<xs:attribute name="message" type="xs:string" use="optional" />
</xs:complexType>
|
See Also