--- old/src/java.xml.bind/share/classes/javax/xml/bind/annotation/XmlSchema.java 2015-01-29 16:25:09.249677277 +0300 +++ new/src/java.xml.bind/share/classes/javax/xml/bind/annotation/XmlSchema.java 2015-01-29 16:25:09.185677278 +0300 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2004, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -55,7 +55,6 @@ * will allow the package level annotations to be defined in * package-info.java. * - *

* *

Example 1: Customize name of XML namespace to which * package is mapped.

@@ -65,14 +64,14 @@ * namespace = "http://www.example.com/MYPO1" * ) * - * <!-- XML Schema fragment --> + * <!-- XML Schema fragment --> * <schema * xmlns=... * xmlns:po=.... * targetNamespace="http://www.example.com/MYPO1" - * > + * > * <!-- prefixes generated by default are implementation - * depedenent --> + * depedenent --> * * *

Example 2: Customize namespace prefix, namespace URI @@ -90,11 +89,11 @@ * ) * ) * - * <!-- XML Schema fragment --> + * <!-- XML Schema fragment --> * <schema * xmlns:xs="http://www.w3.org/2001/XMLSchema" * xmlns:po="http://www.example.com/PO1" - * targetNamespace="http://www.example.com/PO1"> + * targetNamespace="http://www.example.com/PO1"> * * * @@ -105,11 +104,11 @@ * ... * ) * - * <!-- XML Schema fragment --> + * <!-- XML Schema fragment --> * <schema * xmlns="http://www.w3.org/2001/XMLSchema" * xmlns:po="http://www.example.com/PO1" - * elementFormDefault="unqualified"> + * elementFormDefault="unqualified"> * * @@ -180,11 +179,11 @@ * More precisely, the value must be either "", "##generate", or * * a valid lexical representation of xs:anyURI that begins - * with <scheme>:. + * with <scheme>:. * *

* A schema generator is expected to generate a corresponding - * <xs:import namespace="..." schemaLocation="..."/> (or + * <xs:import namespace="..." schemaLocation="..."/> (or * no schemaLocation attribute at all if the empty string is specified.) * However, the schema generator is allowed to use a different value in * the schemaLocation attribute (including not generating