mirror of https://github.com/acidanthera/audk.git
Added More Comments and started doing data type checking so that if a ModuleName is defined as xs:NCName, all instances where we are referencing a ModuleName (in an attribute, for example) will also use xs:NCName.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@404 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
4688cb14d5
commit
0675decb4f
|
@ -234,7 +234,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
<xs:element name="Library">
|
||||
<xs:complexType>
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="BaseNameConvention">
|
||||
<xs:extension base="xs:NCName">
|
||||
<xs:attributeGroup ref="LibraryAttributes"/>
|
||||
</xs:extension>
|
||||
</xs:simpleContent>
|
||||
|
@ -284,7 +284,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
</xs:documentation></xs:annotation>
|
||||
<xs:complexType>
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="BaseNameConvention">
|
||||
<xs:extension base="xs:NCName">
|
||||
<xs:attributeGroup ref="LibraryAttributes"/>
|
||||
</xs:extension>
|
||||
</xs:simpleContent>
|
||||
|
|
|
@ -25,8 +25,10 @@
|
|||
<xs:attribute name="Guid" type="GuidType" use="optional"/>
|
||||
<xs:attribute name="BootModeName" type="BootModeNames" use="required"/>
|
||||
<xs:attribute name="Usage" type="BootModeUsage" use="required"/>
|
||||
<xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
|
||||
<xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
|
||||
<xs:attribute name="OverrideID" type="xs:int" use="optional"/>
|
||||
<!-- DO NOT USE remove OverrideID from use -->
|
||||
</xs:attributeGroup>
|
||||
<xs:attributeGroup name="ConvertAttributeString">
|
||||
<xs:attribute name="SourceString" type="xs:string" use="optional"/>
|
||||
|
@ -36,86 +38,115 @@
|
|||
<xs:attributeGroup name="DataHubAttributes">
|
||||
<xs:attribute name="Guid" type="GuidType" use="optional"/>
|
||||
<xs:attribute name="Usage" type="DataHubUsage" use="optional"/>
|
||||
<xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
|
||||
<xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
|
||||
<xs:attribute name="OverrideID" type="xs:int" use="optional"/>
|
||||
<!-- DO NOT USE remove OverrideID from use -->
|
||||
</xs:attributeGroup>
|
||||
<xs:attributeGroup name="DirectoryAttributes">
|
||||
<xs:attribute name="Separator" type="ToothPick"/>
|
||||
</xs:attributeGroup>
|
||||
<xs:attributeGroup name="EventAttributes">
|
||||
<xs:attribute name="Guid" type="GuidType" use="optional"/>
|
||||
<xs:attribute name="Usage" type="EventUsage" use="optional"/>
|
||||
<xs:attribute name="EventGroup" type="EventTypes" use="optional"/>
|
||||
<xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
|
||||
<xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
|
||||
<xs:attribute name="OverrideID" type="xs:int" use="optional"/>
|
||||
<!-- DO NOT USE remove OverrideID from use -->
|
||||
</xs:attributeGroup>
|
||||
<xs:attributeGroup name="ExternAttributes">
|
||||
<xs:attribute name="Guid" type="GuidType" use="optional"/>
|
||||
<xs:attribute name="Usage" type="ExternUsage" use="optional"/>
|
||||
<xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
|
||||
<xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
|
||||
<xs:attribute name="OverrideID" type="xs:int" use="optional"/>
|
||||
<!-- DO NOT USE remove OverrideID from use -->
|
||||
</xs:attributeGroup>
|
||||
<xs:attributeGroup name="FilenameAttributes">
|
||||
<xs:attribute name="Usage" type="FileNameUsage" use="optional"/>
|
||||
<xs:attribute name="Guid" type="GuidType" use="optional"/>
|
||||
<xs:attribute name="GuidValue" type="GuidType" use="optional"/>
|
||||
<xs:attribute name="Path" type="DirectoryNamingConvention" use="optional"/>
|
||||
<xs:attribute name="FileType" type="xs:string" use="optional"/>
|
||||
<xs:attribute name="ToolChain" type="ToolChains" use="optional"/>
|
||||
<xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
|
||||
<xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
|
||||
<xs:attribute name="OverrideID" type="xs:int" use="optional"/>
|
||||
<!-- DO NOT USE remove OverrideID from use -->
|
||||
</xs:attributeGroup>
|
||||
<xs:attributeGroup name="FormsetAttributes">
|
||||
<xs:attribute name="Usage" type="FormSetUsage" use="optional"/>
|
||||
<xs:attribute name="Guid" type="GuidType" use="optional"/>
|
||||
<xs:attribute name="Usage" type="FormSetUsage" use="optional"/>
|
||||
<xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
|
||||
<xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
|
||||
<xs:attribute name="OverrideID" type="xs:int" use="optional"/>
|
||||
<!-- DO NOT USE remove OverrideID from use -->
|
||||
</xs:attributeGroup>
|
||||
<xs:attributeGroup name="GuidAttributes">
|
||||
<xs:attribute name="Usage" type="GuidUsage" use="optional"/>
|
||||
<xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
|
||||
<xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
|
||||
<xs:attribute name="OverrideID" type="xs:int" use="optional"/>
|
||||
<!-- DO NOT USE remove OverrideID from use -->
|
||||
</xs:attributeGroup>
|
||||
<xs:attributeGroup name="HobAttributes">
|
||||
<xs:attribute name="Guid" type="GuidType" use="optional"/>
|
||||
<xs:attribute name="Usage" type="HobUsage" use="optional"/>
|
||||
<xs:attribute name="HobType" type="HobTypes" use="required"/>
|
||||
<xs:attribute default="true" name="HobEnabled" type="xs:boolean" use="optional"/>
|
||||
<xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
|
||||
<xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
|
||||
<xs:attribute name="OverrideID" type="xs:int" use="optional"/>
|
||||
<!-- DO NOT USE remove OverrideID from use -->
|
||||
</xs:attributeGroup>
|
||||
<xs:attributeGroup name="IncludeAttributes">
|
||||
<xs:attribute name="Guid" type="GuidType" use="optional"/>
|
||||
<xs:attribute name="Path" type="DirectoryNamingConvention" use="optional"/>
|
||||
<xs:attribute name="Class" type="xs:normalizedString" use="optional"/>
|
||||
<xs:attribute name="Class" type="BaseNameConvention" use="optional"/>
|
||||
<xs:attribute name="Version" type="VersionDataType" use="optional"/>
|
||||
<xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
|
||||
<xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
|
||||
<xs:attribute name="OverrideID" type="xs:int" use="optional"/>
|
||||
<!-- DO NOT USE remove OverrideID from use -->
|
||||
<xs:attribute name="ModuleType" type="ModuleTypeDef" use="optional"/>
|
||||
</xs:attributeGroup>
|
||||
<xs:attributeGroup name="LibraryAttributes">
|
||||
<!-- LibraryAttributes is used for Libraries -> Library elements in FPD files -->
|
||||
<xs:attribute name="Guid" type="GuidType" use="optional"/>
|
||||
<!-- DO NOT USE remove Guid from use, Start using LibraryGuid instead -->
|
||||
<xs:attribute name="LibraryGuid" type="GuidType" use="optional"/>
|
||||
<xs:attribute name="Version" type="VersionDataType" use="optional"/>
|
||||
<!-- DO NOT USE remove Version from use, Start using LibraryVersion instead -->
|
||||
<xs:attribute name="ModuleVersion" type="VersionDataType" use="optional"/>
|
||||
<xs:attribute name="LibraryClass" type="BaseNameConvention" use="optional"/>
|
||||
<xs:attribute name="ClassGuid" type="GuidType" use="optional"/>
|
||||
<xs:attribute name="Version" type="VersionDataType" use="optional"/>
|
||||
<xs:attribute name="Usage" type="LibraryUsage" use="optional"/>
|
||||
<xs:attribute name="Package" type="xs:string" use="optional"/>
|
||||
<!-- DO NOT USE remove Package from use, Start using PackageName instead -->
|
||||
<xs:attribute name="PackageName" type="BaseNameConvention" use="optional"/>
|
||||
<xs:attribute name="PackageVersion" type="VersionDataType" use="optional"/>
|
||||
<xs:attribute name="PackageGuid" type="GuidType" use="optional"/>
|
||||
<xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
|
||||
<xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
|
||||
<xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
|
||||
<xs:attribute name="OverrideID" type="xs:int" use="optional"/>
|
||||
<!-- DO NOT USE remove OverrideID from use -->
|
||||
</xs:attributeGroup>
|
||||
<xs:attributeGroup name="ModuleNameAttributes">
|
||||
<xs:attribute name="Guid" type="GuidType" use="required"/>
|
||||
<xs:attribute name="Version" type="VersionDataType" use="optional"/>
|
||||
</xs:attributeGroup>
|
||||
<xs:attributeGroup name="ModuleNameSaAttributes">
|
||||
<xs:attribute name="Guid" type="GuidType" use="optional"/>
|
||||
<xs:attribute name="ModuleName" type="xs:NCName" use="required"/>
|
||||
<xs:attribute name="Guid" type="GuidType" use="required"/>
|
||||
<xs:attribute name="Version" type="VersionDataType" use="optional"/>
|
||||
</xs:attributeGroup>
|
||||
<xs:attributeGroup name="MsaAttributes">
|
||||
<xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
|
||||
<xs:attribute name="FvBinding" type="xs:string" use="optional"/>
|
||||
<xs:attribute name="ModuleName" type="C_Name" use="optional"/>
|
||||
<xs:attribute name="ModuleName" type="xs:NCName" use="optional"/>
|
||||
<xs:attribute name="ModuleGuid" type="GuidType" use="optional"/>
|
||||
<xs:attribute name="PackageName" type="C_Name" use="optional"/>
|
||||
<xs:attribute name="PackageName" type="BaseNameConvention" use="optional"/>
|
||||
<xs:attribute name="PackageGuid" type="GuidType" use="optional"/>
|
||||
<xs:attribute name="BuildSequence" type="xs:int" use="optional"/>
|
||||
</xs:attributeGroup>
|
||||
|
@ -123,17 +154,29 @@
|
|||
<xs:attribute name="Platform" type="PlatformNamingConvention" use="optional"/>
|
||||
<xs:attribute name="ToolChain" type="ToolChains" use="optional"/>
|
||||
<xs:attribute name="BuildTarget" type="BuildTargets" use="optional"/>
|
||||
<xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
|
||||
<xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
|
||||
<xs:attribute name="OverrideID" type="xs:int" use="optional"/>
|
||||
<!-- DO NOT USE remove OverrideID from use -->
|
||||
</xs:attributeGroup>
|
||||
<xs:attributeGroup name="PackageAttributes">
|
||||
<xs:attribute name="PackageGuid" type="GuidType" use="optional"/>
|
||||
<xs:attribute name="PackageVersion" type="xs:string" use="optional"/>
|
||||
<xs:attribute name="Usage" type="PackageUsage" use="optional"/>
|
||||
<xs:attribute name="PackageType" type="PackageType" use="optional"/>
|
||||
<xs:attribute name="UpdatedDate" type="DateType" use="optional"/>
|
||||
<xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
|
||||
</xs:attributeGroup>
|
||||
<!-- PackageNameAttributres are only used in the Package Dependencies section of an SPD file. -->
|
||||
<xs:attributeGroup name="PackageNameAttributes">
|
||||
<xs:attribute name="Guid" type="GuidType" use="optional"/>
|
||||
<!-- DO NOT USE remove Guid and start using PackageGuid instead -->
|
||||
<xs:attribute name="PackageGuid" type="GuidType" use="optional"/>
|
||||
<xs:attribute name="Version" type="VersionDataType" use="optional"/>
|
||||
<!-- DO NOT USE remove Version and start using PackageVersion instead -->
|
||||
<xs:attribute name="PackageVersion" type="xs:string" use="optional"/>
|
||||
<!-- PackageTypeDepencency is used to identify if a SOURCE or BINARY PackageType is required, in case PackageGuid and/or PackageVersion are not tracked. -->
|
||||
<xs:attribute name="PackageTypeDependency" type="PackageType" use="optional"/>
|
||||
<xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
|
||||
</xs:attributeGroup>
|
||||
<xs:attributeGroup name="PcdAttributes">
|
||||
|
@ -143,14 +186,18 @@
|
|||
</xs:annotation>
|
||||
<xs:attribute name="ItemType" type="PcdItemTypes" use="required"/>
|
||||
<xs:attribute name="PcdUsage" type="PcdUsage" use="optional"/>
|
||||
<xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
|
||||
<xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
|
||||
<xs:attribute name="OverrideID" type="xs:int" use="optional"/>
|
||||
<!-- DO NOT USE remove OverrideID from use -->
|
||||
</xs:attributeGroup>
|
||||
<xs:attributeGroup name="PlatformAttributes">
|
||||
<xs:attribute name="Guid" type="GuidType" use="optional"/>
|
||||
<!-- DO NOT USE remove Guid from use -->
|
||||
<xs:attribute name="Version" type="VersionDataType" use="optional"/>
|
||||
<xs:attribute name="AlternateName" type="FileNameConvention" use="optional"/>
|
||||
<xs:attribute name="PlatformName" type="BaseNameConvention" use="optional"/>
|
||||
<!-- DO NOT USE remove AlternateName from use -->
|
||||
<xs:attribute name="PlatformName" type="PlatformNamingConvention" use="optional"/>
|
||||
<xs:attribute name="PlatformGuid" type="GuidType" use="optional"/>
|
||||
<xs:attribute name="PlatformVersion" type="xs:string" use="optional"/>
|
||||
</xs:attributeGroup>
|
||||
|
@ -160,6 +207,7 @@
|
|||
<xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
|
||||
<xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
|
||||
<xs:attribute name="OverrideID" type="xs:int" use="optional"/>
|
||||
<!-- DO NOT USE remove OverrideID from use -->
|
||||
</xs:attributeGroup>
|
||||
<xs:attributeGroup name="PpiNotifyAttributes">
|
||||
<xs:attribute name="Guid" type="GuidType" use="optional"/>
|
||||
|
@ -167,6 +215,7 @@
|
|||
<xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
|
||||
<xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
|
||||
<xs:attribute name="OverrideID" type="xs:int" use="optional"/>
|
||||
<!-- DO NOT USE remove OverrideID from use -->
|
||||
</xs:attributeGroup>
|
||||
<xs:attributeGroup name="ProtocolAttributes">
|
||||
<xs:attribute name="Guid" type="GuidType" use="optional"/>
|
||||
|
@ -174,12 +223,14 @@
|
|||
<xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
|
||||
<xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
|
||||
<xs:attribute name="OverrideID" type="xs:int" use="optional"/>
|
||||
<!-- DO NOT USE remove OverrideID from use -->
|
||||
</xs:attributeGroup>
|
||||
<xs:attributeGroup name="ProtocolNotifyAttributes">
|
||||
<xs:attribute name="Guid" type="GuidType" use="optional"/>
|
||||
<xs:attribute name="Usage" type="ProtocolNotifyUsage" use="optional"/>
|
||||
<xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
|
||||
<xs:attribute name="OverrideID" type="xs:int" use="optional"/>
|
||||
<!-- DO NOT USE remove OverrideID from use -->
|
||||
</xs:attributeGroup>
|
||||
<xs:attributeGroup name="SectionAttributes">
|
||||
<xs:annotation>
|
||||
|
@ -188,29 +239,39 @@
|
|||
<xs:attribute name="SectionType" type="EfiSectionType" use="optional"/>
|
||||
<xs:attribute default="true" name="Compressible" type="xs:boolean" use="optional"/>
|
||||
<xs:attribute name="BindingOrder" type="xs:int" use="optional"/>
|
||||
<xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
|
||||
<xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
|
||||
<xs:attribute name="OverrideID" type="xs:int" use="optional"/>
|
||||
<!-- DO NOT USE remove OverrideID from use -->
|
||||
</xs:attributeGroup>
|
||||
<xs:attributeGroup name="SectionsAttributes">
|
||||
<xs:annotation>
|
||||
<xs:documentation xml:lang="en">Attributes for Sections, EncapsulationTag, EncapsulationType and OverrideID</xs:documentation>
|
||||
<xs:documentation xml:lang="en">Attributes for Sections, EncapsulationTag, EncapsulationType and FeatureFlag</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:attribute name="EncapsulationType" type="xs:normalizedString" use="optional"/>
|
||||
<xs:attribute name="EncapsulationTag" type="xs:string" use="optional"/>
|
||||
<xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
|
||||
<xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
|
||||
<xs:attribute name="OverrideID" type="xs:int" use="optional"/>
|
||||
<!-- DO NOT USE remove OverrideID from use -->
|
||||
</xs:attributeGroup>
|
||||
<xs:attributeGroup name="SystemTableAttributes">
|
||||
<xs:attribute name="Guid" type="GuidType" use="optional"/>
|
||||
<xs:attribute name="Usage" type="SystemTableUsage" use="optional"/>
|
||||
<xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
|
||||
<xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
|
||||
<xs:attribute name="OverrideID" type="xs:int" use="optional"/>
|
||||
<!-- DO NOT USE remove OverrideID from use -->
|
||||
</xs:attributeGroup>
|
||||
<xs:attributeGroup name="UrlAttribute">
|
||||
<xs:attribute name="Url" type="xs:anyURI"/>
|
||||
</xs:attributeGroup>
|
||||
<xs:attributeGroup name="VariableAttributes">
|
||||
<xs:attribute name="Guid" type="GuidType" use="optional"/>
|
||||
<xs:attribute name="Usage" type="VariableUsage" use="optional"/>
|
||||
<xs:attribute default="true" name="EnableFeature" type="xs:boolean" use="optional"/>
|
||||
<xs:attribute name="FeatureFlag" type="xs:normalizedString" use="optional"/>
|
||||
<xs:attribute name="OverrideID" type="xs:int" use="optional"/>
|
||||
<!-- DO NOT USE remove OverrideID from use -->
|
||||
</xs:attributeGroup>
|
||||
</xs:schema>
|
||||
|
|
|
@ -629,6 +629,7 @@
|
|||
<xs:complexType>
|
||||
<xs:sequence minOccurs="1" maxOccurs="unbounded">
|
||||
<xs:element minOccurs="0" maxOccurs="unbounded" ref="PackageName"/>
|
||||
<!-- remove Arch element, start using the Arch attribute for the PackageName element above. -->
|
||||
<xs:element minOccurs="0" maxOccurs="unbounded" name="Arch">
|
||||
<xs:complexType>
|
||||
<xs:sequence minOccurs="1">
|
||||
|
@ -643,19 +644,20 @@
|
|||
<xs:element name="InstalledDate" type="DateType"/>
|
||||
<xs:element name="Libraries">
|
||||
<xs:annotation>
|
||||
<xs:documentation xml:lang="en">Different Instances of Libraries</xs:documentation>
|
||||
<xs:documentation xml:lang="en">Different (Module) Instances of Libraries used ONLY in FPD Files.</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:complexType>
|
||||
<xs:sequence minOccurs="1">
|
||||
<xs:element minOccurs="0" maxOccurs="unbounded" name="Library">
|
||||
<xs:complexType>
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="BaseNameConvention">
|
||||
<xs:extension base="xs:NCName">
|
||||
<xs:attributeGroup ref="LibraryAttributes"/>
|
||||
</xs:extension>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<!-- remove Arch Element HERE, start using the Arch attribute in Library element above. -->
|
||||
<xs:element minOccurs="0" maxOccurs="unbounded" name="Arch">
|
||||
<xs:complexType>
|
||||
<xs:choice minOccurs="1" maxOccurs="unbounded">
|
||||
|
@ -672,18 +674,19 @@
|
|||
<xs:attribute name="ArchType" type="SupportedArchitectures"/>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<!-- /remove Arch Element -->
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="LibraryClass">
|
||||
<xs:annotation>
|
||||
<xs:documentation xml:lang="en">Used in MSA files. This defines what class of library is being supported = produced (library module) or consumed by a module.</xs:documentation>
|
||||
<xs:documentation xml:lang="en">Used in MSA files. This defines what class of library is being supported = produced (library module) or consumed by a module.</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:complexType>
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="BaseNameConvention">
|
||||
<xs:attribute name="Usage" type="LibraryUsage" use="required"/>
|
||||
<xs:attribute name="RecommendedInstance" type="BaseNameConvention" use="optional"/>
|
||||
<xs:attribute name="RecommendedInstance" type="xs:NCName" use="optional"/>
|
||||
<xs:attribute name="RecommendedInstanceGuid" type="GuidType" use="optional"/>
|
||||
</xs:extension>
|
||||
</xs:simpleContent>
|
||||
|
@ -697,12 +700,12 @@
|
|||
<xs:sequence minOccurs="0">
|
||||
<xs:element minOccurs="1" maxOccurs="1" name="LibraryClass">
|
||||
<xs:annotation>
|
||||
<xs:documentation xml:lang="en">Used in MSA and SPD files. This defines what class of library is being supported = produced (library module) or consumed by a module.</xs:documentation>
|
||||
<xs:documentation xml:lang="en">Used in MSA and SPD files. This defines what class of library is being supported = produced (library module) or consumed by a module.</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:complexType>
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="BaseNameConvention">
|
||||
<xs:attribute name="RecommendedInstance" type="BaseNameConvention" use="optional"/>
|
||||
<xs:attribute name="RecommendedInstance" type="xs:NCName" use="optional"/>
|
||||
<xs:attribute name="RecommendedInstanceGuid" type="GuidType" use="optional"/>
|
||||
</xs:extension>
|
||||
</xs:simpleContent>
|
||||
|
@ -776,7 +779,7 @@
|
|||
</xs:annotation>
|
||||
<xs:complexType>
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="BaseNameConvention">
|
||||
<xs:extension base="xs:NCName">
|
||||
<xs:attributeGroup ref="ModuleNameAttributes"/>
|
||||
</xs:extension>
|
||||
</xs:simpleContent>
|
||||
|
@ -831,13 +834,13 @@
|
|||
</xs:annotation>
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" maxOccurs="unbounded" name="Filename">
|
||||
<xs:complexType>
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="xs:anyURI">
|
||||
<xs:attributeGroup ref="ModuleNameSaAttributes"/>
|
||||
</xs:extension>
|
||||
</xs:simpleContent>
|
||||
<xs:element minOccurs="0" maxOccurs="unbounded" name="Filename">
|
||||
<xs:complexType>
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="xs:anyURI">
|
||||
<xs:attributeGroup ref="ModuleNameSaAttributes"/>
|
||||
</xs:extension>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
|
@ -936,7 +939,7 @@
|
|||
</xs:element>
|
||||
<xs:element name="PackageList">
|
||||
<xs:annotation>
|
||||
<xs:documentation xml:lang="en">This tag is used in the Framework Package Database File to track all packages installed in a workspace.</xs:documentation>
|
||||
<xs:documentation xml:lang="en">This tag is used in the Framework Package Database File to track all packages installed in a workspace. (Database)</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:complexType>
|
||||
<xs:sequence maxOccurs="unbounded">
|
||||
|
@ -947,8 +950,15 @@
|
|||
<xs:complexType>
|
||||
<xs:sequence maxOccurs="unbounded">
|
||||
<xs:element minOccurs="0" maxOccurs="1" ref="PackageName"/>
|
||||
<xs:element minOccurs="1" maxOccurs="1" ref="Guid"/>
|
||||
<xs:element minOccurs="1" maxOccurs="1" ref="Version"/>
|
||||
<xs:choice minOccurs="1">
|
||||
<xs:element minOccurs="0" maxOccurs="1" ref="Guid"/>
|
||||
<!-- DO NOT USE Guid should be removed, use PackageGuid instead -->
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="PackageGuid" type="GuidType"/>
|
||||
</xs:choice>
|
||||
<xs:choice minOccurs="1">
|
||||
<xs:element minOccurs="0" maxOccurs="1" ref="Version"/>
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="PackageVersion" type="VersionDataType"/>
|
||||
</xs:choice>
|
||||
<xs:element minOccurs="1" maxOccurs="1" ref="Path"/>
|
||||
<xs:element minOccurs="1" maxOccurs="1" ref="InstalledDate"/>
|
||||
</xs:sequence>
|
||||
|
@ -960,7 +970,7 @@
|
|||
</xs:element>
|
||||
<xs:element name="PackageName">
|
||||
<xs:annotation>
|
||||
<xs:documentation xml:lang="en">This tag is used in the Package Surface Area Description File to track package dependencies for a module</xs:documentation>
|
||||
<xs:documentation xml:lang="en">This tag is used in the Package Surface Area Description File to track package dependencies for a module (SPD) </xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:complexType>
|
||||
<xs:simpleContent>
|
||||
|
|
Loading…
Reference in New Issue