WBSMask Elements and XML Structure

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

This section contains information about children of the WBSMasks element defined in the Microsoft Office Project 2007 XML Data Interchange Schema (mspdi_pj12.xsd). The XML elements represent work breakdown structure (WBS) code mask data when you save a project in the XML format.

WBSMasks is a child of the Project element. For more information, see Project Elements and XML Structure.

XML Structure of WBSMasks Elements

The following shows the XML structure of the elements defined by the WBSMask schema section of mspdi_pj12.xsd. The data type is indicated for those elements that require a text value. You can find more detailed information about valid text values for each element in the documentation annotations that are embedded in the XML Schema for the Resources Element.

For more information about the data types used in the Project 2007 XML Data Interchange Schema, see Introduction to Project XML Data.

<WBSMasks>

    <VerifyUniqueCodes>boolean</VerifyUniqueCodes>

    <GenerateCodes>boolean</GenerateCodes>

    <Prefix>string<Prefix>

    <WBSMask>

        <Level>integer</Level>

        <Type>integer</Type>

        <Length>string</Length>

        <Separator>string</Separator>

    </WBSMask>

</WBSMasks>

See Also

Concepts

Introduction to Project XML Data

XML Schema for the WBSMasks Element

Project Elements and XML Structure