element <script>
Namespace:
Type:
embedded complexType
Content:
empty, 2 attributes
Defined:
globally within component.xsd, see XML source
Used:
XML Representation Summary
<script
   
file
 = 
xsd:string
   
prototype
 = 
xsd:string
/>
May be included in elements (3):
Known Usage Locations
Annotation
Define a reference to an interface implemented in Javascript.
XML Source
<xsd:element name="script">
<xsd:annotation>
<xsd:documentation>
Define a reference to an interface implemented in Javascript.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:attribute name="file" type="xsd:string" use="required"/>
<xsd:attribute name="prototype" type="xsd:string" use="required"/>
</xsd:complexType>
</xsd:element>
Attribute Detail
file
Type:
xsd:string
Use:
required
Defined:
locally, within this element
XML Source
<xsd:attribute name="file" type="xsd:string" use="required"/>

prototype
Type:
xsd:string
Use:
required
Defined:
locally, within this element
XML Source
<xsd:attribute name="prototype" type="xsd:string" use="required"/>