2.2.4.39 t:InternetHeaderType Complex Type
The InternetHeaderType complex type specifies the Internet message header for a specified header within the headers collection. The InternetHeaderType simple type extends the xs:string data type ([XMLSCHEMA2] section 3.2.1).
-
<xs:complexType name="InternetHeaderType"> <xs:simpleContent> <xs:extension base="xs:string" > <xs:attribute name="HeaderName" type="xs:string" use="required" /> </xs:extension> </xs:simpleContent> </xs:complexType>
Attribute name |
Type |
Description |
---|---|---|
HeaderName |
xs:string ([XMLSCHEMA2]) |
Specifies the name of the header. |