-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #292 from com-pas/develop
Develop to Main
- Loading branch information
Showing
61 changed files
with
3,830 additions
and
1,726 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
sct-commons/src/main/java/org/lfenergy/compas/scl2007b4/model/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
// SPDX-FileCopyrightText: 2023 RTE FRANCE | ||
// | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
@XmlSchema( | ||
namespace = "http://www.iec.ch/61850/2003/SCL", | ||
xmlns = { | ||
@XmlNs(namespaceURI = "http://www.iec.ch/61850/2003/SCL", prefix = ""), | ||
@XmlNs(namespaceURI = "https://www.lfenergy.org/compas/extension/v1", prefix = "compas") | ||
}, | ||
elementFormDefault = XmlNsForm.QUALIFIED) | ||
|
||
|
||
package org.lfenergy.compas.scl2007b4.model; | ||
|
||
import javax.xml.bind.annotation.XmlNs; | ||
import javax.xml.bind.annotation.XmlNsForm; | ||
import javax.xml.bind.annotation.XmlSchema; | ||
|
||
/* This file is used by the Marshaller to set prefix "compas" for Compas Privates when marshalling JAXB objects */ |
Oops, something went wrong.