spy.doc Help Documentation
| annotation |
|
||
| diagram | ![]() |
||
| children | cssFilePath footerFilePath headerFilePath | ||
| used by |
|
||
| source | <xs:complexType name="pageOptionsType"> <xs:annotation> <xs:documentation>HTML page configuration settings.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="cssFilePath" type="xs:string"> <xs:annotation> <xs:documentation>Page CSS file path.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="footerFilePath" type="xs:string"> <xs:annotation> <xs:documentation>Page HTML footer file path.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="headerFilePath" type="xs:string"> <xs:annotation> <xs:documentation>Page HTML header file path.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |