complexType "RepositoryPolicy"
Namespace:
Content:
complex, 3 elements
Defined:
globally in maven-4.0.0.xsd; see XML source
Includes:
definitions of 3 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
version:
4.0.0+
description:
Download policy.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="RepositoryPolicy">
<xs:all>
<xs:element minOccurs="0" name="enabled" type="xs:string"/>
<xs:element minOccurs="0" name="updatePolicy" type="xs:string"/>
<xs:element minOccurs="0" name="checksumPolicy" type="xs:string"/>
</xs:all>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
checksumPolicy
Type:
xs:string, predefined, simple content
version:
4.0.0+
description:
What to do when verification of an artifact checksum fails. Valid values are ignore , fail or warn (the default).
XML Representation Summary
<checksumPolicy>
   
Content: 
{ xs:string }
</checksumPolicy>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="checksumPolicy" type="xs:string"/>

enabled
Type:
xs:string, predefined, simple content
version:
4.0.0+
description:
Whether to use this repository for downloading this type of artifact. Note: While the type of this field is String for technical reasons, the semantic type is actually Boolean. Default value is true.
XML Representation Summary
<enabled>
   
Content: 
{ xs:string }
</enabled>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="enabled" type="xs:string"/>

updatePolicy
Type:
xs:string, predefined, simple content
version:
4.0.0+
description:
The frequency for downloading updates - can be always, daily (default), interval:XXX (in minutes) or never (only if it doesn't exist locally).
XML Representation Summary
<updatePolicy>
   
Content: 
{ xs:string }
</updatePolicy>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="updatePolicy" type="xs:string"/>

XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.