<!-- List of modules. -->
<xs:complexType name="moduleInfoList">
<xs:sequence>
<xs:element name="moduleInfo"type="t:moduleInfo" />
</xs:sequence>
</xs:complexType>
<!-- Data type representing the provenance of the AOT artifacts in the cache. -->
<xs:complexType name="moduleInfo"> <!-- Module name for the active APEX from `/apex/apex-info-list.xml`. -->
<xs:attribute name="name"type="xs:string" use="required" /> <!-- Module versionCode for the active APEX from `/apex/apex-info-list.xml`. -->
<xs:attribute name="versionCode"type="xs:long" use="required" /> <!-- Module versionName for the active APEX from `/apex/apex-info-list.xml`. -->
<xs:attribute name="versionName"type="xs:string" use="required" /> <!-- Module lastUpdateMillis for the active APEX from `/apex/apex-info-list.xml`. -->
<xs:attribute name="lastUpdateMillis"type="xs:long" use="required" />
</xs:complexType>
<!-- Components of a classpath. -->
<xs:complexType name="classpath">
<xs:sequence>
<xs:element name="component"type="t:component" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="component"> <!-- File path of component. -->
<xs:attribute name="file"type="xs:string" use="required" /> <!-- Size of component when cache information is generated. -->
<xs:attribute name="size"type="xs:unsignedLong" use="required" /> <!-- DEX file checksums within the component. Multidex files have multiple checksums. -->
<xs:attribute name="checksums"type="xs:string" use="required" />
</xs:complexType>
<xs:complexType name="systemServerComponent">
<xs:complexContent>
<xs:extension base="component"> <!-- True if the component is in SYSTEMSERVERCLASSPATH. Otherwise, the component is a
standalone one. -->
<xs:attribute name="isInClasspath"type="xs:boolean" use="required" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:schema>
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.12 Sekunden
(vorverarbeitet am 2026-06-29)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.