10 references to XliffNS
Microsoft.DotNet.XliffTasks (10)
Model\XlfDocument.cs (2)
50new XAttribute("xmlns", XliffNS.NamespaceName), 53new XAttribute(XsiNS + "schemaLocation", $"{XliffNS.NamespaceName} xliff-core-1.2-transitional.xsd"),
Model\XlfNames.cs (8)
11public static readonly XName Xliff = XliffNS + "xliff"; 12public static readonly XName File = XliffNS + "file"; 13public static readonly XName Body = XliffNS + "body"; 14public static readonly XName Group = XliffNS + "group"; 15public static readonly XName TransUnit = XliffNS + "trans-unit"; 16public static readonly XName Source = XliffNS + "source"; 17public static readonly XName Target = XliffNS + "target"; 18public static readonly XName Note = XliffNS + "note";